diff options
Diffstat (limited to 'src/mame/drivers/ts3000.cpp')
-rw-r--r-- | src/mame/drivers/ts3000.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/ts3000.cpp b/src/mame/drivers/ts3000.cpp index 6c364df7865..5c9c8c99c99 100644 --- a/src/mame/drivers/ts3000.cpp +++ b/src/mame/drivers/ts3000.cpp @@ -45,9 +45,9 @@ static INPUT_PORTS_START( ts3000 ) INPUT_PORTS_END MACHINE_CONFIG_START(ts3000_state::ts3000) - MCFG_CPU_ADD("maincpu", I8088, XTAL(14'318'181)/3) // no idea of clock - MCFG_CPU_PROGRAM_MAP(mem_map) - MCFG_CPU_IO_MAP(io_map) + MCFG_DEVICE_ADD("maincpu", I8088, XTAL(14'318'181)/3) // no idea of clock + MCFG_DEVICE_PROGRAM_MAP(mem_map) + MCFG_DEVICE_IO_MAP(io_map) MACHINE_CONFIG_END ROM_START( ts3000 ) |