diff options
Diffstat (limited to 'src/mame/drivers/eolith16.cpp')
-rw-r--r-- | src/mame/drivers/eolith16.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/eolith16.cpp b/src/mame/drivers/eolith16.cpp index 236d8ec2e0c..ef4e57bfda4 100644 --- a/src/mame/drivers/eolith16.cpp +++ b/src/mame/drivers/eolith16.cpp @@ -159,8 +159,8 @@ PALETTE_INIT_MEMBER(eolith16_state,eolith16) MACHINE_CONFIG_START(eolith16_state::eolith16) - MCFG_CPU_ADD("maincpu", E116T, XTAL(60'000'000)) /* no internal multiplier */ - MCFG_CPU_PROGRAM_MAP(eolith16_map) + MCFG_DEVICE_ADD("maincpu", E116T, XTAL(60'000'000)) /* no internal multiplier */ + MCFG_DEVICE_PROGRAM_MAP(eolith16_map) MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", eolith16_state, eolith_speedup, "screen", 0, 1) MCFG_EEPROM_SERIAL_93C66_8BIT_ADD("eeprom") |