summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito.cpp')
-rw-r--r--src/mame/drivers/taito.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/taito.cpp b/src/mame/drivers/taito.cpp
index 4e2e8590ecd..c5a723dae68 100644
--- a/src/mame/drivers/taito.cpp
+++ b/src/mame/drivers/taito.cpp
@@ -313,8 +313,7 @@ WRITE8_MEMBER( taito_state::io_w )
WRITE_LINE_MEMBER( taito_state::pia_cb2_w )
{
- address_space& space = m_maincpu->space(AS_PROGRAM);
- m_votrax->write(space, 0, m_votrax_cmd);
+ m_votrax->write(m_votrax_cmd);
}
READ8_MEMBER( taito_state::pia_pb_r )