mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
use BIT so akku wont get trashed at least in 40 cols mode
This commit is contained in:
parent
49aad01bf1
commit
3ff4a1333c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
_waitvblank:
|
_waitvblank:
|
||||||
|
|
||||||
lda MODE
|
bit MODE
|
||||||
bmi @c80
|
bmi @c80
|
||||||
|
|
||||||
@l1:
|
@l1:
|
||||||
|
Loading…
Reference in New Issue
Block a user