summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-02-16 21:51:47 +0100
committer Olivier Galibert <galibert@pobox.com>2021-04-19 09:50:19 +0200
commitc037dfd82238537752e2078f52a3276badfbff83 (patch)
treecacfd418c9e97e4b87a5dccbe9c14980222d1944 /scripts
parentccd815de1aa70c6bf86bb4b94fd4656aa8f779a5 (diff)
thomson: Turn the extensions into slot devices, modernize the floppies
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua22
-rw-r--r--scripts/target/mame/arcade.lua1
2 files changed, 23 insertions, 0 deletions
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
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index d3c9c290125..cb392f5343d 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -843,6 +843,7 @@ BUSES["VECTREX"] = true
--BUSES["X68K"] = true
--BUSES["Z88"] = true
BUSES["ZORRO"] = true
+--BUSES["THOMSON"] = true
--------------------------------------------------