mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-21 11:29:55 +00:00
4X: Merge config branch to master after good user reports; 5X: Fix early mistake regarding accelerator code, thanks to Michael J Mahon for spotting it
This commit is contained in:
parent
ea801bed1f
commit
e0d2159aad
@ -173,10 +173,11 @@ acceldn:
|
||||
plx
|
||||
ply
|
||||
plp
|
||||
clc
|
||||
cmp #$00
|
||||
beq doexit
|
||||
sec
|
||||
; clc
|
||||
; cmp #$00
|
||||
; beq doexit
|
||||
; sec
|
||||
cmp #$01
|
||||
doexit:
|
||||
.if ::TESTBLD
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user