mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
SHR fizzle faster
This commit is contained in:
parent
5c5393e7a0
commit
8c9f3359d3
@ -63,7 +63,7 @@
|
||||
|
||||
;select address
|
||||
|
||||
clc
|
||||
;clc
|
||||
adc #$20
|
||||
sta $27
|
||||
sta $3d
|
||||
@ -78,11 +78,11 @@
|
||||
|
||||
;wait while checking for keypress
|
||||
|
||||
+ ldx #2
|
||||
+ ;ldx #2
|
||||
@wait lda $c000
|
||||
bmi @exit
|
||||
dex
|
||||
bne @wait
|
||||
;dex
|
||||
;bne @wait
|
||||
|
||||
;and exit condition
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user