mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
interpro: minor fixes (nw)
* fix the slot initialisation * make single screen graphics the default
This commit is contained in:
parent
727535bec2
commit
125a1e8248
@ -313,8 +313,8 @@ void sr_device::device_start()
|
||||
|
||||
// empty the slots
|
||||
m_slot_count = 0;
|
||||
// for (device_sr_card_interface *slot : m_slot)
|
||||
// slot = nullptr;
|
||||
for (device_sr_card_interface *&slot : m_slot)
|
||||
slot = nullptr;
|
||||
}
|
||||
|
||||
void sr_device::device_reset()
|
||||
|
@ -533,7 +533,7 @@ static MACHINE_CONFIG_START(interpro)
|
||||
|
||||
// sr bus and slots
|
||||
MCFG_DEVICE_ADD(INTERPRO_SRBUS_TAG, SR, 0)
|
||||
MCFG_SR_SLOT_ADD(INTERPRO_SRBUS_TAG, INTERPRO_SRBUS_TAG ":0", sr_cards, nullptr, false)
|
||||
MCFG_SR_SLOT_ADD(INTERPRO_SRBUS_TAG, INTERPRO_SRBUS_TAG ":0", sr_cards, "mpcb963", false)
|
||||
MCFG_SR_SLOT_ADD(INTERPRO_SRBUS_TAG, INTERPRO_SRBUS_TAG ":1", sr_cards, nullptr, false)
|
||||
|
||||
// system layout
|
||||
|
Loading…
Reference in New Issue
Block a user