mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +00:00
test suite comments
This commit is contained in:
parent
048823c6f8
commit
a6a7227cc5
@ -32,7 +32,7 @@
|
||||
jsr SearchTrack
|
||||
!byte $A6,WILDCARD
|
||||
!byte $BD,$89,$C0
|
||||
bcs .exit
|
||||
bcs .exit ; passport-test-suite/Odd One Out 1990.woz [C=0] matches
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
lda #s_bbf9
|
||||
|
@ -18,7 +18,7 @@
|
||||
!byte $58,$FC,$A9,$0A,$85,$25,$2C,WILDCARD
|
||||
!byte WILDCARD,$CE,$17,$18,$D0,$05,$A9,$80
|
||||
!byte $8D,$18,$18
|
||||
bcs .exit
|
||||
bcs .exit ; passport-test-suite/Elementary Vol. 2 v3.2 limited backup.woz [C=0] matches
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
lda #s_bootcounter
|
||||
|
@ -32,7 +32,7 @@
|
||||
!byte $60 ; RTS
|
||||
!byte $38 ; SEC
|
||||
!byte $60 ; RTS
|
||||
bcs .exit
|
||||
bcs .exit ; passport-test-suite/Mr. Pixel's Programming Paint Set.woz [C=0] matches
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
txa
|
||||
|
@ -7,15 +7,26 @@
|
||||
;
|
||||
; tested on
|
||||
; - Choplifter (Broderbund)
|
||||
; - Dueling Digits (Broderbund)
|
||||
; - Eggs-It (Gebelli)
|
||||
; - High Orbit (Gebelli)
|
||||
; - Horizon V (Gebelli)
|
||||
; - Labyrinth (Broderbund)
|
||||
; - Lazer Silk (Broderbund)
|
||||
; - Neptune (Gebelli)
|
||||
; - Phaser Fire (Gebelli)
|
||||
; - Russki Duck (Gebelli)
|
||||
; - Seafox (Broderbund)
|
||||
; - Serpentine (Broderbund)
|
||||
; - Sky Blazer (Broderbund)
|
||||
; - Star Blazer (Broderbund)
|
||||
;-------------------------------
|
||||
!zone {
|
||||
rts ; reachable only via inspect
|
||||
|
||||
Choplifter
|
||||
lda #$00
|
||||
sta gCommand
|
||||
sta gCommand ; passport-test-suite/Eggs-It.woz [Z=1] reaches here
|
||||
sta dct+1
|
||||
jsr ChangeTrackNW
|
||||
jsr IncProgress
|
||||
|
Loading…
Reference in New Issue
Block a user