summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-04 02:21:35 +0100
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-12-06 14:52:40 +0100
commit8287057888f7a755d0b1ac6f189d8273da7fdc8f (patch)
tree9dd2e524fa7dc8e2156bd43e7e2e186845a76727 /scripts/src/machine.lua
parentfe4ec3a9d79c79e92aa64e148876e2d555dd9d86 (diff)
-locomo: Added a skeleton device for the LoCoMo peripheral controller used in some Sharp Zaurus models. [Ryan Holtz]
-sa1110: Added OS Timer, RTC, Reset, GPIO, and partial UART3 controller module support. [Ryan Holtz]
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 db520225ce0..b2ebdd9f5bb 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1857,6 +1857,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/locomo.h,MACHINES["LOCOMO"] = true
+---------------------------------------------------
+
+if (MACHINES["LOCOMO"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/locomo.cpp",
+ MAME_DIR .. "src/devices/machine/locomo.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/m3002.h,MACHINES["M3002"] = true
---------------------------------------------------