| Previous | 199869 Revisions | Next |
| r21122 Saturday 16th February, 2013 at 14:01:08 UTC by Oliver Stöneberg |
|---|
| (MESS) fixed uninitialized variable in src/mess/machines/kb3600.c (nw) |
| [src/mess/machine] | kb3600.c kb3600.h |
| r21121 | r21122 | |
|---|---|---|
| 111 | 111 | |
| 112 | 112 | |
| 113 | 113 | //------------------------------------------------- |
| 114 | // device_start - device-specific reset | |
| 115 | //------------------------------------------------- | |
| 116 | ||
| 117 | void ay3600_device::device_reset() | |
| 118 | { | |
| 119 | m_ako = 0; | |
| 120 | } | |
| 121 | ||
| 122 | //------------------------------------------------- | |
| 114 | 123 | // device_timer - handler timer events |
| 115 | 124 | //------------------------------------------------- |
| 116 | 125 |
| r21121 | r21122 | |
|---|---|---|
| 116 | 116 | protected: |
| 117 | 117 | // device-level overrides |
| 118 | 118 | virtual void device_start(); |
| 119 | virtual void device_reset(); | |
| 119 | 120 | virtual void device_config_complete(); |
| 120 | 121 | virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); |
| 121 | 122 |
| Previous | 199869 Revisions | Next |