From 68f6988509a6927b44f42fccfe82e76a49cfff3b Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Sat, 11 Jul 2020 21:20:46 +0200 Subject: -midzeus: Moved some Zeus2-specific members into the appropriate subclass, and added more state registration. [Ryan Holtz] -tsb12lv01a: Added a skeleton device for the TI TSB12LV01A IEEE 1394 link-layer controller. [Ryan Holtz] -ibm21s850: Added a skeleton device for the iBM 21S850 IEEE 1394 PHY controller. [Ryan Holtz] --- scripts/src/machine.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index ddacf5da639..4aa576ad317 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1536,6 +1536,18 @@ if (MACHINES["ICM7170"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true +--------------------------------------------------- + +if (MACHINES["IBM21S850"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ibm21s850.cpp", + MAME_DIR .. "src/devices/machine/ibm21s850.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/idectrl.h,MACHINES["IDECTRL"] = true @@ -3184,6 +3196,18 @@ if (MACHINES["TMS9914"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/tsb12lv01a.h,MACHINES["TSB12LV01A"] = true +--------------------------------------------------- + +if (MACHINES["TSB12LV01A"]~=null) then + files { + MAME_DIR .. "src/devices/machine/tsb12lv01a.cpp", + MAME_DIR .. "src/devices/machine/tsb12lv01a.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/tube.h,MACHINES["TUBE"] = true -- cgit v1.2.3-70-g09d2