> What's the best system-friendly way to stop floppy disk (or whatever
> spinning device) motor before taking over system?
Hello,
An old, but effective trick is the following:
LD B, 255
Loop: CALL $FD9F
DJNZ Loop
This method worked perfectly on the Philips MSX computers. The Turbo-R
on the other hand doesn't need such a routine, since the spindle motor
is switched off automatically after a certain time.
GreeTz,
Roberto
****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****