# # $Id: domino.gam 1.6 1997/06/25 05:23:00 MCUDDY Exp $ # # File: domino.gam -- game configuration file for DOMINO MAN. (an MCR/II game) # # GameName = "Domino Man" RomDir = "domino" #include mcr2.gam # ---------------------------------- # DOMINO MAN ROMs # ---------------------------------- ARom = "DM-A7.SND" c=0xf222 ARom = "DM-A8.SND" c=0x77f3 ARom = "DM-A9.SND" c=0x13ab ARom = "DM-A10.SND" c=0x24ee CRom = "DMANPG0.BIN" c=0xd6f9 CRom = "DMANPG1.BIN" c=0xff45 CRom = "DMANPG2.BIN" c=0xa029 CRom = "DMANPG3.BIN" c=0xbc16 SprRom = "DMANFG0.BIN" c=0xd266 SprRom = "DMANFG1.BIN" c=0x545c SprRom = "DMANFG2.BIN" c=0x7d7e SprRom = "DMANFG3.BIN" c=0xd587 TileRom = "DMANBG0.BIN" c=0x0906 TileRom = "DMANBG1.BIN" c=0x5ba4 # ---------------------------------- # DOMINO MAN Audio board # ---------------------------------- #ALogRd = 0x82bc 54 #ALogWr = 0x82bc 54 # audio signal memory location ASignal = 0x838F # Audio Tempo ATempo = 6 # ------------------------------------------------------------------------ # DOMINO MAN CPU board definitions # ------------------------------------------------------------------------ CRam = 0x8000 0x2000 0xFF CRam = 0xA000 0x2000 0xFF NVRamFile = "ram\domino.ram" RamFile = "ram\domino.dip" KeyFile = "ram\domino.key" Dip1Val = 0x00 MCR_Portrait = 0 # ------------------------------------------------------------------------ # DOMINO MAN graphics system definitions # ------------------------------------------------------------------------ # port 0: SVC ?? TILT SWAT S2 S1 COIN-R COIN-L */ inport = 0x00 0xFF control = 0 "Left Coin" 0x00 0x01 control = 0 "Right Coin" 0x00 0x02 control = 0 "P1 Start" 0x00 0x04 control = 0 "P2 Start" 0x00 0x08 control = 0 "Swat/Pickup" 0x00 0x10 control = 0 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: Direction Control */ inport = 0x01 0xFF control = 1 "Left" 0x00 0x01 control = 1 "Right" 0x00 0x02 control = 1 "Up" 0x00 0x04 control = 1 "Down" 0x00 0x08 # # Change Log # ---------- # $Log: domino.gam $ # Revision 1.6 1997/06/25 05:23:00 MCUDDY # 1.1 beta 2 # Revision 1.5 1997/06/09 09:13:50 MCUDDY # Changes for BETA05B # Revision 1.4 1997/05/18 21:34:14 MCUDDY # Revision 1.3 1997/04/30 06:07:14 MCUDDY # Revision 1.2 1997/04/26 09:48:04 MCUDDY # Revision 1.1 1997/04/21 10:29:38 MCUDDY # Initial revision #