From 2905f85348f75e16e98527200c4db4a6fb35161b Mon Sep 17 00:00:00 2001 From: Felipe CorrĂȘa da Silva Sanches Date: Mon, 17 Feb 2025 16:06:48 -0300 Subject: cpu/tlcs900: Added the TMP94C241 variant (used by the Technics SX-KN5000). (#13220) matsushita/kn5000.cpp: Use TMP94C241 CPU, hooked up I/O to onboard CPU peripherals. --- scripts/src/cpu.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 99bb9efb18b..51d8e1b17b5 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -2982,6 +2982,8 @@ if CPUS["TLCS900"] then MAME_DIR .. "src/devices/cpu/tlcs900/tlcs900.h", MAME_DIR .. "src/devices/cpu/tlcs900/900tbl.hxx", MAME_DIR .. "src/devices/cpu/tlcs900/900htbl.hxx", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp94c241.cpp", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp94c241.h", MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c061.cpp", MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c061.h", MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c063.cpp", -- cgit v1.2.3-70-g09d2