| Previous | 199869 Revisions | Next |
| r34428 Saturday 17th January, 2015 at 07:31:02 UTC by Osso |
|---|
| idehd.c: added missing save states, fixes kinst.c save state regression (nw) |
| [src/emu/machine] | idehd.c |
| r242939 | r242940 | |
|---|---|---|
| 179 | 179 | ata_hle_device::device_start(); |
| 180 | 180 | |
| 181 | 181 | save_item(NAME(m_can_identify_device)); |
| 182 | save_item(NAME(m_num_cylinders)); | |
| 183 | save_item(NAME(m_num_sectors)); | |
| 184 | save_item(NAME(m_num_heads)); | |
| 185 | ||
| 182 | 186 | save_item(NAME(m_cur_lba)); |
| 183 | 187 | save_item(NAME(m_sectors_until_int)); |
| 184 | 188 | save_item(NAME(m_master_password_enable)); |
| https://github.com/mamedev/mame/commit/41051ccfd1efc1ad33c6b2eb9fa77f6e67e8ff5d |
| Previous | 199869 Revisions | Next |