mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
ata_hle: Fix save state for 8-bit mode (#9721)
This commit is contained in:
parent
b2aa336249
commit
ea5676179f
@ -94,6 +94,7 @@ void ata_hle_device::device_start()
|
||||
save_item(NAME(m_command));
|
||||
save_item(NAME(m_device_control));
|
||||
save_item(NAME(m_revert_to_defaults));
|
||||
save_item(NAME(m_8bit_data_transfers));
|
||||
|
||||
save_item(NAME(m_single_device));
|
||||
save_item(NAME(m_resetting));
|
||||
|
Loading…
Reference in New Issue
Block a user