mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
toaplan/dogyuun.cpp: Fix refactoring
This commit is contained in:
parent
9d6cffc9c6
commit
e1a3143378
@ -94,14 +94,14 @@ void dogyuun_state::reset_audiocpu(int state)
|
|||||||
if (state)
|
if (state)
|
||||||
{
|
{
|
||||||
m_coincounter->coin_w(0);
|
m_coincounter->coin_w(0);
|
||||||
m_audiocpu->set_input_line(ASSERT_LINE);
|
m_audiocpu->set_input_line(INPUT_LINE_RESET, ASSERT_LINE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void dogyuun_state::machine_reset()
|
void dogyuun_state::machine_reset()
|
||||||
{
|
{
|
||||||
m_coincounter->coin_w(0);
|
m_coincounter->coin_w(0);
|
||||||
m_audiocpu->set_input_line(ASSERT_LINE);
|
m_audiocpu->set_input_line(INPUT_LINE_RESET, ASSERT_LINE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void dogyuun_state::video_start()
|
void dogyuun_state::video_start()
|
||||||
|
Loading…
Reference in New Issue
Block a user