test suite comments

This commit is contained in:
4am 2019-06-16 20:06:05 -04:00
parent 048823c6f8
commit a6a7227cc5
4 changed files with 15 additions and 4 deletions

View File

@ -32,7 +32,7 @@
jsr SearchTrack jsr SearchTrack
!byte $A6,WILDCARD !byte $A6,WILDCARD
!byte $BD,$89,$C0 !byte $BD,$89,$C0
bcs .exit bcs .exit ; passport-test-suite/Odd One Out 1990.woz [C=0] matches
sta gDisplayBytes sta gDisplayBytes
pha pha
lda #s_bbf9 lda #s_bbf9

View File

@ -18,7 +18,7 @@
!byte $58,$FC,$A9,$0A,$85,$25,$2C,WILDCARD !byte $58,$FC,$A9,$0A,$85,$25,$2C,WILDCARD
!byte WILDCARD,$CE,$17,$18,$D0,$05,$A9,$80 !byte WILDCARD,$CE,$17,$18,$D0,$05,$A9,$80
!byte $8D,$18,$18 !byte $8D,$18,$18
bcs .exit bcs .exit ; passport-test-suite/Elementary Vol. 2 v3.2 limited backup.woz [C=0] matches
sta gDisplayBytes sta gDisplayBytes
pha pha
lda #s_bootcounter lda #s_bootcounter

View File

@ -32,7 +32,7 @@
!byte $60 ; RTS !byte $60 ; RTS
!byte $38 ; SEC !byte $38 ; SEC
!byte $60 ; RTS !byte $60 ; RTS
bcs .exit bcs .exit ; passport-test-suite/Mr. Pixel's Programming Paint Set.woz [C=0] matches
sta gDisplayBytes sta gDisplayBytes
pha pha
txa txa

View File

@ -7,15 +7,26 @@
; ;
; tested on ; tested on
; - Choplifter (Broderbund) ; - Choplifter (Broderbund)
; - Dueling Digits (Broderbund)
; - Eggs-It (Gebelli) ; - Eggs-It (Gebelli)
; - High Orbit (Gebelli)
; - Horizon V (Gebelli)
; - Labyrinth (Broderbund)
; - Lazer Silk (Broderbund)
; - Neptune (Gebelli) ; - Neptune (Gebelli)
; - Phaser Fire (Gebelli)
; - Russki Duck (Gebelli)
; - Seafox (Broderbund)
; - Serpentine (Broderbund)
; - Sky Blazer (Broderbund)
; - Star Blazer (Broderbund)
;------------------------------- ;-------------------------------
!zone { !zone {
rts ; reachable only via inspect rts ; reachable only via inspect
Choplifter Choplifter
lda #$00 lda #$00
sta gCommand sta gCommand ; passport-test-suite/Eggs-It.woz [Z=1] reaches here
sta dct+1 sta dct+1
jsr ChangeTrackNW jsr ChangeTrackNW
jsr IncProgress jsr IncProgress