summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maxaflex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maxaflex.cpp')
-rw-r--r--src/mame/drivers/maxaflex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp
index 87e3fcfd91a..1202d575b79 100644
--- a/src/mame/drivers/maxaflex.cpp
+++ b/src/mame/drivers/maxaflex.cpp
@@ -308,7 +308,7 @@ void maxaflex_state::machine_reset()
{
atari_common_state::machine_reset();
- m_pokey->write(machine().dummy_space(), 15, 0);
+ m_pokey->write(15, 0);
// Supervisor board reset
m_portb_out = 0xff;