upd765: call soft_reset() on device_reset() (no whatsnew)

This commit is contained in:
mahlemiut 2012-10-13 11:06:23 +00:00
parent 099782e9a1
commit 971a170240

View File

@ -139,6 +139,7 @@ void upd765_family_device::device_reset()
{
dor = dor_reset;
locked = false;
soft_reset();
}
void upd765_family_device::soft_reset()