summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/bublbobl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/bublbobl.c')
-rw-r--r--src/mame/machine/bublbobl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/bublbobl.c b/src/mame/machine/bublbobl.c
index e57a3a0e79f..9c2f0571cee 100644
--- a/src/mame/machine/bublbobl.c
+++ b/src/mame/machine/bublbobl.c
@@ -63,7 +63,7 @@ WRITE8_HANDLER( bublbobl_nmitrigger_w )
}
-static UINT8 tokio_prot_data[] =
+static const UINT8 tokio_prot_data[] =
{
0x6c,
0x7f,0x5f,0x7f,0x6f,0x5f,0x77,0x5f,0x7f,0x5f,0x7f,0x5f,0x7f,0x5b,0x7f,0x5f,0x7f,
@@ -337,7 +337,7 @@ WRITE8_HANDLER( boblbobl_ic43_a_w )
WRITE8_HANDLER( boblbobl_ic43_b_w )
{
- static int xor[4] = { 4, 1, 8, 2 };
+ static const int xor[4] = { 4, 1, 8, 2 };
// logerror("%04x: ic43_b_w (offs %d) %02x\n",activecpu_get_pc(),offset,data);
ic43_b = (data >> 4) ^ xor[offset];