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
1 changed files with 7 additions and 1 deletions

View File

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