mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
Slight improvements to text
This commit is contained in:
@@ -21,7 +21,7 @@ WaitVerticalBlank:
|
||||
bne.b .loop
|
||||
.loop2 move.l $dff004,d0
|
||||
and.l #$1ff00,d0
|
||||
cmp.l #303<<8,d0 ; wait for the scal line to pass (A4000 is fast!)
|
||||
cmp.l #303<<8,d0 ; wait for the scan line to pass (A4000 is fast!)
|
||||
beq.b .loop2
|
||||
movem.l (sp)+,d0
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user