mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
upd765: call soft_reset() on device_reset() (no whatsnew)
This commit is contained in:
parent
099782e9a1
commit
971a170240
@ -139,6 +139,7 @@ void upd765_family_device::device_reset()
|
||||
{
|
||||
dor = dor_reset;
|
||||
locked = false;
|
||||
soft_reset();
|
||||
}
|
||||
|
||||
void upd765_family_device::soft_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user