summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segag80r.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segag80r.cpp')
-rw-r--r--src/mame/drivers/segag80r.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segag80r.cpp b/src/mame/drivers/segag80r.cpp
index 605f88f0a31..d18ebf4f759 100644
--- a/src/mame/drivers/segag80r.cpp
+++ b/src/mame/drivers/segag80r.cpp
@@ -298,7 +298,7 @@ WRITE8_MEMBER(segag80r_state::coin_count_w)
READ8_MEMBER(segag80r_state::sindbadm_sound_data_r)
{
- uint8_t result = m_ppi->pa_r();
+ uint8_t result = m_ppi->read_pa();
if (!machine().side_effects_disabled())
{
m_ppi->pc6_w(0);