summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tp0320.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tp0320.cpp')
-rw-r--r--src/devices/cpu/tms1000/tp0320.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/devices/cpu/tms1000/tp0320.cpp b/src/devices/cpu/tms1000/tp0320.cpp
index 62ca7072ab2..57c53b240fd 100644
--- a/src/devices/cpu/tms1000/tp0320.cpp
+++ b/src/devices/cpu/tms1000/tp0320.cpp
@@ -42,14 +42,12 @@ tp0320_cpu_device::tp0320_cpu_device(const machine_config &mconfig, const char *
// machine configs
-MACHINE_CONFIG_START(tp0320_cpu_device::device_add_mconfig)
-
+void tp0320_cpu_device::device_add_mconfig(machine_config &config)
+{
// main opcodes PLA(partial), microinstructions PLA
- MCFG_PLA_ADD("ipla", 9, 6, 8)
- MCFG_PLA_FILEFORMAT(BERKELEY)
- MCFG_PLA_ADD("mpla", 6, 22, 64)
- MCFG_PLA_FILEFORMAT(BERKELEY)
-MACHINE_CONFIG_END
+ PLA(config, "ipla", 9, 6, 8).set_format(pla_device::FMT::BERKELEY);
+ PLA(config, "mpla", 6, 22, 64).set_format(pla_device::FMT::BERKELEY);
+}
// disasm