summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rz1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rz1.cpp')
-rw-r--r--src/mame/drivers/rz1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rz1.cpp b/src/mame/drivers/rz1.cpp
index 7dc22f683ba..eced82164a0 100644
--- a/src/mame/drivers/rz1.cpp
+++ b/src/mame/drivers/rz1.cpp
@@ -232,12 +232,12 @@ READ8_MEMBER( rz1_state::upd934g_b_data_r )
WRITE8_MEMBER( rz1_state::upd934g_c_w )
{
- m_pg[0]->write(space, offset >> 8, data);
+ m_pg[0]->write(offset >> 8, data);
}
WRITE8_MEMBER( rz1_state::upd934g_b_w )
{
- m_pg[1]->write(space, offset >> 8, data);
+ m_pg[1]->write(offset >> 8, data);
}
READ8_MEMBER( rz1_state::port_a_r )