summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipeline.c')
-rw-r--r--src/mame/drivers/pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipeline.c b/src/mame/drivers/pipeline.c
index f05b99bafbf..f743adb4a9c 100644
--- a/src/mame/drivers/pipeline.c
+++ b/src/mame/drivers/pipeline.c
@@ -306,7 +306,7 @@ static struct z80_irq_daisy_chain daisy_chain_sound[] =
{ 0, 0, 0, 0, -1 } /* end mark */
};
-static ppi8255_interface ppi8255_intf =
+static const ppi8255_interface ppi8255_intf =
{
3,
{ input_port_0_r, input_port_1_r, NULL }, /* Port A read */