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.lua899
1 files changed, 722 insertions, 177 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 7d96d01761e..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,18 @@ 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
@@ -82,6 +104,18 @@ if (MACHINES["ACORN_IOC"]~=null) then
}
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
@@ -130,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
@@ -297,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
---------------------------------------------------
@@ -345,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
---------------------------------------------------
@@ -405,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
---------------------------------------------------
@@ -742,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
---------------------------------------------------
@@ -886,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
---------------------------------------------------
@@ -899,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
---------------------------------------------------
@@ -1103,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
---------------------------------------------------
@@ -1127,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
---------------------------------------------------
@@ -1211,6 +1291,18 @@ 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
---------------------------------------------------
@@ -1247,18 +1339,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/ds8874.h,MACHINES["DS8874"] = true
----------------------------------------------------
-
-if (MACHINES["DS8874"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/ds8874.cpp",
- MAME_DIR .. "src/devices/machine/ds8874.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/e0516.h,MACHINES["E0516"] = true
---------------------------------------------------
@@ -1393,7 +1473,9 @@ end
---------------------------------------------------
--
---@src/devices/machine/gt913.h,MACHINES["GT913"] = true
+--@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
@@ -1407,6 +1489,18 @@ if (MACHINES["GT913"]~=null) then
}
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
@@ -1650,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
@@ -1810,37 +1916,49 @@ end
---------------------------------------------------
--
---@src/devices/machine/m950x0.h,MACHINES["M950X0"] = true
+--@src/devices/machine/1801vp128.h,MACHINES["K1801VP128"] = true
---------------------------------------------------
-if (MACHINES["M950X0"]~=null) then
+if (MACHINES["K1801VP128"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/m950x0.cpp",
- MAME_DIR .. "src/devices/machine/m950x0.h",
+ MAME_DIR .. "src/devices/machine/1801vp128.cpp",
+ MAME_DIR .. "src/devices/machine/1801vp128.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/mm5740.h,MACHINES["MM5740"] = true
+--@src/devices/machine/kb3600.h,MACHINES["KB3600"] = true
---------------------------------------------------
-if (MACHINES["MM5740"]~=null) then
+if (MACHINES["KB3600"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/mm5740.cpp",
- MAME_DIR .. "src/devices/machine/mm5740.h",
+ MAME_DIR .. "src/devices/machine/kb3600.cpp",
+ MAME_DIR .. "src/devices/machine/kb3600.h",
}
end
---------------------------------------------------
--
---@src/devices/machine/kb3600.h,MACHINES["KB3600"] = true
+--@src/devices/machine/keytronic_l2207.h,MACHINES["KEYTRONIC_L2207"] = true
---------------------------------------------------
-if (MACHINES["KB3600"]~=null) then
+if (MACHINES["KEYTRONIC_L2207"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/kb3600.cpp",
- MAME_DIR .. "src/devices/machine/kb3600.h",
+ 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
@@ -1920,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
---------------------------------------------------
@@ -2028,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
---------------------------------------------------
@@ -2100,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
---------------------------------------------------
@@ -2308,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
---------------------------------------------------
@@ -2344,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
---------------------------------------------------
@@ -2392,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
---------------------------------------------------
@@ -2440,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
@@ -2491,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
---------------------------------------------------
@@ -2527,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
@@ -2654,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",
@@ -2663,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
@@ -2736,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
---------------------------------------------------
@@ -2743,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
@@ -2918,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
---------------------------------------------------
@@ -3011,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
@@ -3081,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
---------------------------------------------------
@@ -3179,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
@@ -3334,18 +3636,6 @@ end
---------------------------------------------------
--
---@src/devices/machine/tmp68301.h,MACHINES["TMP68301"] = true
----------------------------------------------------
-
-if (MACHINES["TMP68301"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/tmp68301.cpp",
- MAME_DIR .. "src/devices/machine/tmp68301.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/tms1024.h,MACHINES["TMS1024"] = true
---------------------------------------------------
@@ -3454,6 +3744,30 @@ 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
---------------------------------------------------
@@ -3866,13 +4180,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/ncr5390.h,MACHINES["NCR5390"] = true
+--@src/devices/machine/ncr53c90.h,MACHINES["NCR53C90"] = true
---------------------------------------------------
-if (MACHINES["NCR5390"]~=null) then
+if (MACHINES["NCR53C90"]~=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
@@ -3927,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
@@ -4024,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
@@ -4129,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
---------------------------------------------------
@@ -4212,39 +4587,6 @@ 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
----------------------------------------------------
-if (MACHINES["SONY_DRIVE"]~=null) then
- files {
- MAME_DIR .. "src/devices/machine/sonydriv.cpp",
- MAME_DIR .. "src/devices/machine/sonydriv.h",
- }
-end
-
----------------------------------------------------
---
--@src/devices/machine/scnxx562.h,MACHINES["SCNXX562"] = true
---------------------------------------------------
if (MACHINES["SCNXX562"]~=null) then
@@ -4580,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
---------------------------------------------------
@@ -4702,6 +5032,19 @@ end
---------------------------------------------------
--
+--@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
@@ -4820,3 +5163,205 @@ if (MACHINES["NS32082"]~=null) then
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