mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
(MESS) wangpc: Use medium resolution video controller by default. [Curt Coder]
This commit is contained in:
parent
36198d2169
commit
c5ea7f4e42
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user