mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
add Maxwell Manor to the collection
This commit is contained in:
parent
482968dc81
commit
5006b56478
@ -142,6 +142,7 @@
|
|||||||
0001,MARIO.BROS=Mario Bros.
|
0001,MARIO.BROS=Mario Bros.
|
||||||
1001,MATING.ZONE
|
1001,MATING.ZONE
|
||||||
0111,MATTERHORN=Matterhorn Screamer
|
0111,MATTERHORN=Matterhorn Screamer
|
||||||
|
1000,MAXWELL.MANOR
|
||||||
1000,MINER.2049ER
|
1000,MINER.2049ER
|
||||||
1001,MINER.2049.II=Miner 2049er II
|
1001,MINER.2049.II=Miner 2049er II
|
||||||
1001,MINGS.CHALLENGE=Ming's Challenge
|
1001,MINGS.CHALLENGE=Ming's Challenge
|
||||||
|
BIN
res/TITLE.HGR/MAXWELL.MANOR
Normal file
BIN
res/TITLE.HGR/MAXWELL.MANOR
Normal file
Binary file not shown.
@ -129,6 +129,7 @@ MANIC.MINER=Type(06),AuxType(4000),Access(C3)
|
|||||||
MARBLE.MADNESS=Type(06),AuxType(4000),Access(C3)
|
MARBLE.MADNESS=Type(06),AuxType(4000),Access(C3)
|
||||||
MARIO.BROS=Type(06),AuxType(4000),Access(C3)
|
MARIO.BROS=Type(06),AuxType(4000),Access(C3)
|
||||||
MATING.ZONE=Type(06),AuxType(4000),Access(C3)
|
MATING.ZONE=Type(06),AuxType(4000),Access(C3)
|
||||||
|
MAXWELL.MANOR=Type(06),AuxType(4000),Access(C3)
|
||||||
MINER.2049.II=Type(06),AuxType(4000),Access(C3)
|
MINER.2049.II=Type(06),AuxType(4000),Access(C3)
|
||||||
MINER.2049ER=Type(06),AuxType(4000),Access(C3)
|
MINER.2049ER=Type(06),AuxType(4000),Access(C3)
|
||||||
MINGS.CHALLENGE=Type(06),AuxType(4000),Access(C3)
|
MINGS.CHALLENGE=Type(06),AuxType(4000),Access(C3)
|
||||||
|
BIN
res/dsk/maxwell manor 33k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/maxwell manor 33k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
23
src/prelaunch/maxwell.manor.a
Normal file
23
src/prelaunch/maxwell.manor.a
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2020 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/MAXWELL.MANOR",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
lda #<callback
|
||||||
|
sta $203F
|
||||||
|
lda #>callback
|
||||||
|
sta $2040
|
||||||
|
jmp $800 ; decompress
|
||||||
|
|
||||||
|
callback
|
||||||
|
jsr DisableAccelerator
|
||||||
|
jmp $204B
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user