| Previous | 199869 Revisions | Next |
| r20854 Saturday 9th February, 2013 at 01:58:23 UTC by R. Belmont |
|---|
| Save state support for the 3 aux slot cards (nw) |
| [src/mess/machine] | a2eext80col.c a2eramworks3.c a2estd80col.c |
| r20853 | r20854 | |
|---|---|---|
| 46 | 46 | void a2eaux_ext80col_device::device_start() |
| 47 | 47 | { |
| 48 | 48 | set_a2eauxslot_device(); |
| 49 | save_item(NAME(m_ram)); | |
| 49 | 50 | } |
| 50 | 51 | |
| 51 | 52 | void a2eaux_ext80col_device::device_reset() |
| r20853 | r20854 | |
|---|---|---|
| 46 | 46 | void a2eaux_std80col_device::device_start() |
| 47 | 47 | { |
| 48 | 48 | set_a2eauxslot_device(); |
| 49 | save_item(NAME(m_ram)); | |
| 49 | 50 | } |
| 50 | 51 | |
| 51 | 52 | void a2eaux_std80col_device::device_reset() |
| r20853 | r20854 | |
|---|---|---|
| 47 | 47 | void a2eaux_ramworks3_device::device_start() |
| 48 | 48 | { |
| 49 | 49 | set_a2eauxslot_device(); |
| 50 | save_item(NAME(m_ram)); | |
| 51 | save_item(NAME(m_bank)); | |
| 50 | 52 | } |
| 51 | 53 | |
| 52 | 54 | void a2eaux_ramworks3_device::device_reset() |
| Previous | 199869 Revisions | Next |