diff options
Diffstat (limited to 'src/mame/drivers/sealy.cpp')
-rw-r--r-- | src/mame/drivers/sealy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sealy.cpp b/src/mame/drivers/sealy.cpp index b521a3d3765..1c8303dc7a1 100644 --- a/src/mame/drivers/sealy.cpp +++ b/src/mame/drivers/sealy.cpp @@ -101,8 +101,8 @@ GFXDECODE_END MACHINE_CONFIG_START(sealy_state::sealy) /* basic machine hardware */ - MCFG_CPU_ADD("maincpu", H83044, MAIN_CLOCK) /* wrong CPU, but we have not a M16C core ATM */ - MCFG_CPU_PROGRAM_MAP(sealy_map) + MCFG_DEVICE_ADD("maincpu", H83044, MAIN_CLOCK) /* wrong CPU, but we have not a M16C core ATM */ + MCFG_DEVICE_PROGRAM_MAP(sealy_map) /* video hardware */ MCFG_SCREEN_ADD("screen", RASTER) |