summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-05-02 11:29:45 +0200
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-05-02 11:29:45 +0200
commite9ea36bf28921c0979bf423ec6c6ee03b17b1ddc (patch)
treed5d31e41bcca03aebdcea3d80e6beed7dfaa0b79 /scripts/src/machine.lua
parent0336a4c86b92705f358f77dc2929e361d38f8254 (diff)
-am2901b: Added a skeleton device for the AMD Am2901B 4-bit Bipolar Microprocessor Slice. [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 fa3f7148253..ff3315b13de 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -94,6 +94,18 @@ if (MACHINES["AKIKO"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/am2901b.h,MACHINES["AM2901B"] = true
+---------------------------------------------------
+
+if (MACHINES["AM2901B"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/am2901b.cpp",
+ MAME_DIR .. "src/devices/machine/am2901b.h",
+ }
+end
+
--------------------------------------------------
--
--@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true