summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcfx.cpp')
-rw-r--r--src/mame/drivers/pcfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pcfx.cpp b/src/mame/drivers/pcfx.cpp
index 2d92eafd3dd..5baf5efd001 100644
--- a/src/mame/drivers/pcfx.cpp
+++ b/src/mame/drivers/pcfx.cpp
@@ -437,11 +437,11 @@ MACHINE_CONFIG_START(pcfx_state::pcfx)
MCFG_HUC6261_VDC2("huc6270_b")
MCFG_HUC6261_KING("huc6272")
- MCFG_HUC6272_ADD( "huc6272", XTAL(21'477'272) )
+ MCFG_DEVICE_ADD( "huc6272", HUC6272, XTAL(21'477'272) )
MCFG_HUC6272_IRQ_CHANGED_CB(WRITELINE(*this, pcfx_state, irq13_w))
MCFG_HUC6272_RAINBOW("huc6271")
- MCFG_HUC6271_ADD( "huc6271", XTAL(21'477'272) )
+ MCFG_DEVICE_ADD( "huc6271", HUC6271, XTAL(21'477'272) )
MCFG_SOFTWARE_LIST_ADD("cd_list", "pcfx")
MACHINE_CONFIG_END