|
Atari coding BBS
Re: Drive select 0 / D0SEL |
Posted by: Fredrik Olsson
|
Sep,24.2013-14:04
|
You'll just have to make sure that the motor has stopped before you start your tampering. Something like:
fdc_busy: ; Wait for last instruction to finish
move.w $fffffa01,d0
btst #0,d0
bne fdc_busy
loop: ; Wait for motor to stop
move.w #$180,$ffff8606
move.w $ffff8604,d0
btst #7,d0
bne loop
time_to_flash_the_led:
...
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|