summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mpf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/mpf1.c')
-rw-r--r--src/mess/drivers/mpf1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/mpf1.c b/src/mess/drivers/mpf1.c
index 9533fecd929..2ff0e70abeb 100644
--- a/src/mess/drivers/mpf1.c
+++ b/src/mess/drivers/mpf1.c
@@ -479,7 +479,7 @@ DIRECT_UPDATE_MEMBER(mpf1_state::mpf1_direct_update_handler)
DRIVER_INIT_MEMBER(mpf1_state,mpf1)
{
- m_maincpu->memory().space(AS_PROGRAM)->set_direct_update_handler(direct_update_delegate(FUNC(mpf1_state::mpf1_direct_update_handler), this));
+ m_maincpu->space(AS_PROGRAM)->set_direct_update_handler(direct_update_delegate(FUNC(mpf1_state::mpf1_direct_update_handler), this));
}
COMP( 1979, mpf1, 0, 0, mpf1, mpf1, mpf1_state, mpf1, "Multitech", "Micro Professor 1", 0)