mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +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:
|
||||
|
||||
lda MODE
|
||||
bit MODE
|
||||
bmi @c80
|
||||
|
||||
@l1:
|
||||
|
Reference in New Issue
Block a user