(MESS) nc.c: fixed nvram in the nc200. nw.

This commit is contained in:
Fabio Priuli 2014-04-05 04:22:33 +00:00
parent 641b6d8fd0
commit e75ca754dc

View File

@ -1154,6 +1154,8 @@ MACHINE_START_MEMBER(nc_state,nc200)
/* keyboard timer */
m_keyboard_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(nc_state::nc_keyboard_timer_callback),this));
m_keyboard_timer->adjust(attotime::from_msec(10));
m_nvram->set_base(m_ram->pointer(), m_ram->size());
}
/*