mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +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
|
// empty the slots
|
||||||
m_slot_count = 0;
|
m_slot_count = 0;
|
||||||
// for (device_sr_card_interface *slot : m_slot)
|
for (device_sr_card_interface *&slot : m_slot)
|
||||||
// slot = nullptr;
|
slot = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void sr_device::device_reset()
|
void sr_device::device_reset()
|
||||||
|
@ -533,7 +533,7 @@ static MACHINE_CONFIG_START(interpro)
|
|||||||
|
|
||||||
// sr bus and slots
|
// sr bus and slots
|
||||||
MCFG_DEVICE_ADD(INTERPRO_SRBUS_TAG, SR, 0)
|
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)
|
MCFG_SR_SLOT_ADD(INTERPRO_SRBUS_TAG, INTERPRO_SRBUS_TAG ":1", sr_cards, nullptr, false)
|
||||||
|
|
||||||
// system layout
|
// system layout
|
||||||
|
Loading…
Reference in New Issue
Block a user