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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/abc80x.cpp b/src/mame/drivers/abc80x.cpp
index afab2b88c94..b77cb2f3b19 100644
--- a/src/mame/drivers/abc80x.cpp
+++ b/src/mame/drivers/abc80x.cpp
@@ -981,7 +981,7 @@ void abc806_state::machine_reset()
// clear STO lines
for (int i = 0; i < 8; i++) {
- sto_w(m_maincpu->space(AS_PROGRAM), 0, i);
+ sto_w(i);
}
}