mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
bus/amiga/zorro: Make sure to reset zorro cards on manual calls
This commit is contained in:
parent
91b6c78af8
commit
9999bdf136
@ -199,6 +199,10 @@ void zorro2_bus_device::device_reset()
|
||||
// call base device
|
||||
zorro_bus_device_base::device_reset();
|
||||
|
||||
// reset zorro cards
|
||||
for (device_zorro2_card_interface &card : m_dev)
|
||||
card.device().reset();
|
||||
|
||||
// initiate autoconfig
|
||||
m_autoconfig_device = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user