summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stlforce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stlforce.c')
-rw-r--r--src/mame/drivers/stlforce.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/stlforce.c b/src/mame/drivers/stlforce.c
index 44a22e10269..70f2151d853 100644
--- a/src/mame/drivers/stlforce.c
+++ b/src/mame/drivers/stlforce.c
@@ -74,7 +74,7 @@ TO DO :
UINT16 *stlforce_bg_videoram, *stlforce_mlow_videoram, *stlforce_mhigh_videoram, *stlforce_tx_videoram;
UINT16 *stlforce_bg_scrollram, *stlforce_mlow_scrollram, *stlforce_mhigh_scrollram, *stlforce_vidattrram;
UINT16 *stlforce_spriteram;
-static UINT8 *default_eeprom;
+static const UINT8 *default_eeprom;
extern int stlforce_sprxoffs;
VIDEO_START( stlforce );
@@ -197,7 +197,7 @@ static GFXDECODE_START( stlforce )
GFXDECODE_ENTRY( REGION_GFX2, 0, stlforce_splayout, 0, 256 )
GFXDECODE_END
-static UINT8 stlforce_default_eeprom[128] = {
+static const UINT8 stlforce_default_eeprom[128] = {
0x7e, 0x01, 0x00, 0x00, 0x01, 0x03, 0x05, 0x01, 0x01, 0x00, 0x4e, 0x20, 0x00, 0x00, 0x4a, 0x4d,
0x42, 0x00, 0x02, 0x01, 0x4e, 0x20, 0x00, 0x00, 0x4d, 0x41, 0x43, 0x00, 0x02, 0x01, 0x00, 0x64,
0x00, 0x00, 0x41, 0x41, 0x41, 0x00, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x41, 0x41, 0x41, 0x00,
@@ -208,7 +208,7 @@ static UINT8 stlforce_default_eeprom[128] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
-static UINT8 twinbrat_default_eeprom[128] = {
+static const UINT8 twinbrat_default_eeprom[128] = {
0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x03,
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b,