fixed code a bit so it compiles again :)

This commit is contained in:
mrdudz
2017-06-17 02:26:54 +02:00
parent eb96a90e5f
commit 035621aa95
4 changed files with 22 additions and 42 deletions

View File

@@ -1,6 +1,11 @@
.export _waitvblank
.include "vic20/vic20.inc"
.include "vic20.inc"
; FIXME
; this flag doesnt work on vic20!!!
; it will have to be filled by a get_tv() constructor or so
PALFLAG = $2A6 ; $01 = PAL, $00 = NTSC
_waitvblank:
lda PALFLAG