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)