From c037dfd82238537752e2078f52a3276badfbff83 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Tue, 16 Feb 2021 21:51:47 +0100 Subject: thomson: Turn the extensions into slot devices, modernize the floppies --- scripts/src/bus.lua | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'scripts/src/bus.lua') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index d31f046f3e7..34ffe693ee3 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4493,3 +4493,25 @@ if (BUSES["SAMCOUPE_MOUSE_PORT"]~=null) then MAME_DIR .. "src/devices/bus/samcoupe/mouse/mouse.h", } end + +--------------------------------------------------- +-- +--@src/devices/bus/thomson/extension.h,BUSES["THOMSON"] = true +--------------------------------------------------- + +if (BUSES["THOMSON"]~=null) then + files { + MAME_DIR .. "src/devices/bus/thomson/extension.cpp", + MAME_DIR .. "src/devices/bus/thomson/extension.h", + MAME_DIR .. "src/devices/bus/thomson/cd90_015.cpp", + MAME_DIR .. "src/devices/bus/thomson/cd90_015.h", + MAME_DIR .. "src/devices/bus/thomson/cq90_028.cpp", + MAME_DIR .. "src/devices/bus/thomson/cq90_028.h", + MAME_DIR .. "src/devices/bus/thomson/cd90_351.cpp", + MAME_DIR .. "src/devices/bus/thomson/cd90_351.h", + MAME_DIR .. "src/devices/bus/thomson/cd90_640.cpp", + MAME_DIR .. "src/devices/bus/thomson/cd90_640.h", + MAME_DIR .. "src/devices/bus/thomson/nanoreseau.cpp", + MAME_DIR .. "src/devices/bus/thomson/nanoreseau.h", + } +end -- cgit v1.2.3