summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mosaic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mosaic.c')
-rw-r--r--src/mame/drivers/mosaic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mosaic.c b/src/mame/drivers/mosaic.c
index fddd6ae0133..fa043c2f584 100644
--- a/src/mame/drivers/mosaic.c
+++ b/src/mame/drivers/mosaic.c
@@ -32,7 +32,7 @@ static WRITE8_HANDLER( protection_w )
}
else
{
- static int jumptable[] =
+ static const int jumptable[] =
{
0x02be, 0x0314, 0x0475, 0x0662, 0x0694, 0x08f3, 0x0959, 0x096f,
0x0992, 0x09a4, 0x0a50, 0x0d69, 0x0eee, 0x0f98, 0x1040, 0x1075,
@@ -274,7 +274,7 @@ GFXDECODE_END
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
input_port_2_r
};