fixed usage of uninitialized member in wd1770_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-24 05:21:59 +00:00
parent 2beb3a28da
commit 64d9a216e3

View File

@ -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();
}