summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ps2sony.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ps2sony.cpp')
-rw-r--r--src/mame/drivers/ps2sony.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ps2sony.cpp b/src/mame/drivers/ps2sony.cpp
index 4691fd7549c..41135c04bfb 100644
--- a/src/mame/drivers/ps2sony.cpp
+++ b/src/mame/drivers/ps2sony.cpp
@@ -198,10 +198,10 @@ static INPUT_PORTS_START( ps2sony )
INPUT_PORTS_END
MACHINE_CONFIG_START(ps2sony_state::ps2sony)
- MCFG_CPU_ADD("maincpu", R5000LE, 294'912'000) // actually R5900
+ MCFG_DEVICE_ADD("maincpu", R5000LE, 294'912'000) // actually R5900
MCFG_MIPS3_ICACHE_SIZE(16384)
MCFG_MIPS3_DCACHE_SIZE(16384)
- MCFG_CPU_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)