summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua1134
1 files changed, 960 insertions, 174 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index ac96f03e4cc..d38de5d4293 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -37,10 +37,12 @@ files {
files {
MAME_DIR .. "src/devices/imagedev/bitbngr.cpp",
MAME_DIR .. "src/devices/imagedev/bitbngr.h",
+ MAME_DIR .. "src/devices/imagedev/cartrom.cpp",
+ MAME_DIR .. "src/devices/imagedev/cartrom.h",
MAME_DIR .. "src/devices/imagedev/cassette.cpp",
MAME_DIR .. "src/devices/imagedev/cassette.h",
- MAME_DIR .. "src/devices/imagedev/chd_cd.cpp",
- MAME_DIR .. "src/devices/imagedev/chd_cd.h",
+ MAME_DIR .. "src/devices/imagedev/cdromimg.cpp",
+ MAME_DIR .. "src/devices/imagedev/cdromimg.h",
MAME_DIR .. "src/devices/imagedev/diablo.cpp",
MAME_DIR .. "src/devices/imagedev/diablo.h",
MAME_DIR .. "src/devices/imagedev/flopdrv.cpp",
@@ -49,6 +51,10 @@ files {
MAME_DIR .. "src/devices/imagedev/floppy.h",
MAME_DIR .. "src/devices/imagedev/harddriv.cpp",
MAME_DIR .. "src/devices/imagedev/harddriv.h",
+ MAME_DIR .. "src/devices/imagedev/magtape.cpp",
+ MAME_DIR .. "src/devices/imagedev/magtape.h",
+ MAME_DIR .. "src/devices/imagedev/memcard.cpp",
+ MAME_DIR .. "src/devices/imagedev/memcard.h",
MAME_DIR .. "src/devices/imagedev/mfmhd.cpp",
MAME_DIR .. "src/devices/imagedev/mfmhd.h",
MAME_DIR .. "src/devices/imagedev/microdrv.cpp",
@@ -57,10 +63,14 @@ files {
MAME_DIR .. "src/devices/imagedev/midiin.h",
MAME_DIR .. "src/devices/imagedev/midiout.cpp",
MAME_DIR .. "src/devices/imagedev/midiout.h",
+ MAME_DIR .. "src/devices/imagedev/papertape.cpp",
+ MAME_DIR .. "src/devices/imagedev/papertape.h",
MAME_DIR .. "src/devices/imagedev/picture.cpp",
MAME_DIR .. "src/devices/imagedev/picture.h",
MAME_DIR .. "src/devices/imagedev/printer.cpp",
MAME_DIR .. "src/devices/imagedev/printer.h",
+ MAME_DIR .. "src/devices/imagedev/simh_tape_image.cpp",
+ MAME_DIR .. "src/devices/imagedev/simh_tape_image.h",
MAME_DIR .. "src/devices/imagedev/snapquik.cpp",
MAME_DIR .. "src/devices/imagedev/snapquik.h",
MAME_DIR .. "src/devices/imagedev/wafadrive.cpp",
@@ -70,6 +80,54 @@ files {
}
+---------------------------------------------------
+--
+--@src/devices/machine/acorn_bmu.h,MACHINES["ACORN_BMU"] = true
+---------------------------------------------------
+
+if (MACHINES["ACORN_BMU"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_bmu.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_bmu.h",
+ }
+end
+
+--------------------------------------------------
+--
+--@src/devices/machine/acorn_ioc.h,MACHINES["ACORN_IOC"] = true
+--------------------------------------------------
+
+if (MACHINES["ACORN_IOC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_ioc.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_ioc.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/acorn_lc.h,MACHINES["ACORN_LC"] = true
+---------------------------------------------------
+
+if (MACHINES["ACORN_LC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_lc.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_lc.h",
+ }
+end
+
+--------------------------------------------------
+--
+--@src/devices/machine/acorn_memc.h,MACHINES["ACORN_MEMC"] = true
+--------------------------------------------------
+
+if (MACHINES["ACORN_MEMC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/acorn_memc.cpp",
+ MAME_DIR .. "src/devices/machine/acorn_memc.h",
+ }
+end
+
--------------------------------------------------
--
--@src/devices/machine/acorn_vidc.h,MACHINES["ACORN_VIDC"] = true
@@ -106,6 +164,18 @@ if (MACHINES["AM2901B"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/amiga_copper.h,MACHINES["AMIGA_COPPER"] = true
+---------------------------------------------------
+
+if (MACHINES["AMIGA_COPPER"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/amiga_copper.cpp",
+ MAME_DIR .. "src/devices/machine/amiga_copper.h",
+ }
+end
+
--------------------------------------------------
--
--@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true
@@ -273,18 +343,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/6532riot.h,MACHINES["RIOT6532"] = true
----------------------------------------------------
-
-if (MACHINES["RIOT6532"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/6532riot.cpp",
- MAME_DIR .. "src/devices/machine/6532riot.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/6821pia.h,MACHINES["6821PIA"] = true
---------------------------------------------------
@@ -321,6 +379,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/6883sam.h,MACHINES["6883SAM"] = true
+---------------------------------------------------
+
+if (MACHINES["6883SAM"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/6883sam.cpp",
+ MAME_DIR .. "src/devices/machine/6883sam.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/68153bim.h,MACHINES["BIM68153"] = true
---------------------------------------------------
@@ -381,18 +451,6 @@ 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
---------------------------------------------------
@@ -610,18 +668,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/aakart.h,MACHINES["AAKARTDEV"] = true
----------------------------------------------------
-
-if (MACHINES["AAKARTDEV"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/aakart.cpp",
- MAME_DIR .. "src/devices/machine/aakart.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/adc0804.h,MACHINES["ADC0804"] = true
---------------------------------------------------
@@ -730,18 +776,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/am53cf96.h,MACHINES["AM53CF96"] = true
----------------------------------------------------
-
-if (MACHINES["AM53CF96"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/am53cf96.cpp",
- MAME_DIR .. "src/devices/machine/am53cf96.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/am79c30.h,MACHINES["AM79C30"] = true
---------------------------------------------------
@@ -814,6 +848,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/applepic.h,MACHINES["APPLEPIC"] = true
+---------------------------------------------------
+
+if (MACHINES["APPLEPIC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/applepic.cpp",
+ MAME_DIR .. "src/devices/machine/applepic.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/at28c16.h,MACHINES["AT28C16"] = true
---------------------------------------------------
@@ -826,6 +872,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/at28c64b.h,MACHINES["AT28C64B"] = true
+---------------------------------------------------
+
+if (MACHINES["AT28C64B"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/at28c64b.cpp",
+ MAME_DIR .. "src/devices/machine/at28c64b.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/at29x.h,MACHINES["AT29X"] = true
---------------------------------------------------
@@ -850,6 +908,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/atahle.h,MACHINES["ATAHLE"] = true
+---------------------------------------------------
+
+if (MACHINES["ATAHLE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/atahle.cpp",
+ MAME_DIR .. "src/devices/machine/atahle.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ataflash.h,MACHINES["ATAFLASH"] = true
---------------------------------------------------
@@ -863,6 +933,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/atastorage.h,MACHINES["ATASTORAGE"] = true
+---------------------------------------------------
+
+if (MACHINES["ATASTORAGE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/atastorage.cpp",
+ MAME_DIR .. "src/devices/machine/atastorage.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/atmel_arm_aic.h,MACHINES["ARM_AIC"] = true
---------------------------------------------------
@@ -969,6 +1051,17 @@ if (MACHINES["CDP1879"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/ch376.h,MACHINES["CH376"] = true
+---------------------------------------------------
+
+if (MACHINES["CH376"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ch376.cpp",
+ MAME_DIR .. "src/devices/machine/ch376.h",
+ }
+end
---------------------------------------------------
--
@@ -985,6 +1078,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/com52c50.h,MACHINES["COM52C50"] = true
+---------------------------------------------------
+
+if (MACHINES["COM52C50"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/com52c50.cpp",
+ MAME_DIR .. "src/devices/machine/com52c50.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/com8116.h,MACHINES["COM8116"] = true
---------------------------------------------------
@@ -1044,6 +1149,28 @@ if (MACHINES["CXD1095"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/dimm_spd.h,MACHINES["DIMM_SPD"] = true
+---------------------------------------------------
+
+if (MACHINES["DIMM_SPD"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/dimm_spd.cpp",
+ MAME_DIR .. "src/devices/machine/dimm_spd.h",
+ }
+end
+
+--@src/devices/machine/dl11.h,MACHINES["DL11"] = true
+---------------------------------------------------
+
+if (MACHINES["DL11"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/dl11.cpp",
+ MAME_DIR .. "src/devices/machine/dl11.h",
+ }
+end
+
--@src/devices/machine/ds1204.h,MACHINES["DS1204"] = true
---------------------------------------------------
@@ -1068,6 +1195,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ds1207.h,MACHINES["DS1207"] = true
+---------------------------------------------------
+
+if (MACHINES["DS1207"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds1207.cpp",
+ MAME_DIR .. "src/devices/machine/ds1207.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ds1302.h,MACHINES["DS1302"] = true
---------------------------------------------------
@@ -1152,6 +1291,30 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ds2430a.h,MACHINES["DS2430A"] = true
+---------------------------------------------------
+
+if (MACHINES["DS2430A"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds2430a.cpp",
+ MAME_DIR .. "src/devices/machine/ds2430a.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/ds6417.h,MACHINES["DS6417"] = true
+---------------------------------------------------
+
+if (MACHINES["DS6417"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ds6417.cpp",
+ MAME_DIR .. "src/devices/machine/ds6417.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ds75160a.h,MACHINES["DS75160A"] = true
---------------------------------------------------
@@ -1286,6 +1449,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/f4702.h,MACHINES["F4702"] = true
+---------------------------------------------------
+
+if (MACHINES["F4702"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/f4702.cpp",
+ MAME_DIR .. "src/devices/machine/f4702.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/fga002.h,MACHINES["FGA002"] = true
---------------------------------------------------
@@ -1298,6 +1473,36 @@ end
---------------------------------------------------
--
+--@src/devices/machine/gt913_io.h,MACHINES["GT913"] = true
+--@src/devices/machine/gt913_kbd.h,MACHINES["GT913"] = true
+--@src/devices/machine/gt913_snd.h,MACHINES["GT913"] = true
+---------------------------------------------------
+
+if (MACHINES["GT913"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/gt913_io.cpp",
+ MAME_DIR .. "src/devices/machine/gt913_io.h",
+ MAME_DIR .. "src/devices/machine/gt913_kbd.cpp",
+ MAME_DIR .. "src/devices/machine/gt913_kbd.h",
+ MAME_DIR .. "src/devices/machine/gt913_snd.cpp",
+ MAME_DIR .. "src/devices/machine/gt913_snd.h",
+ }
+end
+
+--------------------------------------------------
+--
+--@src/devices/machine/generic_spi_flash.h,MACHINES["GENERIC_SPI_FLASH"] = true
+--------------------------------------------------
+
+if (MACHINES["GENERIC_SPI_FLASH"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/generic_spi_flash.cpp",
+ MAME_DIR .. "src/devices/machine/generic_spi_flash.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/hd63450.h,MACHINES["HD63450"] = true
---------------------------------------------------
@@ -1539,25 +1744,37 @@ end
---------------------------------------------------
--
---@src/devices/machine/icm7170.h,MACHINES["ICM7170"] = true
+--@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true
---------------------------------------------------
-if (MACHINES["ICM7170"]~=null) then
+if (MACHINES["IBM21S850"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/icm7170.cpp",
- MAME_DIR .. "src/devices/machine/icm7170.h",
+ MAME_DIR .. "src/devices/machine/ibm21s850.cpp",
+ MAME_DIR .. "src/devices/machine/ibm21s850.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/ibm21s850.h,MACHINES["IBM21S850"] = true
+--@src/devices/machine/icd2061a.h,MACHINES["ICD2061A"] = true
---------------------------------------------------
-if (MACHINES["IBM21S850"]~=null) then
+if (MACHINES["ICD2061A"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ibm21s850.cpp",
- MAME_DIR .. "src/devices/machine/ibm21s850.h",
+ MAME_DIR .. "src/devices/machine/icd2061a.cpp",
+ MAME_DIR .. "src/devices/machine/icd2061a.h",
+ }
+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
@@ -1699,13 +1916,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/mm5740.h,MACHINES["MM5740"] = true
+--@src/devices/machine/1801vp128.h,MACHINES["K1801VP128"] = true
---------------------------------------------------
-if (MACHINES["MM5740"]~=null) then
+if (MACHINES["K1801VP128"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/mm5740.cpp",
- MAME_DIR .. "src/devices/machine/mm5740.h",
+ MAME_DIR .. "src/devices/machine/1801vp128.cpp",
+ MAME_DIR .. "src/devices/machine/1801vp128.h",
}
end
@@ -1723,6 +1940,30 @@ end
---------------------------------------------------
--
+--@src/devices/machine/keytronic_l2207.h,MACHINES["KEYTRONIC_L2207"] = true
+---------------------------------------------------
+
+if (MACHINES["KEYTRONIC_L2207"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/keytronic_l2207.cpp",
+ MAME_DIR .. "src/devices/machine/keytronic_l2207.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/kr1601rr1.h,MACHINES["KR1601RR1"] = true
+---------------------------------------------------
+
+if (MACHINES["KR1601RR1"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/kr1601rr1.cpp",
+ MAME_DIR .. "src/devices/machine/kr1601rr1.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/kr2376.h,MACHINES["KR2376"] = true
---------------------------------------------------
@@ -1797,6 +2038,30 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ldv1000hle.h,MACHINES["LDV1000HLE"] = true
+---------------------------------------------------
+
+if (MACHINES["LDV1000HLE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ldv1000hle.cpp",
+ MAME_DIR .. "src/devices/machine/ldv1000hle.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/ldv4200hle.h,MACHINES["LDV4200HLE"] = true
+---------------------------------------------------
+
+if (MACHINES["LDV4200HLE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ldv4200hle.cpp",
+ MAME_DIR .. "src/devices/machine/ldv4200hle.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/ldp1000.h,MACHINES["LDP1000"] = true
---------------------------------------------------
@@ -1857,6 +2122,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/locomo.h,MACHINES["LOCOMO"] = true
+---------------------------------------------------
+
+if (MACHINES["LOCOMO"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/locomo.cpp",
+ MAME_DIR .. "src/devices/machine/locomo.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/m3002.h,MACHINES["M3002"] = true
---------------------------------------------------
@@ -1893,6 +2170,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/m950x0.h,MACHINES["M950X0"] = true
+---------------------------------------------------
+
+if (MACHINES["M950X0"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/m950x0.cpp",
+ MAME_DIR .. "src/devices/machine/m950x0.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mb14241.h,MACHINES["MB14241"] = true
---------------------------------------------------
@@ -1965,18 +2254,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/mb89352.h,MACHINES["MB89352"] = true
----------------------------------------------------
-
-if (MACHINES["MB89352"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/mb89352.cpp",
- MAME_DIR .. "src/devices/machine/mb89352.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/mb89371.h,MACHINES["MB89371"] = true
---------------------------------------------------
@@ -2173,6 +2450,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mdcr.h,MACHINES["MDCR"] = true
+---------------------------------------------------
+
+if (MACHINES["MDCR"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mdcr.cpp",
+ MAME_DIR .. "src/devices/machine/mdcr.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/meters.h,MACHINES["METERS"] = true
---------------------------------------------------
@@ -2209,6 +2498,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mm5740.h,MACHINES["MM5740"] = true
+---------------------------------------------------
+
+if (MACHINES["MM5740"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mm5740.cpp",
+ MAME_DIR .. "src/devices/machine/mm5740.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mm58274c.h,MACHINES["MM58274C"] = true
---------------------------------------------------
@@ -2257,6 +2558,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mos6530.h,MACHINES["MOS6530"] = true
+---------------------------------------------------
+
+if (MACHINES["MOS6530"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mos6530.cpp",
+ MAME_DIR .. "src/devices/machine/mos6530.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/mos6702.h,MACHINES["MOS6702"] = true
---------------------------------------------------
@@ -2305,28 +2618,25 @@ end
---------------------------------------------------
--
---@src/devices/machine/mos6530.h,MACHINES["MIOT6530"] = true
---@src/devices/machine/mos6530n.h,MACHINES["MIOT6530"] = true
+--@src/devices/machine/mos6551.h,MACHINES["MOS6551"] = true
---------------------------------------------------
-if (MACHINES["MIOT6530"]~=null) then
+if (MACHINES["MOS6551"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/mos6530.cpp",
- MAME_DIR .. "src/devices/machine/mos6530.h",
- MAME_DIR .. "src/devices/machine/mos6530n.cpp",
- MAME_DIR .. "src/devices/machine/mos6530n.h",
+ MAME_DIR .. "src/devices/machine/mos6551.cpp",
+ MAME_DIR .. "src/devices/machine/mos6551.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/mos6551.h,MACHINES["MOS6551"] = true
+--@src/devices/machine/msm5001n.h,MACHINES["MSM5001N"] = true
---------------------------------------------------
-if (MACHINES["MOS6551"]~=null) then
+if (MACHINES["MSM5001N"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/mos6551.cpp",
- MAME_DIR .. "src/devices/machine/mos6551.h",
+ MAME_DIR .. "src/devices/machine/msm5001n.cpp",
+ MAME_DIR .. "src/devices/machine/msm5001n.h",
}
end
@@ -2356,6 +2666,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/msm6200.h,MACHINES["MSM6200"] = true
+---------------------------------------------------
+
+if (MACHINES["MSM6200"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/msm6200.cpp",
+ MAME_DIR .. "src/devices/machine/msm6200.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/msm6242.h,MACHINES["MSM6242"] = true
---------------------------------------------------
@@ -2392,14 +2714,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/ncr539x.h,MACHINES["NCR539x"] = true
+--@src/devices/machine/nandflash.h,MACHINES["NANDFLASH"] = true
---------------------------------------------------
-if (MACHINES["NCR539x"]~=null) then
- MACHINES["SCSI"] = true
+if (MACHINES["NANDFLASH"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ncr539x.cpp",
- MAME_DIR .. "src/devices/machine/ncr539x.h",
+ MAME_DIR .. "src/devices/machine/nandflash.cpp",
+ MAME_DIR .. "src/devices/machine/nandflash.h",
}
end
@@ -2432,6 +2753,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/pcf8573.h,MACHINES["PCF8573"] = true
+---------------------------------------------------
+
+if (MACHINES["PCF8573"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pcf8573.cpp",
+ MAME_DIR .. "src/devices/machine/pcf8573.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pcf8583.h,MACHINES["PCF8583"] = true
---------------------------------------------------
@@ -2507,8 +2840,18 @@ if (MACHINES["PCI"]~=null) then
MAME_DIR .. "src/devices/machine/i82439hx.h",
MAME_DIR .. "src/devices/machine/i82439tx.cpp",
MAME_DIR .. "src/devices/machine/i82439tx.h",
+ MAME_DIR .. "src/devices/machine/i82443bx_host.cpp",
+ MAME_DIR .. "src/devices/machine/i82443bx_host.h",
MAME_DIR .. "src/devices/machine/i82371sb.cpp",
MAME_DIR .. "src/devices/machine/i82371sb.h",
+ MAME_DIR .. "src/devices/machine/i82371eb_isa.cpp",
+ MAME_DIR .. "src/devices/machine/i82371eb_isa.h",
+ MAME_DIR .. "src/devices/machine/i82371eb_ide.cpp",
+ MAME_DIR .. "src/devices/machine/i82371eb_ide.h",
+ MAME_DIR .. "src/devices/machine/i82371eb_acpi.cpp",
+ MAME_DIR .. "src/devices/machine/i82371eb_acpi.h",
+ MAME_DIR .. "src/devices/machine/i82371eb_usb.cpp",
+ MAME_DIR .. "src/devices/machine/i82371eb_usb.h",
MAME_DIR .. "src/devices/machine/lpc.h",
MAME_DIR .. "src/devices/machine/lpc-acpi.cpp",
MAME_DIR .. "src/devices/machine/lpc-acpi.h",
@@ -2516,14 +2859,46 @@ if (MACHINES["PCI"]~=null) then
MAME_DIR .. "src/devices/machine/lpc-rtc.h",
MAME_DIR .. "src/devices/machine/lpc-pit.cpp",
MAME_DIR .. "src/devices/machine/lpc-pit.h",
+ MAME_DIR .. "src/devices/machine/mpc106.cpp",
+ MAME_DIR .. "src/devices/machine/mpc106.h",
+ MAME_DIR .. "src/devices/machine/mv6436x.cpp",
+ MAME_DIR .. "src/devices/machine/mv6436x.h",
MAME_DIR .. "src/devices/machine/vrc4373.cpp",
MAME_DIR .. "src/devices/machine/vrc4373.h",
MAME_DIR .. "src/devices/machine/vrc5074.cpp",
MAME_DIR .. "src/devices/machine/vrc5074.h",
MAME_DIR .. "src/devices/machine/gt64xxx.cpp",
MAME_DIR .. "src/devices/machine/gt64xxx.h",
+ MAME_DIR .. "src/devices/machine/sis5513_ide.cpp",
+ MAME_DIR .. "src/devices/machine/sis5513_ide.h",
+ MAME_DIR .. "src/devices/machine/sis630_host.cpp",
+ MAME_DIR .. "src/devices/machine/sis630_host.h",
+ MAME_DIR .. "src/devices/machine/sis630_gui.cpp",
+ MAME_DIR .. "src/devices/machine/sis630_gui.h",
+ MAME_DIR .. "src/devices/machine/sis7001_usb.cpp",
+ MAME_DIR .. "src/devices/machine/sis7001_usb.h",
+ MAME_DIR .. "src/devices/machine/sis7018_audio.cpp",
+ MAME_DIR .. "src/devices/machine/sis7018_audio.h",
+ MAME_DIR .. "src/devices/machine/sis900_eth.cpp",
+ MAME_DIR .. "src/devices/machine/sis900_eth.h",
+ MAME_DIR .. "src/devices/machine/sis950_lpc.cpp",
+ MAME_DIR .. "src/devices/machine/sis950_lpc.h",
+ MAME_DIR .. "src/devices/machine/sis950_smbus.cpp",
+ MAME_DIR .. "src/devices/machine/sis950_smbus.h",
MAME_DIR .. "src/devices/machine/sis85c496.cpp",
MAME_DIR .. "src/devices/machine/sis85c496.h",
+ MAME_DIR .. "src/devices/machine/vt8231_isa.cpp",
+ MAME_DIR .. "src/devices/machine/vt8231_isa.h",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_bridge.cpp",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_bridge.h",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_ide.cpp",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_ide.h",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_video.cpp",
+ MAME_DIR .. "src/devices/machine/mediagx_cs5530_video.h",
+ MAME_DIR .. "src/devices/machine/mediagx_host.cpp",
+ MAME_DIR .. "src/devices/machine/mediagx_host.h",
+ MAME_DIR .. "src/devices/machine/zfmicro_usb.cpp",
+ MAME_DIR .. "src/devices/machine/zfmicro_usb.h",
}
end
@@ -2589,6 +2964,57 @@ end
---------------------------------------------------
--
+--@src/devices/machine/psion_asic1.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic2.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic3.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic4.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic5.h,MACHINES["PSION_ASIC"] = true
+--@src/devices/machine/psion_asic9.h,MACHINES["PSION_ASIC"] = true
+---------------------------------------------------
+
+if (MACHINES["PSION_ASIC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/psion_asic1.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic1.h",
+ MAME_DIR .. "src/devices/machine/psion_asic2.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic2.h",
+ MAME_DIR .. "src/devices/machine/psion_asic3.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic3.h",
+ MAME_DIR .. "src/devices/machine/psion_asic4.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic4.h",
+ MAME_DIR .. "src/devices/machine/psion_asic5.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic5.h",
+ MAME_DIR .. "src/devices/machine/psion_asic9.cpp",
+ MAME_DIR .. "src/devices/machine/psion_asic9.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/psion_condor.h,MACHINES["PSION_CONDOR"] = true
+---------------------------------------------------
+
+if (MACHINES["PSION_CONDOR"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/psion_condor.cpp",
+ MAME_DIR .. "src/devices/machine/psion_condor.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/psion_ssd.h,MACHINES["PSION_SSD"] = true
+---------------------------------------------------
+
+if (MACHINES["PSION_SSD"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/psion_ssd.cpp",
+ MAME_DIR .. "src/devices/machine/psion_ssd.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pxa255.h,MACHINES["PXA255"] = true
---------------------------------------------------
@@ -2596,7 +3022,6 @@ if (MACHINES["PXA255"]~=null) then
files {
MAME_DIR .. "src/devices/machine/pxa255.cpp",
MAME_DIR .. "src/devices/machine/pxa255.h",
- MAME_DIR .. "src/devices/machine/pxa255defs.h",
}
end
@@ -2771,6 +3196,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/s2350.h,MACHINES["S2350"] = true
+---------------------------------------------------
+
+if (MACHINES["S2350"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/s2350.cpp",
+ MAME_DIR .. "src/devices/machine/s2350.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/s2636.h,MACHINES["S2636"] = true
---------------------------------------------------
@@ -2840,6 +3277,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/sa1111.h,MACHINES["SA1111"] = true
+---------------------------------------------------
+
+if (MACHINES["SA1111"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/sa1111.cpp",
+ MAME_DIR .. "src/devices/machine/sa1111.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/saa1043.h,MACHINES["SAA1043"] = true
---------------------------------------------------
@@ -2852,6 +3301,29 @@ end
---------------------------------------------------
--
+--@src/devices/machine/saa5070.h,MACHINES["SAA5070"] = true
+---------------------------------------------------
+
+if (MACHINES["SAA5070"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/saa5070.cpp",
+ MAME_DIR .. "src/devices/machine/saa5070.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/scc66470.h,MACHINES["SCC66470"] = true
+---------------------------------------------------
+if (MACHINES["SCC66470"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/scc66470.cpp",
+ MAME_DIR .. "src/devices/machine/scc66470.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/scc68070.h,MACHINES["SCC68070"] = true
---------------------------------------------------
if (MACHINES["SCC68070"]~=null) then
@@ -2875,6 +3347,17 @@ end
---------------------------------------------------
--
+--@src/devices/machine/scoop.h,MACHINES["SCOOP"] = true
+---------------------------------------------------
+if (MACHINES["SCOOP"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/scoop.cpp",
+ MAME_DIR .. "src/devices/machine/scoop.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/scnxx562.h,MACHINES["DUSCC"] = true
---------------------------------------------------
@@ -2911,18 +3394,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/serflash.h,MACHINES["SERFLASH"] = true
----------------------------------------------------
-
-if (MACHINES["SERFLASH"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/serflash.cpp",
- MAME_DIR .. "src/devices/machine/serflash.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/smc91c9x.h,MACHINES["SMC91C9X"] = true
---------------------------------------------------
@@ -3009,6 +3480,7 @@ if (MACHINES["SPG290"]~=null) then
MAME_DIR .. "src/devices/machine/spg290_ppu.h",
}
end
+
---------------------------------------------------
--
--@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true
@@ -3053,6 +3525,19 @@ if (MACHINES["T10"]~=null) then
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/smartboard.h,MACHINES["TASC_SB30"] = true
+---------------------------------------------------
+
+if (MACHINES["TASC_SB30"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/smartboard.cpp",
+ MAME_DIR .. "src/devices/machine/smartboard.h",
+ }
+end
+
---------------------------------------------------
--
--@src/devices/machine/tc009xlvc.h,MACHINES["TC0091LVC"] = true
@@ -3127,25 +3612,25 @@ end
---------------------------------------------------
--
---@src/devices/machine/tmc208k.h,MACHINES["TMC208K"] = true
+--@src/devices/machine/tmc0999.h,MACHINES["TMC0999"] = true
---------------------------------------------------
-if (MACHINES["TMC208K"]~=null) then
+if (MACHINES["TMC0999"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/tmc208k.cpp",
- MAME_DIR .. "src/devices/machine/tmc208k.h",
+ MAME_DIR .. "src/devices/machine/tmc0999.cpp",
+ MAME_DIR .. "src/devices/machine/tmc0999.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/tmp68301.h,MACHINES["TMP68301"] = true
+--@src/devices/machine/tmc208k.h,MACHINES["TMC208K"] = true
---------------------------------------------------
-if (MACHINES["TMP68301"]~=null) then
+if (MACHINES["TMC208K"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/tmp68301.cpp",
- MAME_DIR .. "src/devices/machine/tmp68301.h",
+ MAME_DIR .. "src/devices/machine/tmc208k.cpp",
+ MAME_DIR .. "src/devices/machine/tmc208k.h",
}
end
@@ -3247,6 +3732,42 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ucb1200.h,MACHINES["UCB1200"] = true
+---------------------------------------------------
+
+if (MACHINES["UCB1200"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ucb1200.cpp",
+ MAME_DIR .. "src/devices/machine/ucb1200.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/upc82c710.h,MACHINES["UPC82C710"] = true
+---------------------------------------------------
+
+if (MACHINES["UPC82C710"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upc82c710.cpp",
+ MAME_DIR .. "src/devices/machine/upc82c710.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/upc82c711.h,MACHINES["UPC82C711"] = true
+---------------------------------------------------
+
+if (MACHINES["UPC82C711"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upc82c711.cpp",
+ MAME_DIR .. "src/devices/machine/upc82c711.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/upd1990a.h,MACHINES["UPD1990A"] = true
---------------------------------------------------
@@ -3259,6 +3780,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/upd4991a.h,MACHINES["UPD4991A"] = true
+---------------------------------------------------
+
+if (MACHINES["UPD4991A"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upd4991a.cpp",
+ MAME_DIR .. "src/devices/machine/upd4991a.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/upd4992.h,MACHINES["UPD4992"] = true
---------------------------------------------------
@@ -3647,25 +4180,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/ncr5380n.h,MACHINES["NCR5380N"] = true
+--@src/devices/machine/ncr53c90.h,MACHINES["NCR53C90"] = true
---------------------------------------------------
-if (MACHINES["NCR5380N"]~=null) then
+if (MACHINES["NCR53C90"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ncr5380n.cpp",
- MAME_DIR .. "src/devices/machine/ncr5380n.h",
- }
-end
-
----------------------------------------------------
---
---@src/devices/machine/ncr5390.h,MACHINES["NCR5390"] = true
----------------------------------------------------
-
-if (MACHINES["NCR5390"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/ncr5390.cpp",
- MAME_DIR .. "src/devices/machine/ncr5390.h",
+ MAME_DIR .. "src/devices/machine/ncr53c90.cpp",
+ MAME_DIR .. "src/devices/machine/ncr53c90.h",
}
end
@@ -3720,13 +4241,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/dp8573.h,MACHINES["DP8573"] = true
+--@src/devices/machine/dp8573a.h,MACHINES["DP8573A"] = true
---------------------------------------------------
-if (MACHINES["DP8573"]~=null) then
+if (MACHINES["DP8573A"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/dp8573.cpp",
- MAME_DIR .. "src/devices/machine/dp8573.h",
+ MAME_DIR .. "src/devices/machine/dp8573a.cpp",
+ MAME_DIR .. "src/devices/machine/dp8573a.h",
}
end
@@ -3817,6 +4338,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/em_reel.h,MACHINES["EM_REEL"] = true
+---------------------------------------------------
+
+if (MACHINES["EM_REEL"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/em_reel.cpp",
+ MAME_DIR .. "src/devices/machine/em_reel.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/corvushd.h,MACHINES["CORVUSHD"] = true
---------------------------------------------------
if (MACHINES["CORVUSHD"]~=null) then
@@ -3922,6 +4455,55 @@ end
---------------------------------------------------
--
+--@src/devices/machine/it8705f.h,MACHINES["IT8705F"] = true
+---------------------------------------------------
+
+if (MACHINES["IT8705F"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/it8705f.cpp",
+ MAME_DIR .. "src/devices/machine/it8705f.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/pc87306.h,MACHINES["PC87306"] = true
+---------------------------------------------------
+
+if (MACHINES["PC87306"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pc87306.cpp",
+ MAME_DIR .. "src/devices/machine/pc87306.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/w83787f.h,MACHINES["W83787F"] = true
+---------------------------------------------------
+
+if (MACHINES["W83787F"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/w83787f.cpp",
+ MAME_DIR .. "src/devices/machine/w83787f.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/w83977tf.h,MACHINES["W83977TF"] = true
+---------------------------------------------------
+
+if (MACHINES["W83977TF"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/w83977tf.cpp",
+ MAME_DIR .. "src/devices/machine/w83977tf.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/machine/pdc.h,MACHINES["PDC"] = true
---------------------------------------------------
@@ -3994,34 +4576,12 @@ end
---------------------------------------------------
--
---@src/devices/machine/appldriv.h,MACHINES["APPLE_DRIVE"] = true
----------------------------------------------------
-if (MACHINES["APPLE_DRIVE"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/appldriv.cpp",
- MAME_DIR .. "src/devices/machine/appldriv.h",
- }
-end
-
----------------------------------------------------
---
---@src/devices/machine/applefdc.h,MACHINES["APPLE_FDC"] = true
----------------------------------------------------
-if (MACHINES["APPLE_FDC"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/applefdc.cpp",
- MAME_DIR .. "src/devices/machine/applefdc.h",
- }
-end
-
----------------------------------------------------
---
---@src/devices/machine/sonydriv.h,MACHINES["SONY_DRIVE"] = true
+--@src/devices/machine/spi_sdcard.h,MACHINES["SPISDCARD"] = true
---------------------------------------------------
-if (MACHINES["SONY_DRIVE"]~=null) then
+if (MACHINES["SPISDCARD"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/sonydriv.cpp",
- MAME_DIR .. "src/devices/machine/sonydriv.h",
+ MAME_DIR .. "src/devices/machine/spi_sdcard.cpp",
+ MAME_DIR .. "src/devices/machine/spi_sdcard.h",
}
end
@@ -4362,18 +4922,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/dc7085.h,MACHINES["DC7085"] = true
----------------------------------------------------
-
-if (MACHINES["DC7085"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/dc7085.cpp",
- MAME_DIR .. "src/devices/machine/dc7085.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/i82357.h,MACHINES["I82357"] = true
---------------------------------------------------
@@ -4475,6 +5023,7 @@ end
---------------------------------------------------
if (MACHINES["CXD1185"]~=null) then
+ MACHINES["NSCSI"] = true
files {
MAME_DIR .. "src/devices/machine/cxd1185.cpp",
MAME_DIR .. "src/devices/machine/cxd1185.h",
@@ -4483,7 +5032,20 @@ end
---------------------------------------------------
--
---@src/devices/machine/applefdc.h,MACHINES["APPLE_FDINTF"] = true
+--@src/devices/machine/spifi3.h,MACHINES["SPIFI3"] = true
+---------------------------------------------------
+
+if (MACHINES["SPIFI3"]~=null) then
+ MACHINES["NSCSI"] = true
+ files {
+ MAME_DIR .. "src/devices/machine/spifi3.cpp",
+ MAME_DIR .. "src/devices/machine/spifi3.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/applefdintf.h,MACHINES["APPLE_FDINTF"] = true
---------------------------------------------------
if (MACHINES["APPLE_FDINTF"]~=null) then
files {
@@ -4493,10 +5055,10 @@ if (MACHINES["APPLE_FDINTF"]~=null) then
end
---------------------------------------------------
- --
- --@src/devices/machine/iwm.h,MACHINES["IWM"] = true
- ---------------------------------------------------
- if (MACHINES["IWM"]~=null) then
+--
+--@src/devices/machine/iwm.h,MACHINES["IWM"] = true
+---------------------------------------------------
+if (MACHINES["IWM"]~=null) then
files {
MAME_DIR .. "src/devices/machine/iwm.cpp",
MAME_DIR .. "src/devices/machine/iwm.h",
@@ -4538,6 +5100,17 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mv_sonora.h,MACHINES["MAC_VIDEO_SONORA"] = true
+---------------------------------------------------
+if (MACHINES["MAC_VIDEO_SONORA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mv_sonora.cpp",
+ MAME_DIR .. "src/devices/machine/mv_sonora.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/alpha_8921.h,MACHINES["ALPHA_8921"] = true
---------------------------------------------------
if (MACHINES["ALPHA_8921"]~=null) then
@@ -4579,3 +5152,216 @@ if (MACHINES["NS32202"]~=null) then
MAME_DIR .. "src/devices/machine/ns32202.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/ns32082.h,MACHINES["NS32082"] = true
+---------------------------------------------------
+if (MACHINES["NS32082"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ns32082.cpp",
+ MAME_DIR .. "src/devices/machine/ns32082.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/bitmap_printer.h,MACHINES["BITMAP_PRINTER"] = true
+---------------------------------------------------
+if (MACHINES["BITMAP_PRINTER"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/bitmap_printer.cpp",
+ MAME_DIR .. "src/devices/machine/bitmap_printer.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/ns32382.h,MACHINES["NS32382"] = true
+---------------------------------------------------
+if (MACHINES["NS32382"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ns32382.cpp",
+ MAME_DIR .. "src/devices/machine/ns32382.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/fm_scsi.h,MACHINES["FM_SCSI"] = true
+---------------------------------------------------
+if (MACHINES["FM_SCSI"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/fm_scsi.cpp",
+ MAME_DIR .. "src/devices/machine/fm_scsi.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/archimedes_keyb.h,MACHINES["ARCHIMEDES_KEYB"] = true
+---------------------------------------------------
+if (MACHINES["ARCHIMEDES_KEYB"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/archimedes_keyb.cpp",
+ MAME_DIR .. "src/devices/machine/archimedes_keyb.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/cammu.h,MACHINES["CAMMU"] = true
+---------------------------------------------------
+if (MACHINES["CAMMU"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/cammu.cpp",
+ MAME_DIR .. "src/devices/machine/cammu.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/at.h,MACHINES["AT_MB"] = true
+---------------------------------------------------
+if (MACHINES["AT_MB"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/at.cpp",
+ MAME_DIR .. "src/devices/machine/at.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/bacta_datalogger.h,MACHINES["BACTA_DATALOGGER"] = true
+---------------------------------------------------
+if (MACHINES["BACTA_DATALOGGER"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/bacta_datalogger.cpp",
+ MAME_DIR .. "src/devices/machine/bacta_datalogger.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/nmk112.h,MACHINES["NMK112"] = true
+---------------------------------------------------
+if (MACHINES["NMK112"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/nmk112.cpp",
+ MAME_DIR .. "src/devices/machine/nmk112.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/saa7191.h,MACHINES["SAA7191"] = true
+---------------------------------------------------
+if (MACHINES["SAA7191"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/saa7191.cpp",
+ MAME_DIR .. "src/devices/machine/saa7191.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/segacrpt_device.h,MACHINES["SEGACRPT"] = true
+---------------------------------------------------
+if (MACHINES["SEGACRPT"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/segacrpt_device.cpp",
+ MAME_DIR .. "src/devices/machine/segacrpt_device.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/segacrp2_device.h,MACHINES["SEGACRP2"] = true
+---------------------------------------------------
+if (MACHINES["SEGACRP2"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/segacrp2_device.cpp",
+ MAME_DIR .. "src/devices/machine/segacrp2_device.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/am9516.h,MACHINES["AM9516"] = true
+---------------------------------------------------
+
+if (MACHINES["AM9516"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/am9516.cpp",
+ MAME_DIR .. "src/devices/machine/am9516.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/micomxe1a.h,MACHINES["MICOMXE1A"] = true
+---------------------------------------------------
+
+if (MACHINES["MICOMXE1A"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/micomxe1a.cpp",
+ MAME_DIR .. "src/devices/machine/micomxe1a.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/mc88200.h,MACHINES["MC88200"] = true
+---------------------------------------------------
+if (MACHINES["MC88200"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mc88200.cpp",
+ MAME_DIR .. "src/devices/machine/mc88200.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/pccard_sram.h,MACHINES["PCCARD_SRAM"] = true
+---------------------------------------------------
+
+if (MACHINES["PCCARD_SRAM"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pccard_sram.cpp",
+ MAME_DIR .. "src/devices/machine/pccard_sram.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/tc9223.h,MACHINES["TC9223"] = true
+---------------------------------------------------
+
+if (MACHINES["TC9223"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/tc9223.cpp",
+ MAME_DIR .. "src/devices/machine/tc9223.h",
+ }
+end
+
+---------------------------------------------------
+--@src/devices/machine/upd7261.h,MACHINES["UPD7261"] = true
+---------------------------------------------------
+
+if (MACHINES["UPD7261"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/upd7261.cpp",
+ MAME_DIR .. "src/devices/machine/upd7261.h",
+ }
+end
+
+---------------------------------------------------
+--
+--@src/devices/machine/cat702.h,MACHINES["CAT702"] = true
+---------------------------------------------------
+if (MACHINES["CAT702"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/cat702.cpp",
+ MAME_DIR .. "src/devices/machine/cat702.h",
+ }
+end