(MESS) wangpc: Use medium resolution video controller by default. [Curt Coder]

This commit is contained in:
Curt Coder 2013-06-10 13:44:23 +00:00
parent 36198d2169
commit c5ea7f4e42

View File

@ -1225,7 +1225,7 @@ static MACHINE_CONFIG_START( wangpc, wangpc_state )
// bus // bus
MCFG_WANGPC_BUS_ADD(bus_intf) MCFG_WANGPC_BUS_ADD(bus_intf)
MCFG_WANGPC_BUS_SLOT_ADD("slot1", 1, wangpc_cards, NULL) MCFG_WANGPC_BUS_SLOT_ADD("slot1", 1, wangpc_cards, NULL)
MCFG_WANGPC_BUS_SLOT_ADD("slot2", 2, wangpc_cards, "lvc") MCFG_WANGPC_BUS_SLOT_ADD("slot2", 2, wangpc_cards, "mvc")
MCFG_WANGPC_BUS_SLOT_ADD("slot3", 3, wangpc_cards, NULL) MCFG_WANGPC_BUS_SLOT_ADD("slot3", 3, wangpc_cards, NULL)
MCFG_WANGPC_BUS_SLOT_ADD("slot4", 4, wangpc_cards, NULL) MCFG_WANGPC_BUS_SLOT_ADD("slot4", 4, wangpc_cards, NULL)
MCFG_WANGPC_BUS_SLOT_ADD("slot5", 5, wangpc_cards, NULL) MCFG_WANGPC_BUS_SLOT_ADD("slot5", 5, wangpc_cards, NULL)