summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcfx.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-09 19:26:44 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-09 19:26:44 +1000
commit6c11b3ce0131be3b14edf5ef93fa9cb2380ae45b (patch)
tree07181df4c25bf034f38aa13cf19c4ee2995d3e7f /src/mame/drivers/pcfx.cpp
parentbe68e91d80f242ca173ba8009dd8c68dbc4b7b29 (diff)
dsp16: fix condition mask in disassembler (nw)
(nw) remove more MCFG macros and make speaker config more explicit
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