# # $Id: 2TIGERS.GAM 1.5 1997/06/25 05:22:16 MCUDDY Exp $ # # File: 2tigers.gam -- game configuration file for Two Tigers. # (an MCR/II game) # # GameName = "Two Tigers" RomDir = "2tigers" # common definitions for MCR/II audio board #include mcr2.gam MCR_Portrait = 0 # ---------------------------------- # TWO-TIGERS ROMs # ---------------------------------- ARom = "2tgra7.BIN" c=0xf000 ARom = "2tgra8.BIN" c=0x4b00 ARom = "2tgra9.BIN" c=0xee00 ARom = "2tgra9.BIN" c=0xee00 CRom = "2tgrpg0.bin" c=0xb500 CRom = "2tgrpg1.bin" c=0x9300 CRom = "2tgrpg2.bin" c=0xdc00 CRom = "2tgrpg3.bin" c=0xba00 SprRom = "2tgrfg0.bin" c=0xf779 SprRom = "2tgrfg1.bin" c=0x773c SprRom = "2tgrfg2.bin" c=0x857b SprRom = "2tgrfg3.bin" c=0xf2db TileRom = "2tgrbg0.bin" c=0xc9b6 TileRom = "2tgrbg1.bin" c=0x6765 # ---------------------------------- # TWO-TIGERS Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8375 # Audio Tempo ATempo = 5 # ------------------------------------------------------------------------ # TWO-TIGERS CPU board definitions # ------------------------------------------------------------------------ NVRamFile = "ram\2tigers.ram" RamFile = "ram\2tigers.dip" KeyFile = "ram\2tigers.key" # port 0: SVC ?? TILT S-DOG S2 S1 COIN-R COIN-L inport = 0x00 0xFF control = 0 "Left Coin" 0x00 0x01 control = 0 "Right Coin" 0x00 0x02 control = 0 "1P Start" 0x00 0x04 control = 0 "2P Start" 0x00 0x08 control = 0 "Dogfight" 0x00 0x10 control = 0 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: Rotary Encoder inport = 0x01 0x00 control = 1 "P1 Direction" 0x00 0xFF val # port 2: - - - - P2F P2B P1F P1B inport = 0x02 0xFF control = 2 "P1 Shoot" 0x00 0x01 control = 2 "P1 Bomb" 0x00 0x02 control = 2 "P2 Shoot" 0x00 0x04 control = 2 "P2 Bomb" 0x00 0x08 # port 3: unused # port 4: Rotary Encoder inport = 0x04 0x00 control = 4 "P2 Direction" 0x00 0xFF val # # Change Log # ---------- # $Log: 2TIGERS.GAM $ # Revision 1.5 1997/06/25 05:22:16 MCUDDY # 1.1 beta 2 # Revision 1.4 1997/06/09 09:11:50 MCUDDY # Changes for BETA05B # Revision 1.3 1997/05/18 21:33:44 MCUDDY # Revision 1.2 1997/04/26 09:44:00 MCUDDY # Revision 1.1 1997/04/21 10:29:04 MCUDDY # Initial revision # Revision 1.1 1997/03/17 10:07:00 MCUDDY # Initial revision