summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-06-22 22:46:28 +0200
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-06-22 22:47:03 +0200
commit5b115c6fd35a32f9793fddf67fdc36d1bdae3c19 (patch)
tree75763c2edefaf8171efc73847e39e88a04894e41 /scripts/src/machine.lua
parent1091528c56669ba6da8955603eefbedd9a77aae4 (diff)
-zaurus: Added skeleton Intel SA-1110 device. Added proper OS dumps for the SL-5500. [Ryan Holtz, O. Galibert]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 261c47a5e2a..88d8a38f7a4 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2758,6 +2758,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/sa1110.h,MACHINES["SA1110"] = true
+---------------------------------------------------
+
+if (MACHINES["SA1110"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sa1110.cpp",
+ MAME_DIR .. "src/devices/machine/sa1110.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/saa1043.h,MACHINES["SAA1043"] = true
---------------------------------------------------