summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bishi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bishi.c')
-rw-r--r--src/mame/drivers/bishi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bishi.c b/src/mame/drivers/bishi.c
index 1b581c98c44..d2ab34dd799 100644
--- a/src/mame/drivers/bishi.c
+++ b/src/mame/drivers/bishi.c
@@ -256,7 +256,7 @@ static void sound_irq_gen(int state)
cpunum_set_input_line(0, MC68000_IRQ_1, CLEAR_LINE);
}
-static struct YMZ280Binterface ymz280b_intf =
+static const struct YMZ280Binterface ymz280b_intf =
{
REGION_SOUND1,
sound_irq_gen