summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpf1.cpp')
-rw-r--r--src/mame/drivers/mpf1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpf1.cpp b/src/mame/drivers/mpf1.cpp
index f850c163a6e..44a610eeb74 100644
--- a/src/mame/drivers/mpf1.cpp
+++ b/src/mame/drivers/mpf1.cpp
@@ -64,7 +64,7 @@ static ADDRESS_MAP_START( mpf1_map, AS_PROGRAM, 8, mpf1_state )
AM_RANGE(0x1800, 0x1fff) AM_RAM
ADDRESS_MAP_END
-static ADDRESS_MAP_START( mpf1_step, AS_DECRYPTED_OPCODES, 8, mpf1_state )
+static ADDRESS_MAP_START( mpf1_step, AS_OPCODES, 8, mpf1_state )
AM_RANGE(0x0000, 0xffff) AM_READ(step_r)
ADDRESS_MAP_END