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