apollo.cpp: fixed MT06331 (nw)

This commit is contained in:
Ivan Vangelista 2016-07-29 14:40:04 +02:00 committed by GitHub
parent 1c45e4e2d1
commit 13d77112e4

View File

@ -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