summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/st_mp200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/st_mp200.cpp')
-rw-r--r--src/mame/drivers/st_mp200.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/st_mp200.cpp b/src/mame/drivers/st_mp200.cpp
index 55f6a38a987..df0c33efa49 100644
--- a/src/mame/drivers/st_mp200.cpp
+++ b/src/mame/drivers/st_mp200.cpp
@@ -354,7 +354,7 @@ WRITE_LINE_MEMBER( st_mp200_state::u11_ca2_w )
{
if (BIT(m_u10a, 7))
{
- m_s14001a->data_w(generic_space(), 0, m_u10a & 0x3f);
+ m_s14001a->data_w(m_u10a & 0x3f);
m_s14001a->start_w(1);
m_s14001a->start_w(0);
}