fix crash on start (nw)

This commit is contained in:
Vas Crabb 2018-03-26 16:01:14 +11:00
parent f6d163478f
commit 538cc004d7

View File

@ -445,6 +445,8 @@ void mp68a_state::machine_start()
{
LOG("--->%s()\n", FUNCNAME);
m_7segs.resolve();
/* register for state saving */
save_item(NAME(m_shift));
save_item(NAME(m_led));