| Previous | 199869 Revisions | Next |
| r33848 Friday 12th December, 2014 at 17:37:25 UTC by Osso |
|---|
| Fixed save state regression in various atari drivers (nw) |
| [src/mame/machine] | atarigen.c |
| r242359 | r242360 | |
|---|---|---|
| 1195 | 1195 | |
| 1196 | 1196 | void atarigen_state::device_post_load() |
| 1197 | 1197 | { |
| 1198 | if (!m_slapstic_device) | |
| 1198 | if (m_slapstic_num != 0) | |
| 1199 | { | |
| 1200 | if (!m_slapstic_device) | |
| 1199 | 1201 | fatalerror("Slapstic device is missing?\n"); |
| 1200 | ||
| 1201 | slapstic_update_bank(m_slapstic_device->slapstic_bank()); | |
| 1202 | ||
| 1203 | slapstic_update_bank(m_slapstic_device->slapstic_bank()); | |
| 1204 | } | |
| 1202 | 1205 | } |
| 1203 | 1206 | |
| 1204 | 1207 |
| https://github.com/mamedev/mame/commit/9c9e6dafb16b692ebd7317c2d82cdc146fd5947d |
| Previous | 199869 Revisions | Next |