| Previous | 199869 Revisions | Next |
| r31771 Monday 25th August, 2014 at 18:46:05 UTC by Fabio Priuli |
|---|
| (MESS) vcs_slot: added oncart RAM to save state. nw. |
| [src/emu/bus/vcs] | vcs_slot.c |
| r31770 | r31771 | |
|---|---|---|
| 58 | 58 | void device_vcs_cart_interface::ram_alloc(UINT32 size) |
| 59 | 59 | { |
| 60 | 60 | if (m_ram == NULL) |
| 61 | { | |
| 61 | 62 | m_ram.resize(size); |
| 63 | device().save_item(NAME(m_ram)); | |
| 64 | } | |
| 62 | 65 | } |
| 63 | 66 | |
| 64 | 67 |
| Previous | 199869 Revisions | Next |