mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in wd1770_device (nw)
This commit is contained in:
parent
2beb3a28da
commit
64d9a216e3
@ -2061,6 +2061,7 @@ void wd1770_device::device_reset()
|
||||
m_hd = 0;
|
||||
m_hld_count = 0;
|
||||
m_sector = 1;
|
||||
m_last_command_data = 0;
|
||||
wd17xx_command_restore();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user