mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-10 02:29:58 +00:00
9ece0ceb8c
this was a huge pain also had to remove all calls to the firmware
15 lines
133 B
ArmAsm
15 lines
133 B
ArmAsm
; copy of ROM wait
|
|
; because we might disable ROM
|
|
|
|
wait:
|
|
sec
|
|
wait2:
|
|
pha
|
|
wait3:
|
|
sbc #$01
|
|
bne wait3
|
|
pla
|
|
sbc #$01
|
|
bne wait2
|
|
rts
|