add Soko-Ban to the collection

This commit is contained in:
Peter Ferrie 2020-03-06 11:03:20 -08:00
parent c2b04b0bec
commit 1530bf9395
7 changed files with 26 additions and 2 deletions

1
res/attract/SOKO.BAN Normal file
View File

@ -0,0 +1 @@
# # Attract mode for Soko-Ban # TITLE.DHGR/SOKO.BAN=B [eof]

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,6 @@ Roundabout
Shanghai
Shifty Sam
Shuttle Intercept
Soko-Ban [DHGR] [priority]
Spindizzy
Station 5
Super Bunny

BIN
res/title.dhgr/SOKO.BAN Normal file

Binary file not shown.

1
res/title.hgr/SOKO.BAN Normal file

File diff suppressed because one or more lines are too long

23
src/prelaunch/soko.ban.a Normal file
View File

@ -0,0 +1,23 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/SOKO.BAN",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $A17
jsr $800 ; load "DOS"
lda #$60
sta $EC38
jsr $EC00 ; set up vectors
inc $3F4 ; reboot
jsr DisableAccelerator
jmp $F6C5
!if * > $1C0 {
!error "code is too large, ends at ", *
}