summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-06-10 13:44:23 +0000
committer Curt Coder <curtcoder@mail.com>2013-06-10 13:44:23 +0000
commitc5ea7f4e42c87c2c42a7b111cd44b3fa2a10b93d (patch)
treee89ff32895e7f34f12c3b404f85d5245652580ba
parent36198d216962174fbada541df0448e9118d4d5c1 (diff)
(MESS) wangpc: Use medium resolution video controller by default. [Curt Coder]
-rw-r--r--src/mess/drivers/wangpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/wangpc.c b/src/mess/drivers/wangpc.c
index 19920a7cef2..b2d3edce1cf 100644
--- a/src/mess/drivers/wangpc.c
+++ b/src/mess/drivers/wangpc.c
@@ -1225,7 +1225,7 @@ static MACHINE_CONFIG_START( wangpc, wangpc_state )
// bus
MCFG_WANGPC_BUS_ADD(bus_intf)
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("slot4", 4, wangpc_cards, NULL)
MCFG_WANGPC_BUS_SLOT_ADD("slot5", 5, wangpc_cards, NULL)