# # $Id: SHOLLOW.GAM 1.5 1997/06/25 05:23:30 MCUDDY Exp $ # # File: shollow.gam -- game configuration file for Satan's Hollow. # (an MCR/II game) # # GameName = "Satans Hollow" RomDir = "shollow" #include mcr2.gam # ---------------------------------- # SATAN'S HOLLOW ROMs # ---------------------------------- ARom = "SH-SND.01" c=0xbcd3 ARom = "SH-SND.02" c=0x5b43 ARom = "SH-SND.03" c=0x22bf CRom = "SH-PRO.00" c=0xb7fe CRom = "SH-PRO.01" c=0x0843 CRom = "SH-PRO.02" c=0x5142 CRom = "SH-PRO.03" c=0x4bb9 CRom = "SH-PRO.04" c=0x6828 CRom = "SH-PRO.05" c=0x8633 SprRom = "SH-FG.00" c=0x3ab3 SprRom = "SH-FG.01" c=0x4ef6 SprRom = "SH-FG.02" c=0xa2e3 SprRom = "SH-FG.03" c=0xbad0 TileRom = "SH-BG.00" c=0x427e TileRom = "SH-BG.01" c=0x080c # ---------------------------------- # SATAN'S HOLLOW Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8374 # Audio Tempo ATempo = 6 # ------------------------------------------------------------------------ # SATAN'S HOLLOW CPU board definitions # ------------------------------------------------------------------------ NVRamFile = "ram\shollow.ram" RamFile = "ram\shollow.dip" KeyFile = "ram\shollow.key" # ------------------------------------------------------------------------ # SATAN'S HOLLOW graphics system definitions # ------------------------------------------------------------------------ # port 0: SVC -- TILT -- 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: - - - - DN UP RT LT inport = 0x01 0xFF control = 1 "Left" 0x00 0x01 control = 1 "Right" 0x00 0x02 control = 1 "Fire" 0x00 0x08 control = 1 "Shield" 0x00 0x04 # # Change Log # ---------- # $Log: SHOLLOW.GAM $ # Revision 1.5 1997/06/25 05:23:30 MCUDDY # 1.1 beta 2 # Revision 1.4 1997/06/09 09:19:10 MCUDDY # Changes for BETA05B # Revision 1.3 1997/05/18 21:34:50 MCUDDY # Revision 1.2 1997/04/26 10:44:08 MCUDDY # Revision 1.1 1997/04/21 10:30:36 MCUDDY # Initial revision # Revision 1.1 1997/03/17 10:13:40 MCUDDY # Initial revision #