mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
release 137
This commit is contained in:
+6
-5
@@ -77,11 +77,12 @@
|
||||
; WAIT
|
||||
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
||||
LDA VCOUNT
|
||||
STA WSYNC
|
||||
STA WSYNC
|
||||
STA WSYNC
|
||||
?WA CMP VCOUNT
|
||||
BNE ?WA
|
||||
ldy vcount
|
||||
?WA cpy VCOUNT
|
||||
BEQ ?WA
|
||||
?wframe
|
||||
cmp vcount
|
||||
bne ?wframe
|
||||
.ENDM
|
||||
;-------------------------------------
|
||||
.macro negw
|
||||
|
||||
Reference in New Issue
Block a user