summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo.cpp')
-rw-r--r--src/mame/machine/apollo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/apollo.cpp b/src/mame/machine/apollo.cpp
index 5bc8c6975a4..5087cf81a0d 100644
--- a/src/mame/machine/apollo.cpp
+++ b/src/mame/machine/apollo.cpp
@@ -1190,7 +1190,7 @@ void apollo_state::init_apollo()
MLOG1(("driver_init_apollo"));
}
-void apollo_state::machine_start_apollo()
+MACHINE_START_MEMBER(apollo_state,apollo)
{
MLOG1(("machine_start_apollo"));
@@ -1205,7 +1205,7 @@ void apollo_state::machine_start_apollo()
m_cur_eop = false;
}
-void apollo_state::machine_reset_apollo()
+MACHINE_RESET_MEMBER(apollo_state,apollo)
{
address_space &space = m_maincpu->space(AS_PROGRAM);
uint8_t year = apollo_rtc_r(space, 9);