summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-06-21 23:17:39 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-06-21 23:18:26 +0200
commitee604f445499591ff8c5252b248d1e269a791134 (patch)
tree1c5b095e0dd2950785252b1fe35dd9f6282807df /scripts
parent3776f3d0a8546fdfba045ce599e98f956b43eb6b (diff)
-39in1: Split Intel XScale PXA255 peripherals into a separate device. [Ryan Holtz]
note: will apply this change to any drivers using copy/pasted PXA255 code tomorrow.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua13
-rw-r--r--scripts/target/mame/arcade.lua1
-rw-r--r--scripts/target/mame/mess.lua1
3 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 204972c198e..15eae3e6f12 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2256,6 +2256,19 @@ end
---------------------------------------------------
--
+--@src/devices/machine/pla.h,MACHINES["PXA255"] = true
+---------------------------------------------------
+
+if (MACHINES["PXA255"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pxa255.cpp",
+ MAME_DIR .. "src/devices/machine/pxa255.h",
+ MAME_DIR .. "src/devices/machine/pxa255defs.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/r10696.h,MACHINES["R10696"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 198fdee0fd3..d92c75cf8d7 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -536,6 +536,7 @@ MACHINES["PIT8253"] = true
MACHINES["PLA"] = true
--MACHINES["PROFILE"] = true
--MACHINES["PROM82S129"] = true
+MACHINES["PXA255"] = true
MACHINES["R10696"] = true
MACHINES["R10788"] = true
MACHINES["RA17XX"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 6835d1960f9..c507a797bb1 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -534,6 +534,7 @@ MACHINES["PIT8253"] = true
MACHINES["PLA"] = true
--MACHINES["PROFILE"] = true
MACHINES["PROM82S129"] = true
+MACHINES["PXA255"] = true
MACHINES["R64H156"] = true
MACHINES["RF5C296"] = true
MACHINES["RIOT6532"] = true