summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author holub <andrei.holub@gmail.com>2021-12-24 14:58:14 -0500
committer GitHub <noreply@github.com>2021-12-25 06:58:14 +1100
commit1e32a43b50742c418fc169535f6add2ba725875a (patch)
tree0bc19545457ae630c96895f0b478d2ca515181af /scripts/src/machine.lua
parent6101c55c968b6f1e25352ce4d37de944643ee300 (diff)
Added preliminary TS-Configuration for ZX Evolution driver. (#8989)
New machines marked as not working ------------------------- NedoPC, TS-Labs ZX Evolution TS-Configuration
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e0c955ce9aa..8900f14a108 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4881,3 +4881,25 @@ if (MACHINES["NS32082"]~=null) then
MAME_DIR .. "src/devices/machine/ns32082.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/tsconfdma.h,MACHINES["TSCONF_DMA"] = true
+---------------------------------------------------
+if (MACHINES["TSCONF_DMA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/tsconfdma.cpp",
+ MAME_DIR .. "src/devices/machine/tsconfdma.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/glukrs.h,MACHINES["GLUKRS"] = true
+---------------------------------------------------
+if (MACHINES["GLUKRS"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/glukrs.cpp",
+ MAME_DIR .. "src/devices/machine/glukrs.h",
+ }
+end