mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
wswan.cpp: fixed regression caused by c/p error (nw)
This commit is contained in:
parent
45d6edf081
commit
546fa8a046
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user