# # $Id: KICKMAN.GAM 1.5 1997/06/27 07:09:26 MCUDDY Exp $ # # File: kickman.gam -- game configuration file for KICKMAN. (an MCR/II game) # # GameName = "Kick Man" RomDir = "kickman" # common definitions for MCR/II audio board #include mcr1.gam MCR_Portrait = 1 CtrlScanAlways = 1 # ---------------------------------- # KICKMAN ROMs # ---------------------------------- ARom = "SOUND\SIO_A7" c=0x1b86 ARom = "SOUND\SIO_A8" c=0x26ec ARom = "SOUND\SIO_A9" c=0x3241 ARom = "SOUND\SIO_A10" c=0x18f7 CRom = "CPU\CPU_B3" c=0x2291 CRom = "CPU\CPU_B4" c=0xddf7 CRom = "CPU\CPU_B5" c=0x4a9d CRom = "CPU\CPU_D4" c=0xdc87 CRom = "CPU\CPU_D5" c=0x9672 CRom = "CPU\CPU_D6" c=0x29a3 SprRom = "VIDEO\VID_E1" c=0x4f42 SprRom = "VIDEO\VID_D1" c=0x3527 SprRom = "VIDEO\VID_B1" c=0x2411 SprRom = "VIDEO\VID_A1" c=0x4b32 TileRom = "CPU\CPU_G4" c=0x5a85 TileRom = "CPU\CPU_G5" c=0x5c94 # ---------------------------------- # KICKMAN Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8374 # Audio Tempo ATempo = 6 # ------------------------------------------------------------------------ # KICKMAN CPU board definitions # ------------------------------------------------------------------------ NVRamFile = "ram\kickman.ram" RamFile = "ram\kickman.dip" KeyFile = "ram\kickman.key" # ------------------------------------------------------------------------ # KICKMAN graphics system definitions # ------------------------------------------------------------------------ # pixel offsets to draw sprites SprXOff = -30 SprYOff = 0 # # Change Log # ---------- # $Log: KICKMAN.GAM $ # Revision 1.5 1997/06/27 07:09:26 MCUDDY # Changes for 1.1 beta 3 # Revision 1.4 1997/06/25 05:23:12 MCUDDY # 1.1 beta 2 # Revision 1.3 1997/06/09 09:17:14 MCUDDY # Changes for BETA05B # Revision 1.2 1997/05/26 10:06:58 MCUDDY # Revision 1.1 1997/04/29 09:43:06 MCUDDY # Initial revision # 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 encdoer inport = 0x01 0xFF control = 1 "Move Kickman" 0x00 0xFF val