# # $Id: TAPPER.GAM 1.5 1997/06/25 05:03:42 MCUDDY Exp $ # # File: tapper.gam -- game configuration file for "Tapper" # (an MCR/III game) # GameName = "Tapper" RomDir = "tapper" #include mcr3.gam # ---------------------------------- # TAPPER ROMs (BUD) # ---------------------------------- ARom = "TAPSNDA7.BIN" c=0x908b ARom = "TAPSNDA8.BIN" c=0xddc9 ARom = "TAPSNDA9.BIN" c=0x95d5 ARom = "TAPSDA10.BIN" c=0x6447 CRom = "TAPPG0.BIN" c=0xd2dd CRom = "TAPPG1.BIN" c=0xc232 CRom = "TAPPG2.BIN" c=0x520c CRom = "TAPPG3.BIN" c=0xead7 SprRom = "TAPFG1.BIN" c=0x751e SprRom = "TAPFG3.BIN" c=0x1940 SprRom = "TAPFG5.BIN" c=0x1f3d SprRom = "TAPFG7.BIN" c=0x1743 SprRom = "TAPFG0.BIN" c=0x1f2a SprRom = "TAPFG2.BIN" c=0x0caf SprRom = "TAPFG4.BIN" c=0x833d SprRom = "TAPFG6.BIN" c=0x5a7c TileRom = "TAPBG1.BIN" c=0xf776 TileRom = "TAPBG0.BIN" c=0x1c39 # ---------------------------------- # TAPPER Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8041 # Audio Tempo ATempo = 1 # ------------------------------------------------------------------------ # TAPPER CPU board definitions # ------------------------------------------------------------------------ NVRamFile = "ram\tapper.ram" RamFile = "ram\tapper.dip" KeyFile = "ram\tapper.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 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: move and tap inport = 0x01 0xFF control = 1 "Right" 0x00 0x01 control = 1 "Left" 0x00 0x02 control = 1 "Down" 0x00 0x04 control = 1 "Up" 0x00 0x08 control = 1 "Tapper" 0x00 0x10 # port 2: ??? inport = 0x02 0xFF inport = 0x04 0xFF # # Change Log # ---------- # $Log: TAPPER.GAM $ # Revision 1.5 1997/06/25 05:03:42 MCUDDY # 1.1 beta 2 # Revision 1.4 1997/06/09 09:20:26 MCUDDY # Changes for BETA05B # Revision 1.3 1997/05/18 21:34:56 MCUDDY # Revision 1.2 1997/04/30 05:36:56 MCUDDY # Revision 1.1 1997/04/29 13:25:44 MCUDDY # Initial revision #