mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +00:00
fix broken log on Optimum Resource and SVE disks
This commit is contained in:
parent
0aba4adb87
commit
077bf65edd
@ -29,11 +29,14 @@ ADStyle
|
|||||||
bcs +
|
bcs +
|
||||||
lda #TRUE
|
lda #TRUE
|
||||||
sta gIsOptimum
|
sta gIsOptimum
|
||||||
|
sta gDisplayBytes
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
!byte s_optimum
|
!byte s_optimum
|
||||||
+
|
+
|
||||||
jsr xSVE
|
jsr xSVE
|
||||||
bcs +
|
bcs +
|
||||||
|
lda #$00
|
||||||
|
sta gDisplayBytes
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
!byte s_sve
|
!byte s_sve
|
||||||
lda #$CA
|
lda #$CA
|
||||||
|
Loading…
Reference in New Issue
Block a user