diff options
| author | 2021-02-16 21:51:47 +0100 | |
|---|---|---|
| committer | 2021-04-19 09:50:19 +0200 | |
| commit | c037dfd82238537752e2078f52a3276badfbff83 (patch) | |
| tree | cacfd418c9e97e4b87a5dccbe9c14980222d1944 /scripts/src/bus.lua | |
| parent | ccd815de1aa70c6bf86bb4b94fd4656aa8f779a5 (diff) | |
thomson: Turn the extensions into slot devices, modernize the floppies
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 22 |
1 files changed, 22 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 |
