# # $Id: SOLARFOX.GAM 1.3 1997/06/25 05:03:02 MCUDDY Exp $ # # File: sfox.gam -- game configuration file for 2tigers. (an MCR/II game) # # GameName = "Solar Fox" RomDir = "solarfox" #include mcr1.gam MCR_Portrait = 1 CtrlScanAlways = 1 # ---------------------------------- # SOLAR FOX ROMs # ---------------------------------- ARom = "SFSND.7A" c=0x8300 ARom = "SFSND.8A" c=0x98f0 ARom = "SFSND.9A" c=0x4360 CRom = "SFCPU.3B" c=0xe400 CRom = "SFCPU.4B" c=0x5800 CRom = "SFCPU.5B" c=0x9500 CRom = "SFCPU.4D" c=0xb300 CRom = "SFCPU.5D" c=0x6d00 CRom = "SFCPU.6D" c=0x9400 CRom = "SFCPU.7D" c=0x3600 SprRom = "SFVID.1A" c=0x9acf SprRom = "SFVID.1B" c=0x1d1a SprRom = "SFVID.1D" c=0x94ac SprRom = "SFVID.1E" c=0xabc6 TileRom = "SFCPU.4G" c=0x0b94 TileRom = "SFCPU.5G" c=0xe059 # ---------------------------------- # SOLAR FOX Audio board # ---------------------------------- # audio signal memory location ASignal = 0x8375 # Audio Tempo ATempo = 6 # ------------------------------------------------------------------------ # SOLAR FOX CPU board definitions # ------------------------------------------------------------------------ CRam = 0x7800 0x800 #Dip1Val = 0x00 NVRamFile = "ram\solarfox.ram" KeyFile = "ram\solarfox.key" RamFile = "ram\solarfox.dip" # ------------------------------------------------------------------------ # SOLAR FOX graphics system definitions # ------------------------------------------------------------------------ SprXOff = -30 SprYOff = 6 # port 0: utility inport = 0x00 0xFF control = 0 "Left Coin" 0x00 0x01 control = 0 "Right Coin" 0x00 0x02 control = 0 "Speed" 0x00 0x04 control = 0 "Fire" 0x00 0x10 control = 0 "Tilt" 0x00 0x20 control = 0 "Service" 0x00 0x80 sticky # port 1: joystick inport = 0x01 0xFF control = 1 "Right" 0x00 0x01 control = 1 "Left" 0x00 0x02 control = 1 "Down" 0x00 0x04 control = 1 "Up" 0x00 0x08 # # Change Log # ---------- # $Log: SOLARFOX.GAM $ # Revision 1.3 1997/06/25 05:03:02 MCUDDY # 1.1 beta 2 # Revision 1.2 1997/06/13 09:17:16 MCUDDY # Changes for BETA05B # Revision 1.1 1997/05/20 06:52:00 MCUDDY # Initial revision