summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-30 19:37:07 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-30 19:37:07 -0500
commitfc87d24cf6d91eb9f66fbc8f0a16de24518c0320 (patch)
tree669621f215c85542869f85355c0ad0ae5ebe2df9 /scripts
parent45f27ffaab35542a419df7fcff6d74ae25806738 (diff)
swtpc: Preliminary SS-50 I/O bus
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua15
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 16 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 86ddc752fbc..85b772ba345 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1393,6 +1393,21 @@ end
---------------------------------------------------
--
+--@src/devices/bus/ss50/interface.h,BUSES["SS50"] = true
+---------------------------------------------------
+
+if (BUSES["SS50"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/ss50/interface.cpp",
+ MAME_DIR .. "src/devices/bus/ss50/interface.h",
+ MAME_DIR .. "src/devices/bus/ss50/mps.cpp",
+ MAME_DIR .. "src/devices/bus/ss50/mps.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/bus/tiki100/exp.h,BUSES["TIKI100"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 1396eac2ec2..56b283c88e6 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -731,6 +731,7 @@ BUSES["SNES"] = true
BUSES["SNES_CTRL"] = true
BUSES["SPC1000"] = true
BUSES["SPECTRUM"] = true
+BUSES["SS50"] = true
BUSES["SUNKBD"] = true
BUSES["SVI_EXPANDER"] = true
BUSES["SVI_SLOT"] = true