(MESS) dgnbeta: Fixed regression (nw)

This commit is contained in:
Wilbert Pol 2013-05-24 19:22:37 +00:00
parent 1f8635904b
commit 27092dbe12

View File

@ -1040,6 +1040,8 @@ void dgn_beta_state::machine_reset()
wd17xx_reset(fdc);
m_wd2797_written=0;
m_maincpu->reset();
}
void dgn_beta_state::machine_start()