summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/potgoldu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/potgoldu.cpp')
-rw-r--r--src/mame/drivers/potgoldu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/potgoldu.cpp b/src/mame/drivers/potgoldu.cpp
index 3bbd775d00f..25d92dca006 100644
--- a/src/mame/drivers/potgoldu.cpp
+++ b/src/mame/drivers/potgoldu.cpp
@@ -82,8 +82,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(potgold_state::potgold)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", TMS34010, XTAL(40'000'000))
- MCFG_CPU_PROGRAM_MAP(potgold_map)
+ MCFG_DEVICE_ADD("maincpu", TMS34010, XTAL(40'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(potgold_map)
MCFG_TMS340X0_HALT_ON_RESET(false) /* halt on reset */
MCFG_TMS340X0_PIXEL_CLOCK(VIDEO_CLOCK/2) /* pixel clock */
MCFG_TMS340X0_PIXELS_PER_CLOCK(1) /* pixels per clock */