add Monster Mash to the collection

This commit is contained in:
Peter Ferrie 2020-04-29 18:42:30 -07:00
parent 96cc8960a1
commit 9c56c3f943
6 changed files with 21 additions and 1 deletions

View File

@ -150,6 +150,7 @@
1001,MINGS.CHALLENGE=Ming's Challenge
0001,MINIT.MAN
1004,THUNDERHEAD=Mission on Thunderhead
0000,MONSTER.MASH
0001,MONTEZUMA=Montezuma's Revenge
0001,MOON.PATROL
0000,MR.COOL=Mr. Cool

BIN
res/TITLE.HGR/MONSTER.MASH Normal file

Binary file not shown.

View File

@ -136,6 +136,7 @@ MINER.2049.II=Type(06),AuxType(4000),Access(C3)
MINER.2049ER=Type(06),AuxType(4000),Access(C3)
MINGS.CHALLENGE=Type(06),AuxType(4000),Access(C3)
MINIT.MAN=Type(06),AuxType(4000),Access(C3)
MONSTER.MASH=Type(06),AuxType(4000),Access(C3)
MONTEZUMA=Type(06),AuxType(4000),Access(C3)
MOON.PATROL=Type(06),AuxType(4000),Access(C3)
MR.COOL=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -16,7 +16,6 @@ Marauder
Mars Cars
Microwave
MIRV
Monster Mash [priority]
The Movie Monster Game
Neutrons
Oil's Well

View File

@ -0,0 +1,19 @@
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/MONSTER.MASH",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $A16
jsr $800 ; load DOS
+DISABLE_ACCEL
jmp $B700
!if * > $1C0 {
!error "code is too large, ends at ", *
}