summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan2.c')
-rw-r--r--src/mame/drivers/toaplan2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/toaplan2.c b/src/mame/drivers/toaplan2.c
index 601d6929440..552cda01b79 100644
--- a/src/mame/drivers/toaplan2.c
+++ b/src/mame/drivers/toaplan2.c
@@ -1212,7 +1212,7 @@ static WRITE8_HANDLER( raizing_clear_nmi_w )
/*###################### Battle Bakraid ##############################*/
/* EEPROM contents with Battle Bakraid Unlimited version features unlocked */
-static UINT8 bbakraid_unlimited_nvram[512] = {
+static const UINT8 bbakraid_unlimited_nvram[512] = {
0xc2,0x49,0x00,0x07,0xa1,0x20,0x2a,0x2a,0x2a,0x90,0x90,0x90,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x06,0x1a,0x80,0x2a,0x2a,0x2a,0x94,
0x94,0x94,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x04,
@@ -1249,7 +1249,7 @@ static UINT8 bbakraid_unlimited_nvram[512] = {
-static struct EEPROM_interface eeprom_interface_93C66 =
+static const struct EEPROM_interface eeprom_interface_93C66 =
{
/* Pin 6 of the 93C66 is connected to Gnd!
So it's configured for 512 bytes */