summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/abc80x.cpp')
-rw-r--r--src/mame/drivers/abc80x.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/abc80x.cpp b/src/mame/drivers/abc80x.cpp
index 3268be79bc1..2b5f0279ba1 100644
--- a/src/mame/drivers/abc80x.cpp
+++ b/src/mame/drivers/abc80x.cpp
@@ -175,8 +175,8 @@ DISCRETE_SOUND_END
READ8_MEMBER( abc800_state::pling_r )
{
- m_discrete->write(space, NODE_01, 0);
- m_discrete->write(space, NODE_01, 1);
+ m_discrete->write(NODE_01, 0);
+ m_discrete->write(NODE_01, 1);
return 0xff;
}