summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2019-12-13 21:42:42 +0100
committer GitHub <noreply@github.com>2019-12-13 21:42:42 +0100
commitf58c3ea2644c51559a45d09fa1c3a146410bcf5a (patch)
tree4c64760b55c9b6c20c28aa09d7756b748a53a6b1 /scripts/src/machine.lua
parent2eae516ff4578d6d11c0d0d7221efd4929a91027 (diff)
Rewrite ARM IOMD/VIDC20 chips into own devices, merged implementations from ssfindo.cpp & riscpc.cpp [Angelo Salese] #6047
* riscpc now enters in desktop mode with a valid nvram; * adds preliminary sound for ppcar;
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e9a58631883..7d1eaef0e7b 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -82,7 +82,6 @@ if (MACHINES["ACORN_VIDC"]~=null) then
}
end
-
---------------------------------------------------
--
--@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true
@@ -95,6 +94,17 @@ if (MACHINES["AKIKO"]~=null) then
}
end
+--------------------------------------------------
+--
+--@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true
+--------------------------------------------------
+
+if (MACHINES["ARM_IOMD"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/arm_iomd.cpp",
+ MAME_DIR .. "src/devices/machine/arm_iomd.h",
+ }
+end
---------------------------------------------------
--