mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
add Megabots to the collection
This commit is contained in:
parent
b461cda33f
commit
72021b4bc7
@ -158,6 +158,7 @@
|
||||
1001,MATING.ZONE
|
||||
0111,MATTERHORN=Matterhorn Screamer
|
||||
1000,MAXWELL.MANOR
|
||||
0000,MEGABOTS
|
||||
1001,MICRO.INVADERS
|
||||
0001,MICROWAVE
|
||||
1000,MINER.2049ER
|
||||
|
BIN
res/TITLE.HGR/MEGABOTS
Normal file
BIN
res/TITLE.HGR/MEGABOTS
Normal file
Binary file not shown.
@ -144,6 +144,7 @@ MARBLE.MADNESS=Type(06),AuxType(4000),Access(C3)
|
||||
MARIO.BROS=Type(06),AuxType(4000),Access(C3)
|
||||
MATING.ZONE=Type(06),AuxType(4000),Access(C3)
|
||||
MAXWELL.MANOR=Type(06),AuxType(4000),Access(C3)
|
||||
MEGABOTS=Type(06),AuxType(4000),Access(C3)
|
||||
MICRO.INVADERS=Type(06),AuxType(4000),Access(C3)
|
||||
MICROWAVE=Type(06),AuxType(4000),Access(C3)
|
||||
MINER.2049.II=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/megabots PRODOS (san inc pack).po
Normal file
BIN
res/dsk/megabots PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -8,7 +8,6 @@ Lock 'N' Chase
|
||||
Mad Rat
|
||||
Marauder
|
||||
Mars Cars
|
||||
MegaBots [priority]
|
||||
MIRV
|
||||
The Movie Monster Game
|
||||
Neutrons
|
||||
|
21
src/prelaunch/megabots.a
Normal file
21
src/prelaunch/megabots.a
Normal file
@ -0,0 +1,21 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/MEGABOTS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $9F8
|
||||
jsr $800 ; load DOS
|
||||
|
||||
+DISABLE_ACCEL
|
||||
ldx #$60
|
||||
jmp $B700
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user