summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/caswin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/caswin.cpp')
-rw-r--r--src/mame/drivers/caswin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/caswin.cpp b/src/mame/drivers/caswin.cpp
index 3482f04c3e3..d9dffa9b6fd 100644
--- a/src/mame/drivers/caswin.cpp
+++ b/src/mame/drivers/caswin.cpp
@@ -351,7 +351,7 @@ MACHINE_CONFIG_START(caswin_state::vvillage)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_vvillage)
+ GFXDECODE(config, m_gfxdecode, "palette", gfx_vvillage);
PALETTE(config, "palette", FUNC(caswin_state::caswin_palette), 0x40);
SPEAKER(config, "mono").front_center();