summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_z.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_z.c')
-rw-r--r--src/mame/drivers/taito_z.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c
index 5ae8e9c56e9..31c65b164cd 100644
--- a/src/mame/drivers/taito_z.c
+++ b/src/mame/drivers/taito_z.c
@@ -943,7 +943,7 @@ static INTERRUPT_GEN( dblaxle_cpub_interrupt )
EEPROM
******************************************************************/
-static UINT8 default_eeprom[128]=
+static const UINT8 default_eeprom[128]=
{
0x00,0x00,0x00,0xff,0x00,0x01,0x41,0x41,0x00,0x00,0x00,0xff,0x00,0x00,0xf0,0xf0,
0x00,0x00,0x00,0xff,0x00,0x01,0x41,0x41,0x00,0x00,0x00,0xff,0x00,0x00,0xf0,0xf0,
@@ -955,7 +955,7 @@ static UINT8 default_eeprom[128]=
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
};
-static struct EEPROM_interface eeprom_interface =
+static const struct EEPROM_interface eeprom_interface =
{
6, /* address bits */
16, /* data bits */