summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wswan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wswan.cpp')
-rw-r--r--src/mame/drivers/wswan.cpp2
1 files changed, 1 insertions, 1 deletions
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)