summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toratora.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toratora.cpp')
-rw-r--r--src/mame/drivers/toratora.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toratora.cpp b/src/mame/drivers/toratora.cpp
index 139b861c278..44fc0610828 100644
--- a/src/mame/drivers/toratora.cpp
+++ b/src/mame/drivers/toratora.cpp
@@ -199,7 +199,7 @@ INTERRUPT_GEN_MEMBER(toratora_state::toratora_timer)
if (m_timer & 0x100)
popmessage("watchdog!");
- m_pia_u1->porta_w(ioport("INPUT")->read() & 0x0f);
+ m_pia_u1->write_porta(ioport("INPUT")->read() & 0x0f);
m_pia_u1->ca1_w(ioport("INPUT")->read() & 0x10);
m_pia_u1->ca2_w(ioport("INPUT")->read() & 0x20);
}