mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
wait by atariki
This commit is contained in:
+8
-1
@@ -73,7 +73,14 @@
|
|||||||
PLA
|
PLA
|
||||||
.ENDM
|
.ENDM
|
||||||
;-------------------------------------
|
;-------------------------------------
|
||||||
.MACRO WAIT
|
.macro wait
|
||||||
|
bit VCOUNT
|
||||||
|
bmi *-3
|
||||||
|
bit VCOUNT
|
||||||
|
bpl *-3
|
||||||
|
.endm
|
||||||
|
;-------------------------------------
|
||||||
|
.MACRO WAITer
|
||||||
; WAIT
|
; WAIT
|
||||||
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
||||||
?ze LDA VCOUNT
|
?ze LDA VCOUNT
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user