From 8287057888f7a755d0b1ac6f189d8273da7fdc8f Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Fri, 4 Dec 2020 02:21:35 +0100 Subject: -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] --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 @@ -1855,6 +1855,18 @@ if (MACHINES["LINFLASH"]~=null) then } 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 -- cgit v1.2.3