Fix for PrintAsDecimal on Laser 128 (#113)

This commit is contained in:
Tom Greene 2020-02-07 08:32:05 -05:00 committed by GitHub
parent fda60b95ae
commit c681f12783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,12 @@ Loader128KAndJoystick
!ifndef RELEASE { !ifndef RELEASE {
PrintAsDecimal PrintAsDecimal
jsr $FF4A jsr $FF4A
lda $FDE2
cmp #$EA
bne @go
dec @addr+1 ; fix for Laser
@go
-- lda #$00 -- lda #$00
clv clv
ldx #$18 ldx #$18
@ -230,7 +236,7 @@ PrintAsDecimal
pha pha
lda #$FD lda #$FD
pha pha
lda #$E1 @addr lda #$E1
pha pha
bvs -- bvs --
rts rts