From e9ea36bf28921c0979bf423ec6c6ee03b17b1ddc Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Sat, 2 May 2020 11:29:45 +0200 Subject: -am2901b: Added a skeleton device for the AMD Am2901B 4-bit Bipolar Microprocessor Slice. [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 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 -- cgit v1.2.3-70-g09d2