rename all waitvblank() to waitvsync()
This commit is contained in:
13
libsrc/c64/waitvsync.s
Normal file
13
libsrc/c64/waitvsync.s
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.export _waitvsync
|
||||
|
||||
.include "c64.inc"
|
||||
|
||||
_waitvsync:
|
||||
@l1:
|
||||
bit VIC_CTRL1
|
||||
bpl @l1
|
||||
@l2:
|
||||
bit VIC_CTRL1
|
||||
bmi @l2
|
||||
rts
|
||||
Reference in New Issue
Block a user