This commit is contained in:
4am 2019-07-25 12:52:04 -04:00
parent f0d36517ca
commit 868c297916

View File

@ -8,7 +8,7 @@
; with tighter code ; with tighter code
; ;
; tested on ; tested on
; - BrainBank's Be Better Series - The Start Disk ; - BackAid - The Start Disk (1987, BrainBank's Be Better Series)
;------------------------------- ;-------------------------------
!zone { !zone {
bit gMode ; nothing to do here in verify-only mode bit gMode ; nothing to do here in verify-only mode
@ -24,7 +24,7 @@
!byte $99,$12,$20; STA $2012,Y !byte $99,$12,$20; STA $2012,Y
!byte $C8 ; INY !byte $C8 ; INY
!byte $D0,$F5 ; BNE - !byte $D0,$F5 ; BNE -
bcs .exit ; passport-test-suite/Better Be.woz [C=0] matches bcs .exit ; passport-test-suite/BackAid.woz [C=0] matches
lda #$20 lda #$20
sta gDisplayBytes sta gDisplayBytes
lda #s_jmpb412 lda #s_jmpb412