summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iqblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/iqblock.c')
-rw-r--r--src/mame/drivers/iqblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/iqblock.c b/src/mame/drivers/iqblock.c
index 6416389822f..643939a3f19 100644
--- a/src/mame/drivers/iqblock.c
+++ b/src/mame/drivers/iqblock.c
@@ -110,7 +110,7 @@ static WRITE8_HANDLER( port_C_w )
/* bit 7 could be a second coin counter, but coin 2 doesn't seem to work... */
}
-static ppi8255_interface ppi8255_intf =
+static const ppi8255_interface ppi8255_intf =
{
1, /* 1 chip */
{ input_port_0_r }, /* Port A read */