summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipeline.cpp')
-rw-r--r--src/mame/drivers/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipeline.cpp b/src/mame/drivers/pipeline.cpp
index 9bee07159fe..5879f28940a 100644
--- a/src/mame/drivers/pipeline.cpp
+++ b/src/mame/drivers/pipeline.cpp
@@ -213,7 +213,7 @@ READ8_MEMBER(pipeline_state::protection_r)
TIMER_CALLBACK_MEMBER(pipeline_state::protection_deferred_w)
{
- m_mcu->pa_w(m_mcu->space(AS_PROGRAM), 0, param);
+ m_mcu->pa_w(param);
}
WRITE8_MEMBER(pipeline_state::protection_w)