summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kickgoal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kickgoal.c')
-rw-r--r--src/mame/drivers/kickgoal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/kickgoal.c b/src/mame/drivers/kickgoal.c
index 6681b8a12b6..07ffb3eadf0 100644
--- a/src/mame/drivers/kickgoal.c
+++ b/src/mame/drivers/kickgoal.c
@@ -427,10 +427,10 @@ static INTERRUPT_GEN( kickgoal_interrupt )
}
-static UINT8 *kickgoal_default_eeprom;
+static const UINT8 *kickgoal_default_eeprom;
static int kickgoal_default_eeprom_length;
-static UINT8 kickgoal_default_eeprom_type1[128] = {
+static const UINT8 kickgoal_default_eeprom_type1[128] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,