diff options
Diffstat (limited to 'src/mame/drivers/pitagjr.cpp')
-rw-r--r-- | src/mame/drivers/pitagjr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pitagjr.cpp b/src/mame/drivers/pitagjr.cpp index e3118280373..7400ad5975f 100644 --- a/src/mame/drivers/pitagjr.cpp +++ b/src/mame/drivers/pitagjr.cpp @@ -207,8 +207,8 @@ uint32_t pitagjr_state::screen_update(screen_device &screen, bitmap_ind16 &bitma MACHINE_CONFIG_START(pitagjr_state::pitajr) /* basic machine hardware */ - MCFG_CPU_ADD("maincpu", HD63705, XTAL(2'000'000)) // probably a m6805-based MCU with internal boot ROM - MCFG_CPU_PROGRAM_MAP(pitajr_mem) + MCFG_DEVICE_ADD("maincpu", HD63705, XTAL(2'000'000)) // probably a m6805-based MCU with internal boot ROM + MCFG_DEVICE_PROGRAM_MAP(pitajr_mem) /* video hardware */ MCFG_SCREEN_ADD("screen", LCD) |