summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rohga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rohga.c')
-rw-r--r--src/mame/drivers/rohga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rohga.c b/src/mame/drivers/rohga.c
index 42317101122..98d801b0e3c 100644
--- a/src/mame/drivers/rohga.c
+++ b/src/mame/drivers/rohga.c
@@ -803,7 +803,7 @@ static WRITE8_HANDLER( sound_bankswitch_w )
OKIM6295_set_bank_base(1, ((data & 2)>>1) * 0x40000);
}
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
sound_irq,
sound_bankswitch_w