mirror of
https://github.com/a2-4am/4cade.git
synced 2024-10-10 11:23:42 +00:00
add Zoo Master to the collection
This commit is contained in:
parent
7a83112f41
commit
8c4ac6901f
@ -373,6 +373,7 @@
|
||||
0000,ZARGS
|
||||
1001,ZAXXON
|
||||
0000,ZENITH
|
||||
0000,ZOO.MASTER
|
||||
|
||||
[eof]
|
||||
|
||||
|
BIN
res/TITLE.HGR/ZOO.MASTER
Normal file
BIN
res/TITLE.HGR/ZOO.MASTER
Normal file
Binary file not shown.
@ -346,4 +346,5 @@ XEVIOUS=Type(06),AuxType(4000),Access(C3)
|
||||
ZARGS=Type(06),AuxType(4000),Access(C3)
|
||||
ZAXXON=Type(06),AuxType(4000),Access(C3)
|
||||
ZENITH=Type(06),AuxType(4000),Access(C3)
|
||||
ZOO.MASTER=Type(06),AuxType(4000),Access(C3)
|
||||
_FileInformation.txt=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/zoo master PRODOS (san inc pack).po
Normal file
BIN
res/dsk/zoo master PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -6,7 +6,6 @@ Oil's Well
|
||||
|
||||
//4am crack (unreleased)
|
||||
Infiltrator II
|
||||
Zoo Master
|
||||
|
||||
//TODO(woz-imaged but uncracked)
|
||||
Lemmings
|
||||
|
@ -6,7 +6,7 @@
|
||||
; YE OLDE GRAND UNIFIED MEMORY MAP
|
||||
;
|
||||
; LC RAM BANK 1
|
||||
; D000..E89F - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; D000..E8AE - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; E92D..FFF1 - main program code
|
||||
; FFF2..FFF9 - API functions and global constants available for main program
|
||||
; code, prelaunchers, transition effects, &c.
|
||||
|
23
src/prelaunch/zoo.master.a
Normal file
23
src/prelaunch/zoo.master.a
Normal file
@ -0,0 +1,23 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ZOO.MASTER",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $60A4
|
||||
jsr $6000 ; decompress
|
||||
+RESET_VECTOR $100
|
||||
lda #$60
|
||||
sta $89F
|
||||
jsr $800 ; decompress more
|
||||
+DISABLE_ACCEL
|
||||
jmp $8A0
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user