interpro: minor fixes (nw)

* fix the slot initialisation
* make single screen graphics the default
This commit is contained in:
Patrick Mackinlay 2017-10-26 19:11:38 +07:00 committed by Vas Crabb
parent 727535bec2
commit 125a1e8248
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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