rename all waitvblank() to waitvsync()

This commit is contained in:
mrdudz
2017-07-17 23:15:05 +02:00
parent 3ff4a1333c
commit 1abce3a2a1
17 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
.export _waitvblank
.export _waitvsync
.include "vic20.inc"
@@ -7,7 +7,7 @@
; it will have to be filled by a get_tv() constructor or so
PALFLAG = $2A6 ; $01 = PAL, $00 = NTSC
_waitvblank:
_waitvsync:
lda PALFLAG
beq @ntsc
ldx #(312-8)/2