| Previous | 199869 Revisions | Next |
| r21350 Friday 22nd February, 2013 at 21:45:22 UTC by Oliver Stöneberg |
|---|
| (MESS) added missing dirtc initialization to hd64610_device (nw) |
| [src/mess/machine] | hd64610.c hd64610.h |
| r21349 | r21350 | |
|---|---|---|
| 202 | 202 | |
| 203 | 203 | |
| 204 | 204 | //------------------------------------------------- |
| 205 | // device_start - device-specific reset | |
| 206 | //------------------------------------------------- | |
| 207 | ||
| 208 | void hd64610_device::device_reset() | |
| 209 | { | |
| 210 | set_current_time(machine()); | |
| 211 | } | |
| 212 | ||
| 213 | ||
| 214 | //------------------------------------------------- | |
| 205 | 215 | // device_timer - handler timer events |
| 206 | 216 | //------------------------------------------------- |
| 207 | 217 |
| r21349 | r21350 | |
|---|---|---|
| 77 | 77 | // device-level overrides |
| 78 | 78 | virtual void device_config_complete(); |
| 79 | 79 | virtual void device_start(); |
| 80 | virtual void device_reset(); | |
| 80 | 81 | virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); |
| 81 | 82 | |
| 82 | 83 | // device_rtc_interface overrides |
| Previous | 199869 Revisions | Next |