mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
apollo.cpp: fixed MT06331 (nw)
This commit is contained in:
parent
1c45e4e2d1
commit
13d77112e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user