# # $Id: TIMBER.GAM 1.3 1997/06/25 05:04:06 MCUDDY Exp $ # # File: timber.gam -- game configuration file for "Timber" # (an MCR/III game) # GameName = "Timber" RomDir = "timber" #include mcr3.gam # ---------------------------------- # TIMBER ROMs # ---------------------------------- ARom = "TIMA7.BIN" c=0x8d2b ARom = "TIMA8.BIN" c=0xd927 ARom = "TIMA9.BIN" c=0x3f3e CRom = "TIMPG0.BIN" c=0xe67e CRom = "TIMPG1.BIN" c=0xd7ad CRom = "TIMPG2.BIN" c=0x3e03 CRom = "TIMPG3.BIN" c=0x4229 SprRom = "TIMFG1.BIN" c=0xe15d SprRom = "TIMFG3.BIN" c=0xc51a SprRom = "TIMFG5.BIN" c=0x2c65 SprRom = "TIMFG7.BIN" c=0xc574 SprRom = "TIMFG0.BIN" c=0x18cf SprRom = "TIMFG2.BIN" c=0x355f SprRom = "TIMFG4.BIN" c=0x5f6d SprRom = "TIMFG6.BIN" c=0x7ecb TileRom = "TIMBG1.BIN" c=0xbc55 TileRom = "TIMBG0.BIN" c=0xacc9 # ---------------------------------- # TIMBER Audio board # ---------------------------------- ARam = 0x3000 0x1000 0xFF # audio signal memory location ASignal = 0x8041 # Audio Tempo ATempo = 1 # ------------------------------------------------------------------------ # TIMBER CPU board definitions # ------------------------------------------------------------------------ NVRamFile = "ram\timber.ram" RamFile = "ram\timber.dip" KeyFile = "ram\timber.key" # port 0: SVC ?? TILT FIRE 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 "Blast" 0x00 0x10 control = 0 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: ??? inport = 0x01 0xFF control = 1 "P1 Right" 0x00 0x01 control = 1 "P1 Left" 0x00 0x02 control = 1 "P1 Down" 0x00 0x04 control = 1 "P1 Up" 0x00 0x08 control = 1 "P1 Chop Left" 0x00 0x10 control = 1 "P1 Chop Right" 0x00 0x20 # port 2: ??? inport = 0x02 0xFF control = 2 "P2 Right" 0x00 0x01 control = 2 "P2 Left" 0x00 0x02 control = 2 "P2 Down" 0x00 0x04 control = 2 "P2 Up" 0x00 0x08 control = 2 "P2 Chop Left" 0x00 0x10 control = 2 "P2 Chop Right" 0x00 0x20 inport = 0x04 0xFF # # Change Log # ---------- # $Log: TIMBER.GAM $ # Revision 1.3 1997/06/25 05:04:06 MCUDDY # 1.1 beta 2 # Revision 1.2 1997/06/09 09:21:00 MCUDDY # Changes for BETA05B # Revision 1.1 1997/05/18 21:35:00 MCUDDY # Initial revision #