From 546fa8a046eb1af1465d3fedfa1aeff9ac024dad Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 24 Nov 2018 14:48:50 +0100 Subject: wswan.cpp: fixed regression caused by c/p error (nw) --- src/mame/drivers/wswan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/wswan.cpp b/src/mame/drivers/wswan.cpp index 2d4e6fc8274..b7eb1eeb4c5 100644 --- a/src/mame/drivers/wswan.cpp +++ b/src/mame/drivers/wswan.cpp @@ -171,7 +171,7 @@ MACHINE_CONFIG_START(wscolor_state::wscolor) MCFG_DEVICE_MODIFY("maincpu") MCFG_DEVICE_PROGRAM_MAP(wscolor_mem) - m_vdp->set_vdp_type(VDP_TYPE_WSWAN); + m_vdp->set_vdp_type(VDP_TYPE_WSC); MCFG_PALETTE_MODIFY("palette") MCFG_PALETTE_ENTRIES(4096) -- cgit v1.2.3