summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80x.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2020-04-02 10:30:47 +0100
committer smf- <smf-@users.noreply.github.com>2020-04-02 10:34:53 +0100
commit63d3becad69b7b5f60b61de856e18228f99f8164 (patch)
tree979a93e3e003ce6eccc2f81372a2f2f72f663579 /src/mame/drivers/abc80x.cpp
parent013fb157289125554358a88ed0020cef5e3405fd (diff)
removed more dummy_space() and other miscellaneous space passing (nw)
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);
}
}