From fc5fc6d4c2a2b84fc7f2e29378d62815d78eb256 Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Fri, 28 Oct 2016 20:07:56 +0200 Subject: New devices added ----------------- 7400 Quad 2-Input NAND Gate [Ryan Holtz] 7404 Hex Inverter [Ryan Holtz] 82S126/82S129 256x4-bit PROM [Ryan Holtz] --- scripts/src/machine.lua | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 81b5ab23907..63bec113de8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -282,6 +282,30 @@ if (MACHINES["7200FIFO"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/7400.h,MACHINES["TTL7400"] = true +--------------------------------------------------- + +if (MACHINES["TTL7400"]~=null) then + files { + MAME_DIR .. "src/devices/machine/7400.cpp", + MAME_DIR .. "src/devices/machine/7400.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/7404.h,MACHINES["TTL7404"] = true +--------------------------------------------------- + +if (MACHINES["TTL7404"]~=null) then + files { + MAME_DIR .. "src/devices/machine/7404.cpp", + MAME_DIR .. "src/devices/machine/7404.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/74123.h,MACHINES["TTL74123"] = true @@ -379,6 +403,18 @@ if (MACHINES["TTL7474"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/82s129.h,MACHINES["PROM82S129"] = true +--------------------------------------------------- + +if (MACHINES["PROM82S129"]~=null) then + files { + MAME_DIR .. "src/devices/machine/82s129.cpp", + MAME_DIR .. "src/devices/machine/82s129.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/8042kbdc.h,MACHINES["KBDC8042"] = true -- cgit v1.2.3-70-g09d2