I'm actually back at code. And I'm using Hatari (last version) on OSX10.10. But got a problem with this code:
Code: Select all
wait_for_drive: ; Floppy access
move.w $ffff8604.w,d0
btst #7,d0
bne.s wait_for_drive
rts
Got any idea? thanx