summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author goldnchild <48141308+goldnchild@users.noreply.github.com>2025-02-26 08:29:17 -0800
committer GitHub <noreply@github.com>2025-02-27 03:29:17 +1100
commite6989d494ad1242ec5731cdaa3ee17810e70dd64 (patch)
tree700c392f062e81145e1d0ca1a78dd6391a6007d3 /scripts
parenta3f31268d22e32a9ebcfe06147a3eca0cb280d72 (diff)
bus/sg1000_exp/sp400.cpp: Added a skeleton device for the SP-400 plotter (#13410) [Fabio Dalla Libera, Golden Child]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua10
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 5c4273ea593..19bea082740 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -3928,16 +3928,18 @@ end
if (BUSES["SG1000_EXP"]~=null) then
files {
- MAME_DIR .. "src/devices/bus/sg1000_exp/sg1000exp.cpp",
- MAME_DIR .. "src/devices/bus/sg1000_exp/sg1000exp.h",
MAME_DIR .. "src/devices/bus/sg1000_exp/fm_unit.cpp",
MAME_DIR .. "src/devices/bus/sg1000_exp/fm_unit.h",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/kblink.cpp",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/kblink.h",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/sg1000exp.cpp",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/sg1000exp.h",
MAME_DIR .. "src/devices/bus/sg1000_exp/sk1100.cpp",
MAME_DIR .. "src/devices/bus/sg1000_exp/sk1100.h",
MAME_DIR .. "src/devices/bus/sg1000_exp/sk1100prn.cpp",
MAME_DIR .. "src/devices/bus/sg1000_exp/sk1100prn.h",
- MAME_DIR .. "src/devices/bus/sg1000_exp/kblink.cpp",
- MAME_DIR .. "src/devices/bus/sg1000_exp/kblink.h",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/sp400.cpp",
+ MAME_DIR .. "src/devices/bus/sg1000_exp/sp400.h",
}
end