Zoom Grafix fixes

This commit is contained in:
4am 2019-04-08 10:59:18 -04:00
parent edb2ebd60c
commit 15bec30684
2 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,14 @@
!byte $32,$30,$35,$38
bcs .exit
sta gDisplayBytes
pha
lda #s_diskvol0
jsr PrintByID
txa
clc
adc #$0B
tax
lda gDisplayBytes
pla
ldy #$01
jsr modify
!byte $35 ; 'LM = PEEK(KB - 2055)' instead

View File

@ -157,7 +157,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2019-04-07",$00
!text "Passport by 4am 2019-04-08",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "
@ -483,6 +483,5 @@ StringTable
.hoffman
!text "T%t,S%0 Found Hoffman protection check",$8D,$00
.diskvol0
!text "T%t,S%s Secondary protection requires",$8D
!text "disk volume number 000",$8D,$00
!text "T%t,S%0 Disk requires volume number 000",$8D,$00
}