summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms1400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tms1400.cpp')
-rw-r--r--src/devices/cpu/tms1000/tms1400.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/devices/cpu/tms1000/tms1400.cpp b/src/devices/cpu/tms1000/tms1400.cpp
index 67effbe3ad0..31da9295f48 100644
--- a/src/devices/cpu/tms1000/tms1400.cpp
+++ b/src/devices/cpu/tms1000/tms1400.cpp
@@ -67,14 +67,12 @@ tms1670_cpu_device::tms1670_cpu_device(const machine_config &mconfig, const char
// machine configs
-MACHINE_CONFIG_START(tms1400_cpu_device::device_add_mconfig)
-
+void tms1400_cpu_device::device_add_mconfig(machine_config &config)
+{
// microinstructions PLA, output PLA
- MCFG_PLA_ADD("mpla", 8, 16, 30)
- MCFG_PLA_FILEFORMAT(BERKELEY)
- MCFG_PLA_ADD("opla", 5, 8, 32)
- MCFG_PLA_FILEFORMAT(BERKELEY)
-MACHINE_CONFIG_END
+ PLA(config, "mpla", 8, 16, 30).set_format(pla_device::FMT::BERKELEY);
+ PLA(config, "opla", 5, 8, 32).set_format(pla_device::FMT::BERKELEY);
+}
// device_reset