summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Nigel Barnes <ngbarnes@gmail.com>2023-03-25 12:23:20 +0000
committer Nigel Barnes <ngbarnes@gmail.com>2023-03-25 12:25:50 +0000
commit469c2906d96a0cec96ab5940d5890eb6c11f8ef9 (patch)
tree92b37eb90a284cc4d0a3971cccae024856d2581b /scripts/src/machine.lua
parent2c3cbda8d043e7b7d017cde5f0666f04d33859a9 (diff)
New systems marked not working
------------------------------ Series 3a [Nigel Barnes, The Last Psion] Series 3c [Nigel Barnes, The Last Psion] Series 3mx [Nigel Barnes, The Last Psion] Siena [Nigel Barnes, The Last Psion] Workabout [Nigel Barnes, The Last Psion] Workabout mx [Nigel Barnes, The Last Psion] New clones marked not working ----------------------------- Pocket Book II [Nigel Barnes, The Last Psion] Series 3a (2M) [Nigel Barnes, The Last Psion] Series 3a (2M) (German) [Nigel Barnes, The Last Psion]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index ad603da4458..d77e3f27042 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2869,6 +2869,21 @@ end
---------------------------------------------------
--
+--@src/devices/machine/psion_asic5.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic9.h,MACHINES["PSION_ASIC"] = true
+---------------------------------------------------
+
+if (MACHINES["PSION_ASIC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/psion_asic5.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic5.h",
+ MAME_DIR .. "src/devices/machine/psion_asic9.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic9.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pxa255.h,MACHINES["PXA255"] = true
---------------------------------------------------