From d878d4649820232f4ffc44138c82a10c8a893d16 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 29 Apr 2020 18:39:17 +1000 Subject: 0.221 Release files --- docs/release/scripts/src/machine.lua | 96 ++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) (limited to 'docs/release/scripts/src/machine.lua') diff --git a/docs/release/scripts/src/machine.lua b/docs/release/scripts/src/machine.lua index 5440a43be20..49c9faec62c 100644 --- a/docs/release/scripts/src/machine.lua +++ b/docs/release/scripts/src/machine.lua @@ -523,6 +523,18 @@ if (MACHINES["TTL74381"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/74543.h,MACHINES["TTL74543"] = true +--------------------------------------------------- + +if (MACHINES["TTL74543"]~=null) then + files { + MAME_DIR .. "src/devices/machine/74543.cpp", + MAME_DIR .. "src/devices/machine/74543.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/7474.h,MACHINES["TTL7474"] = true @@ -860,6 +872,30 @@ if (MACHINES["BANKDEV"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/bq4847.h,MACHINES["BQ4847"] = true +--------------------------------------------------- + +if (MACHINES["BQ4847"]~=null) then + files { + MAME_DIR .. "src/devices/machine/bq4847.cpp", + MAME_DIR .. "src/devices/machine/bq4847.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/bq48x2.h,MACHINES["BQ4852"] = true +--------------------------------------------------- + +if (MACHINES["BQ4852"]~=null) then + files { + MAME_DIR .. "src/devices/machine/bq48x2.cpp", + MAME_DIR .. "src/devices/machine/bq48x2.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/busmouse.h,MACHINES["BUSMOUSE"] = true @@ -1443,6 +1479,18 @@ if (MACHINES["I80130"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/icm7170.h,MACHINES["ICM7170"] = true +--------------------------------------------------- + +if (MACHINES["ICM7170"]~=null) then + files { + MAME_DIR .. "src/devices/machine/icm7170.cpp", + MAME_DIR .. "src/devices/machine/icm7170.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/idectrl.h,MACHINES["IDECTRL"] = true @@ -1737,6 +1785,18 @@ if (MACHINES["LINFLASH"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/m3002.h,MACHINES["M3002"] = true +--------------------------------------------------- + +if (MACHINES["M3002"]~=null) then + files { + MAME_DIR .. "src/devices/machine/m3002.cpp", + MAME_DIR .. "src/devices/machine/m3002.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/m6m80011ap.h,MACHINES["M6M80011AP"] = true @@ -3094,6 +3154,18 @@ if (MACHINES["UPD4701"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/upd7001.h,MACHINES["UPD7001"] = true +--------------------------------------------------- + +if (MACHINES["UPD7001"]~=null) then + files { + MAME_DIR .. "src/devices/machine/upd7001.cpp", + MAME_DIR .. "src/devices/machine/upd7001.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/upd7002.h,MACHINES["UPD7002"] = true @@ -4244,3 +4316,27 @@ if (MACHINES["I3002"]~=null) then MAME_DIR .. "src/devices/machine/i3002.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/s_smp.h,MACHINES["S_SMP"] = true +--------------------------------------------------- + +if (MACHINES["S_SMP"]~=null) then + files { + MAME_DIR .. "src/devices/machine/s_smp.cpp", + MAME_DIR .. "src/devices/machine/s_smp.h", + } +end + +--------------------------------------------------- +-- +--@src/devices/machine/cxd1185.h,MACHINES["CXD1185"] = true +--------------------------------------------------- + +if (MACHINES["CXD1185"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cxd1185.cpp", + MAME_DIR .. "src/devices/machine/cxd1185.h", + } +end -- cgit v1.2.3-70-g09d2