| Previous | 199869 Revisions | Next |
| r29287 Saturday 5th April, 2014 at 04:22:33 UTC by Fabio Priuli |
|---|
| (MESS) nc.c: fixed nvram in the nc200. nw. |
| [src/mess/drivers] | nc.c |
| r29286 | r29287 | |
|---|---|---|
| 1154 | 1154 | /* keyboard timer */ |
| 1155 | 1155 | m_keyboard_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(nc_state::nc_keyboard_timer_callback),this)); |
| 1156 | 1156 | m_keyboard_timer->adjust(attotime::from_msec(10)); |
| 1157 | ||
| 1158 | m_nvram->set_base(m_ram->pointer(), m_ram->size()); | |
| 1157 | 1159 | } |
| 1158 | 1160 | |
| 1159 | 1161 | /* |
| Previous | 199869 Revisions | Next |