mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Amiga: Fix crash with expansion slot devices
This commit is contained in:
parent
18104e5f61
commit
0c94dbe055
@ -156,6 +156,7 @@ void exp_slot_device::device_start()
|
||||
void exp_slot_device::add_card(device_zorro_card_interface *card)
|
||||
{
|
||||
m_dev = downcast<device_exp_card_interface *>(card);
|
||||
card->set_zorro_bus(this);
|
||||
}
|
||||
|
||||
// from slot device
|
||||
|
Loading…
Reference in New Issue
Block a user