mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
use BIT so akku wont get trashed at least in 40 cols mode
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
_waitvblank:
|
_waitvblank:
|
||||||
|
|
||||||
lda MODE
|
bit MODE
|
||||||
bmi @c80
|
bmi @c80
|
||||||
|
|
||||||
@l1:
|
@l1:
|
||||||
|
Reference in New Issue
Block a user