# # $Id: tron.gam 1.4 1997/06/25 05:21:06 MCUDDY Exp $ # # File: tron.gam -- game configuration file for TRON. (an MCR/II game) # # GameName = "Tron" RomDir = "tron" #include mcr2.gam # ---------------------------------- # TRON ROMs # ---------------------------------- ARom = "SSI_0A.BIN" c=0x0b8d ARom = "SSI_0B.BIN" c=0xf870 ARom = "SSI_0C.BIN" c=0x85da CRom = "SCPU_PGA.BIN" c=0x3178 CRom = "SCPU_PGB.BIN" c=0x32dc CRom = "SCPU_PGC.BIN" c=0xbcdd CRom = "SCPU_PGD.BIN" c=0xcb19 CRom = "SCPU_PGE.BIN" c=0xcd51 CRom = "SCPU_PGF.BIN" c=0x3007 SprRom = "VG_3.BIN" c=0x01d3 SprRom = "VG_2.BIN" c=0x28b0 SprRom = "VG_1.BIN" c=0x3f40 SprRom = "VG_0.BIN" c=0xd8b0 TileRom = "SCPU_BGG.BIN" c=0x39b4 TileRom = "SCPU_BGH.BIN" c=0xceca # ---------------------------------- # TRON Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8374 # Audio Tempo ATempo = 6 # ------------------------------------------------------------------------ # TRON CPU board definitions # ------------------------------------------------------------------------ Dip1Val = 0xF8 NVRamFile = "ram\tron.ram" RamFile = "ram\tron.dip" KeyFile = "ram\tron.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 "Trigger" 0x00 0x10 control = 0 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: Rotary Encoder */ inport = 0x01 0x00 control = 1 "Aiming Knob" 0x00 0xFF val # port 2: - - - - DN UP RT LT inport = 0x02 0xFF control = 2 "Left" 0x00 0x01 control = 2 "Right" 0x00 0x02 control = 2 "Up" 0x00 0x04 control = 2 "Down" 0x00 0x08 # # Change Log # ---------- # $Log: tron.gam $ # Revision 1.4 1997/06/25 05:21:06 MCUDDY # 1.1 beta 2 # Revision 1.3 1997/06/13 09:19:26 MCUDDY # Changes for BETA05B # Revision 1.2 1997/05/18 21:33:28 MCUDDY # Revision 1.1 1997/04/21 10:28:56 MCUDDY # Initial revision # Revision 1.1 1997/03/17 10:14:02 MCUDDY # Initial revision #