summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/epos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/epos.c')
-rw-r--r--src/mame/drivers/epos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/epos.c b/src/mame/drivers/epos.c
index 8375d95eea3..82b6b921011 100644
--- a/src/mame/drivers/epos.c
+++ b/src/mame/drivers/epos.c
@@ -120,7 +120,7 @@ static ADDRESS_MAP_START( dealer_writeport, ADDRESS_SPACE_IO, 8 )
// AM_RANGE(0x40, 0x40) AM_WRITE(watchdog_reset_w)
ADDRESS_MAP_END
-static ppi8255_interface ppi8255_intf =
+static const ppi8255_interface ppi8255_intf =
{
1, /* 1 chip */
{ input_port_2_r }, /* Port A read */