summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/overdriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/overdriv.c')
-rw-r--r--src/mame/drivers/overdriv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/overdriv.c b/src/mame/drivers/overdriv.c
index 811867cebb3..b900332d854 100644
--- a/src/mame/drivers/overdriv.c
+++ b/src/mame/drivers/overdriv.c
@@ -83,7 +83,7 @@ static WRITE16_HANDLER( K051316_ctrl_1_msb_w )
***************************************************************************/
-static UINT8 default_eeprom[128] =
+static const UINT8 default_eeprom[128] =
{
0x77,0x58,0xFF,0xFF,0x00,0x78,0x90,0x00,0x00,0x78,0x70,0x00,0x00,0x78,0x50,0x00,
0x54,0x41,0x4B,0x51,0x31,0x36,0x46,0x55,0x4A,0xFF,0x03,0x00,0x02,0x70,0x02,0x50,
@@ -96,7 +96,7 @@ static UINT8 default_eeprom[128] =
};
-static struct EEPROM_interface eeprom_interface =
+static const struct EEPROM_interface eeprom_interface =
{
6, /* address bits */
16, /* data bits */