summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/39in1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/39in1.c')
-rw-r--r--src/mame/drivers/39in1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/39in1.c b/src/mame/drivers/39in1.c
index dc1a0e68e04..348a0d87a9f 100644
--- a/src/mame/drivers/39in1.c
+++ b/src/mame/drivers/39in1.c
@@ -1377,7 +1377,7 @@ READ32_MEMBER(_39in1_state::cpld_r)
}
else if (cpu_get_pc(&space.device()) == 0xe3af4)
{
- return input_port_read(machine(), "MCUIPT");
+ return ioport("MCUIPT")->read();
}
else
{