mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
(MESS) nc.c: fixed nvram in the nc200. nw.
This commit is contained in:
parent
641b6d8fd0
commit
e75ca754dc
@ -1154,6 +1154,8 @@ MACHINE_START_MEMBER(nc_state,nc200)
|
|||||||
/* keyboard timer */
|
/* keyboard timer */
|
||||||
m_keyboard_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(nc_state::nc_keyboard_timer_callback),this));
|
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_keyboard_timer->adjust(attotime::from_msec(10));
|
||||||
|
|
||||||
|
m_nvram->set_base(m_ram->pointer(), m_ram->size());
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user