summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/neoboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/neoboot.c')
-rw-r--r--src/mame/machine/neoboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/neoboot.c b/src/mame/machine/neoboot.c
index 849f87ab24a..f709708085e 100644
--- a/src/mame/machine/neoboot.c
+++ b/src/mame/machine/neoboot.c
@@ -414,7 +414,7 @@ void decrypt_cthd2003(void)
static WRITE16_HANDLER ( cthd2003_bankswitch_w )
{
int bankaddress;
- static int cthd2003_banks[8] =
+ static const int cthd2003_banks[8] =
{
1,0,1,0,1,0,3,2,
};