From 13d77112e49c18dd076d7ecd0f5cef93adc0cc02 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 29 Jul 2016 14:40:04 +0200 Subject: [PATCH] apollo.cpp: fixed MT06331 (nw) --- src/mame/machine/apollo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/machine/apollo.cpp b/src/mame/machine/apollo.cpp index 7f3c505b050..e28dc6e9c23 100644 --- a/src/mame/machine/apollo.cpp +++ b/src/mame/machine/apollo.cpp @@ -1220,6 +1220,9 @@ MACHINE_START_MEMBER(apollo_state,apollo) // fake mc146818 interrupts (DN3000 only) m_dn3000_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(apollo_state::apollo_rtc_timer),this)); } + + m_dma_channel = -1; + m_cur_eop = false; } MACHINE_RESET_MEMBER(apollo_state,apollo) @@ -1227,9 +1230,6 @@ MACHINE_RESET_MEMBER(apollo_state,apollo) address_space &space = m_maincpu->space(AS_PROGRAM); UINT8 year = apollo_rtc_r(space, 9); - m_dma_channel = -1; - m_cur_eop = false; - MLOG1(("machine_reset_apollo")); // set configuration