summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/triforce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/triforce.cpp')
-rw-r--r--src/mame/drivers/triforce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/triforce.cpp b/src/mame/drivers/triforce.cpp
index 85b3c004cbb..d5b35b35e6d 100644
--- a/src/mame/drivers/triforce.cpp
+++ b/src/mame/drivers/triforce.cpp
@@ -571,8 +571,8 @@ void triforce_state::machine_start()
MACHINE_CONFIG_START(triforce_state::triforce_base)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", PPC603, 64000000) /* Correct CPU is a PowerPC 750 (what Apple called "G3") with paired-single vector instructions added */
- MCFG_CPU_PROGRAM_MAP(gc_map)
+ MCFG_DEVICE_ADD("maincpu", PPC603, 64000000) /* Correct CPU is a PowerPC 750 (what Apple called "G3") with paired-single vector instructions added */
+ MCFG_DEVICE_PROGRAM_MAP(gc_map)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))