summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
committer ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
commit4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch)
tree55eccacfca0e69435d0d4e6615205310ca11f271 /scripts/src/machine.lua
parentd132946c6f45aa8d271c6180e86f72dd08243048 (diff)
parent229785f695b26c702c8490792611f59d0366a933 (diff)
Merge pull request #5 from mamedev/master
Sync to base master
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua472
1 files changed, 231 insertions, 241 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 528cebbd3d2..cc729cd11bc 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -12,7 +12,7 @@
---------------------------------------------------
--
---@src/emu/machine/akiko.h,MACHINES += AKIKO
+--@src/emu/machine/akiko.h,MACHINES["AKIKO"] = true
---------------------------------------------------
if (MACHINES["AKIKO"]~=null) then
@@ -25,7 +25,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/autoconfig.h,MACHINES += AUTOCONFIG
+--@src/emu/machine/autoconfig.h,MACHINES["AUTOCONFIG"] = true
---------------------------------------------------
if (MACHINES["AUTOCONFIG"]~=null) then
@@ -38,7 +38,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cr511b.h,MACHINES += CR511B
+--@src/emu/machine/cr511b.h,MACHINES["CR511B"] = true
---------------------------------------------------
if (MACHINES["CR511B"]~=null) then
@@ -51,7 +51,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/dmac.h,MACHINES += DMAC
+--@src/emu/machine/dmac.h,MACHINES["DMAC"] = true
---------------------------------------------------
if (MACHINES["DMAC"]~=null) then
@@ -64,7 +64,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/gayle.h,MACHINES += GAYLE
+--@src/emu/machine/gayle.h,MACHINES["GAYLE"] = true
---------------------------------------------------
if (MACHINES["GAYLE"]~=null) then
@@ -77,7 +77,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/40105.h,MACHINES += CMOS40105
+--@src/emu/machine/40105.h,MACHINES["CMOS40105"] = true
---------------------------------------------------
if (MACHINES["CMOS40105"]~=null) then
@@ -90,7 +90,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/53c7xx.h,MACHINES += NCR53C7XX
+--@src/emu/machine/53c7xx.h,MACHINES["NCR53C7XX"] = true
---------------------------------------------------
if (MACHINES["NCR53C7XX"]~=null) then
@@ -103,7 +103,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/53c810.h,MACHINES += LSI53C810
+--@src/emu/machine/53c810.h,MACHINES["LSI53C810"] = true
---------------------------------------------------
if (MACHINES["LSI53C810"]~=null) then
@@ -116,7 +116,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6522via.h,MACHINES += 6522VIA
+--@src/emu/machine/6522via.h,MACHINES["6522VIA"] = true
---------------------------------------------------
if (MACHINES["6522VIA"]~=null) then
@@ -128,7 +128,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6525tpi.h,MACHINES += TPI6525
+--@src/emu/machine/6525tpi.h,MACHINES["TPI6525"] = true
---------------------------------------------------
if (MACHINES["TPI6525"]~=null) then
@@ -140,7 +140,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6532riot.h,MACHINES += RIOT6532
+--@src/emu/machine/6532riot.h,MACHINES["RIOT6532"] = true
---------------------------------------------------
if (MACHINES["RIOT6532"]~=null) then
@@ -152,7 +152,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6821pia.h,MACHINES += 6821PIA
+--@src/emu/machine/6821pia.h,MACHINES["6821PIA"] = true
---------------------------------------------------
if (MACHINES["6821PIA"]~=null) then
@@ -164,7 +164,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6840ptm.h,MACHINES += 6840PTM
+--@src/emu/machine/6840ptm.h,MACHINES["6840PTM"] = true
---------------------------------------------------
if (MACHINES["6840PTM"]~=null) then
@@ -176,7 +176,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/6850acia.h,MACHINES += ACIA6850
+--@src/emu/machine/6850acia.h,MACHINES["ACIA6850"] = true
---------------------------------------------------
if (MACHINES["ACIA6850"]~=null) then
@@ -188,7 +188,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/68561mpcc.h,MACHINES += 68561MPCC
+--@src/emu/machine/68561mpcc.h,MACHINES["68561MPCC"] = true
---------------------------------------------------
if (MACHINES["68561MPCC"]~=null) then
@@ -200,7 +200,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc68681.h,MACHINES += 68681
+--@src/emu/machine/mc68681.h,MACHINES["68681"] = true
---------------------------------------------------
if (MACHINES["68681"]~=null) then
@@ -212,7 +212,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/7200fifo.h,MACHINES += 7200FIFO
+--@src/emu/machine/7200fifo.h,MACHINES["7200FIFO"] = true
---------------------------------------------------
if (MACHINES["7200FIFO"]~=null) then
@@ -224,7 +224,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/74123.h,MACHINES += TTL74123
+--@src/emu/machine/74123.h,MACHINES["TTL74123"] = true
---------------------------------------------------
if (MACHINES["TTL74123"]~=null) then
@@ -237,7 +237,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/74145.h,MACHINES += TTL74145
+--@src/emu/machine/74145.h,MACHINES["TTL74145"] = true
---------------------------------------------------
if (MACHINES["TTL74145"]~=null) then
@@ -249,7 +249,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/74148.h,MACHINES += TTL74148
+--@src/emu/machine/74148.h,MACHINES["TTL74148"] = true
---------------------------------------------------
if (MACHINES["TTL74148"]~=null) then
@@ -261,7 +261,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/74153.h,MACHINES += TTL74153
+--@src/emu/machine/74153.h,MACHINES["TTL74153"] = true
---------------------------------------------------
if (MACHINES["TTL74153"]~=null) then
@@ -273,7 +273,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/74181.h,MACHINES += TTL74181
+--@src/emu/machine/74181.h,MACHINES["TTL74181"] = true
---------------------------------------------------
if (MACHINES["TTL74181"]~=null) then
@@ -285,7 +285,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/7474.h,MACHINES += TTL7474
+--@src/emu/machine/7474.h,MACHINES["TTL7474"] = true
---------------------------------------------------
if (MACHINES["TTL7474"]~=null) then
@@ -297,7 +297,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/8042kbdc.h,MACHINES += KBDC8042
+--@src/emu/machine/8042kbdc.h,MACHINES["KBDC8042"] = true
---------------------------------------------------
if (MACHINES["KBDC8042"]~=null) then
@@ -309,7 +309,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/8530scc.h,MACHINES += 8530SCC
+--@src/emu/machine/8530scc.h,MACHINES["8530SCC"] = true
---------------------------------------------------
if (MACHINES["8530SCC"]~=null) then
@@ -321,7 +321,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/aakart.h,MACHINES += AAKARTDEV
+--@src/emu/machine/aakart.h,MACHINES["AAKARTDEV"] = true
---------------------------------------------------
if (MACHINES["AAKARTDEV"]~=null) then
@@ -333,7 +333,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/adc0808.h,MACHINES += ADC0808
+--@src/emu/machine/adc0808.h,MACHINES["ADC0808"] = true
---------------------------------------------------
if (MACHINES["ADC0808"]~=null) then
@@ -345,7 +345,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/adc083x.h,MACHINES += ADC083X
+--@src/emu/machine/adc083x.h,MACHINES["ADC083X"] = true
---------------------------------------------------
if (MACHINES["ADC083X"]~=null) then
@@ -357,7 +357,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/adc1038.h,MACHINES += ADC1038
+--@src/emu/machine/adc1038.h,MACHINES["ADC1038"] = true
---------------------------------------------------
if (MACHINES["ADC1038"]~=null) then
@@ -369,7 +369,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/adc1213x.h,MACHINES += ADC1213X
+--@src/emu/machine/adc1213x.h,MACHINES["ADC1213X"] = true
---------------------------------------------------
if (MACHINES["ADC1213X"]~=null) then
@@ -381,7 +381,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/aicartc.h,MACHINES += AICARTC
+--@src/emu/machine/aicartc.h,MACHINES["AICARTC"] = true
---------------------------------------------------
if (MACHINES["AICARTC"]~=null) then
@@ -393,7 +393,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/am53cf96.h,MACHINES += AM53CF96
+--@src/emu/machine/am53cf96.h,MACHINES["AM53CF96"] = true
---------------------------------------------------
if (MACHINES["AM53CF96"]~=null) then
@@ -405,7 +405,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/am9517a.h,MACHINES += AM9517A
+--@src/emu/machine/am9517a.h,MACHINES["AM9517A"] = true
---------------------------------------------------
if (MACHINES["AM9517A"]~=null) then
@@ -417,7 +417,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/amigafdc.h,MACHINES += AMIGAFDC
+--@src/emu/machine/amigafdc.h,MACHINES["AMIGAFDC"] = true
---------------------------------------------------
if (MACHINES["AMIGAFDC"]~=null) then
@@ -429,7 +429,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/at28c16.h,MACHINES += AT28C16
+--@src/emu/machine/at28c16.h,MACHINES["AT28C16"] = true
---------------------------------------------------
if (MACHINES["AT28C16"]~=null) then
@@ -441,7 +441,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/at29040a.h,MACHINES += AT29040
+--@src/emu/machine/at29040a.h,MACHINES["AT29040"] = true
---------------------------------------------------
if (MACHINES["AT29040"]~=null) then
@@ -453,7 +453,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/at45dbxx.h,MACHINES += AT45DBXX
+--@src/emu/machine/at45dbxx.h,MACHINES["AT45DBXX"] = true
---------------------------------------------------
if (MACHINES["AT45DBXX"]~=null) then
@@ -465,7 +465,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ataflash.h,MACHINES += ATAFLASH
+--@src/emu/machine/ataflash.h,MACHINES["ATAFLASH"] = true
---------------------------------------------------
if (MACHINES["ATAFLASH"]~=null) then
@@ -479,7 +479,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ay31015.h,MACHINES += AY31015
+--@src/emu/machine/ay31015.h,MACHINES["AY31015"] = true
---------------------------------------------------
if (MACHINES["AY31015"]~=null) then
@@ -491,7 +491,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/bankdev.h,MACHINES += BANKDEV
+--@src/emu/machine/bankdev.h,MACHINES["BANKDEV"] = true
---------------------------------------------------
if (MACHINES["BANKDEV"]~=null) then
@@ -503,7 +503,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cdp1852.h,MACHINES += CDP1852
+--@src/emu/machine/cdp1852.h,MACHINES["CDP1852"] = true
---------------------------------------------------
if (MACHINES["CDP1852"]~=null) then
@@ -515,7 +515,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cdp1871.h,MACHINES += CDP1871
+--@src/emu/machine/cdp1871.h,MACHINES["CDP1871"] = true
---------------------------------------------------
if (MACHINES["CDP1871"]~=null) then
@@ -527,7 +527,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/com8116.h,MACHINES += COM8116
+--@src/emu/machine/com8116.h,MACHINES["COM8116"] = true
---------------------------------------------------
if (MACHINES["COM8116"]~=null) then
@@ -539,7 +539,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cr589.h,MACHINES += CR589
+--@src/emu/machine/cr589.h,MACHINES["CR589"] = true
---------------------------------------------------
if (MACHINES["CR589"]~=null) then
@@ -551,7 +551,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cs4031.h,MACHINES += CS4031
+--@src/emu/machine/cs4031.h,MACHINES["CS4031"] = true
---------------------------------------------------
if (MACHINES["CS4031"]~=null) then
@@ -563,7 +563,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/cs8221.h,MACHINES += CS8221
+--@src/emu/machine/cs8221.h,MACHINES["CS8221"] = true
---------------------------------------------------
if (MACHINES["CS8221"]~=null) then
@@ -575,7 +575,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds1204.h,MACHINES += DS1204
+--@src/emu/machine/ds1204.h,MACHINES["DS1204"] = true
---------------------------------------------------
if (MACHINES["DS1204"]~=null) then
@@ -587,7 +587,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds1302.h,MACHINES += DS1302
+--@src/emu/machine/ds1302.h,MACHINES["DS1302"] = true
---------------------------------------------------
if (MACHINES["DS1302"]~=null) then
@@ -599,7 +599,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds1315.h,MACHINES += DS1315
+--@src/emu/machine/ds1315.h,MACHINES["DS1315"] = true
---------------------------------------------------
if (MACHINES["DS1315"]~=null) then
@@ -611,7 +611,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds2401.h,MACHINES += DS2401
+--@src/emu/machine/ds2401.h,MACHINES["DS2401"] = true
---------------------------------------------------
if (MACHINES["DS2401"]~=null) then
@@ -623,7 +623,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds2404.h,MACHINES += DS2404
+--@src/emu/machine/ds2404.h,MACHINES["DS2404"] = true
---------------------------------------------------
if (MACHINES["DS2404"]~=null) then
@@ -635,7 +635,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds75160a.h,MACHINES += DS75160A
+--@src/emu/machine/ds75160a.h,MACHINES["DS75160A"] = true
---------------------------------------------------
if (MACHINES["DS75160A"]~=null) then
@@ -647,7 +647,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ds75161a.h,MACHINES += DS75161A
+--@src/emu/machine/ds75161a.h,MACHINES["DS75161A"] = true
---------------------------------------------------
if (MACHINES["DS75161A"]~=null) then
@@ -659,7 +659,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/e0516.h,MACHINES += E0516
+--@src/emu/machine/e0516.h,MACHINES["E0516"] = true
---------------------------------------------------
if (MACHINES["E0516"]~=null) then
@@ -671,7 +671,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/e05a03.h,MACHINES += E05A03
+--@src/emu/machine/e05a03.h,MACHINES["E05A03"] = true
---------------------------------------------------
if (MACHINES["E05A03"]~=null) then
@@ -683,7 +683,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/e05a30.h,MACHINES += E05A30
+--@src/emu/machine/e05a30.h,MACHINES["E05A30"] = true
---------------------------------------------------
if (MACHINES["E05A30"]~=null) then
@@ -695,9 +695,9 @@ end
---------------------------------------------------
--
---@src/emu/machine/eeprom.h,MACHINES += EEPROMDEV
---@src/emu/machine/eepromser.h,MACHINES += EEPROMDEV
---@src/emu/machine/eeprompar.h,MACHINES += EEPROMDEV
+--@src/emu/machine/eeprom.h,MACHINES["EEPROMDEV"] = true
+--@src/emu/machine/eepromser.h,MACHINES["EEPROMDEV"] = true
+--@src/emu/machine/eeprompar.h,MACHINES["EEPROMDEV"] = true
---------------------------------------------------
if (MACHINES["EEPROMDEV"]~=null) then
@@ -713,7 +713,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/er2055.h,MACHINES += ER2055
+--@src/emu/machine/er2055.h,MACHINES["ER2055"] = true
---------------------------------------------------
if (MACHINES["ER2055"]~=null) then
@@ -725,7 +725,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/f3853.h,MACHINES += F3853
+--@src/emu/machine/f3853.h,MACHINES["F3853"] = true
---------------------------------------------------
if (MACHINES["F3853"]~=null) then
@@ -737,7 +737,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/hd63450.h,MACHINES += HD63450
+--@src/emu/machine/hd63450.h,MACHINES["HD63450"] = true
---------------------------------------------------
if (MACHINES["HD63450"]~=null) then
@@ -749,7 +749,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/hd64610.h,MACHINES += HD64610
+--@src/emu/machine/hd64610.h,MACHINES["HD64610"] = true
---------------------------------------------------
if (MACHINES["HD64610"]~=null) then
@@ -761,7 +761,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i2cmem.h,MACHINES += I2CMEM
+--@src/emu/machine/i2cmem.h,MACHINES["I2CMEM"] = true
---------------------------------------------------
if (MACHINES["I2CMEM"]~=null) then
@@ -773,7 +773,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8155.h,MACHINES += I8155
+--@src/emu/machine/i8155.h,MACHINES["I8155"] = true
---------------------------------------------------
if (MACHINES["I8155"]~=null) then
@@ -785,7 +785,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8212.h,MACHINES += I8212
+--@src/emu/machine/i8212.h,MACHINES["I8212"] = true
---------------------------------------------------
if (MACHINES["I8212"]~=null) then
@@ -797,7 +797,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8214.h,MACHINES += I8214
+--@src/emu/machine/i8214.h,MACHINES["I8214"] = true
---------------------------------------------------
if (MACHINES["I8214"]~=null) then
@@ -809,7 +809,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8243.h,MACHINES += I8243
+--@src/emu/machine/i8243.h,MACHINES["I8243"] = true
---------------------------------------------------
if (MACHINES["I8243"]~=null) then
@@ -821,7 +821,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8251.h,MACHINES += I8251
+--@src/emu/machine/i8251.h,MACHINES["I8251"] = true
---------------------------------------------------
if (MACHINES["I8251"]~=null) then
@@ -833,7 +833,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8257.h,MACHINES += I8257
+--@src/emu/machine/i8257.h,MACHINES["I8257"] = true
---------------------------------------------------
if (MACHINES["I8257"]~=null) then
@@ -846,7 +846,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8271.h,MACHINES += I8271
+--@src/emu/machine/i8271.h,MACHINES["I8271"] = true
---------------------------------------------------
if (MACHINES["I8271"]~=null) then
@@ -858,7 +858,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8279.h,MACHINES += I8279
+--@src/emu/machine/i8279.h,MACHINES["I8279"] = true
---------------------------------------------------
if (MACHINES["I8279"]~=null) then
@@ -870,7 +870,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8355.h,MACHINES += I8355
+--@src/emu/machine/i8355.h,MACHINES["I8355"] = true
---------------------------------------------------
if (MACHINES["I8355"]~=null) then
@@ -882,7 +882,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i80130.h,MACHINES += I80130
+--@src/emu/machine/i80130.h,MACHINES["I80130"] = true
---------------------------------------------------
if (MACHINES["I80130"]~=null) then
@@ -894,8 +894,8 @@ end
---------------------------------------------------
--
---@src/emu/machine/atadev.h,MACHINES += IDE
---@src/emu/machine/ataintf.h,MACHINES += IDE
+--@src/emu/machine/atadev.h,MACHINES["IDE"] = true
+--@src/emu/machine/ataintf.h,MACHINES["IDE"] = true
---------------------------------------------------
if (MACHINES["IDE"]~=null) then
@@ -922,7 +922,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/im6402.h,MACHINES += IM6402
+--@src/emu/machine/im6402.h,MACHINES["IM6402"] = true
---------------------------------------------------
if (MACHINES["IM6402"]~=null) then
@@ -934,7 +934,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ins8154.h,MACHINES += INS8154
+--@src/emu/machine/ins8154.h,MACHINES["INS8154"] = true
---------------------------------------------------
if (MACHINES["INS8154"]~=null) then
@@ -946,7 +946,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ins8250.h,MACHINES += INS8250
+--@src/emu/machine/ins8250.h,MACHINES["INS8250"] = true
---------------------------------------------------
if (MACHINES["INS8250"]~=null) then
@@ -958,7 +958,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/intelfsh.h,MACHINES += INTELFLASH
+--@src/emu/machine/intelfsh.h,MACHINES["INTELFLASH"] = true
---------------------------------------------------
if (MACHINES["INTELFLASH"]~=null) then
@@ -970,8 +970,8 @@ end
---------------------------------------------------
--
---@src/emu/machine/jvsdev.h,MACHINES += JVS
---@src/emu/machine/jvshost.h,MACHINES += JVS
+--@src/emu/machine/jvsdev.h,MACHINES["JVS"] = true
+--@src/emu/machine/jvshost.h,MACHINES["JVS"] = true
---------------------------------------------------
if (MACHINES["JVS"]~=null) then
@@ -985,7 +985,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/k033906.h,MACHINES += K033906
+--@src/emu/machine/k033906.h,MACHINES["K033906"] = true
---------------------------------------------------
if (MACHINES["K033906"]~=null) then
@@ -997,7 +997,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/k053252.h,MACHINES += K053252
+--@src/emu/machine/k053252.h,MACHINES["K053252"] = true
---------------------------------------------------
if (MACHINES["K053252"]~=null) then
@@ -1009,7 +1009,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/k056230.h,MACHINES += K056230
+--@src/emu/machine/k056230.h,MACHINES["K056230"] = true
---------------------------------------------------
if (MACHINES["K056230"]~=null) then
@@ -1021,7 +1021,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/kb3600.h,MACHINES += KB3600
+--@src/emu/machine/kb3600.h,MACHINES["KB3600"] = true
---------------------------------------------------
if (MACHINES["KB3600"]~=null) then
@@ -1033,7 +1033,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/kr2376.h,MACHINES += KR2376
+--@src/emu/machine/kr2376.h,MACHINES["KR2376"] = true
---------------------------------------------------
if (MACHINES["KR2376"]~=null) then
@@ -1045,7 +1045,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/latch8.h,MACHINES += LATCH8
+--@src/emu/machine/latch8.h,MACHINES["LATCH8"] = true
---------------------------------------------------
if (MACHINES["LATCH8"]~=null) then
@@ -1057,7 +1057,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/lc89510.h,MACHINES += LC89510
+--@src/emu/machine/lc89510.h,MACHINES["LC89510"] = true
---------------------------------------------------
if (MACHINES["LC89510"]~=null) then
@@ -1069,7 +1069,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ldpr8210.h,MACHINES += LDPR8210
+--@src/emu/machine/ldpr8210.h,MACHINES["LDPR8210"] = true
---------------------------------------------------
if (MACHINES["LDPR8210"]~=null) then
@@ -1081,7 +1081,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ldstub.h,MACHINES += LDSTUB
+--@src/emu/machine/ldstub.h,MACHINES["LDSTUB"] = true
---------------------------------------------------
if (MACHINES["LDSTUB"]~=null) then
@@ -1093,7 +1093,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ldv1000.h,MACHINES += LDV1000
+--@src/emu/machine/ldv1000.h,MACHINES["LDV1000"] = true
---------------------------------------------------
if (MACHINES["LDV1000"]~=null) then
@@ -1107,7 +1107,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ldvp931.h,MACHINES += LDVP931
+--@src/emu/machine/ldvp931.h,MACHINES["LDVP931"] = true
---------------------------------------------------
if (MACHINES["LDVP931"]~=null) then
@@ -1119,7 +1119,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/lh5810.h,MACHINES += LH5810
+--@src/emu/machine/lh5810.h,MACHINES["LH5810"] = true
---------------------------------------------------
if (MACHINES["LH5810"]~=null) then
@@ -1131,7 +1131,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/linflash.h,MACHINES += LINFLASH
+--@src/emu/machine/linflash.h,MACHINES["LINFLASH"] = true
---------------------------------------------------
if (MACHINES["LINFLASH"]~=null) then
@@ -1143,7 +1143,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/m6m80011ap.h,MACHINES += M6M80011AP
+--@src/emu/machine/m6m80011ap.h,MACHINES["M6M80011AP"] = true
---------------------------------------------------
if (MACHINES["M6M80011AP"]~=null) then
@@ -1155,7 +1155,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/matsucd.h,MACHINES += MATSUCD
+--@src/emu/machine/matsucd.h,MACHINES["MATSUCD"] = true
---------------------------------------------------
if (MACHINES["MATSUCD"]~=null) then
@@ -1167,7 +1167,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb14241.h,MACHINES += MB14241
+--@src/emu/machine/mb14241.h,MACHINES["MB14241"] = true
---------------------------------------------------
if (MACHINES["MB14241"]~=null) then
@@ -1179,7 +1179,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb3773.h,MACHINES += MB3773
+--@src/emu/machine/mb3773.h,MACHINES["MB3773"] = true
---------------------------------------------------
if (MACHINES["MB3773"]~=null) then
@@ -1191,7 +1191,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb8421.h,MACHINES += MB8421
+--@src/emu/machine/mb8421.h,MACHINES["MB8421"] = true
---------------------------------------------------
if (MACHINES["MB8421"]~=null) then
@@ -1203,7 +1203,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb87078.h,MACHINES += MB87078
+--@src/emu/machine/mb87078.h,MACHINES["MB87078"] = true
---------------------------------------------------
if (MACHINES["MB87078"]~=null) then
@@ -1215,7 +1215,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb8795.h,MACHINES += MB8795
+--@src/emu/machine/mb8795.h,MACHINES["MB8795"] = true
---------------------------------------------------
if (MACHINES["MB8795"]~=null) then
@@ -1227,7 +1227,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb89352.h,MACHINES += MB89352
+--@src/emu/machine/mb89352.h,MACHINES["MB89352"] = true
---------------------------------------------------
if (MACHINES["MB89352"]~=null) then
@@ -1239,7 +1239,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mb89371.h,MACHINES += MB89371
+--@src/emu/machine/mb89371.h,MACHINES["MB89371"] = true
---------------------------------------------------
if (MACHINES["MB89371"]~=null) then
@@ -1251,7 +1251,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc146818.h,MACHINES += MC146818
+--@src/emu/machine/mc146818.h,MACHINES["MC146818"] = true
---------------------------------------------------
if (MACHINES["MC146818"]~=null) then
@@ -1265,7 +1265,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc2661.h,MACHINES += MC2661
+--@src/emu/machine/mc2661.h,MACHINES["MC2661"] = true
---------------------------------------------------
if (MACHINES["MC2661"]~=null) then
@@ -1277,7 +1277,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc6843.h,MACHINES += MC6843
+--@src/emu/machine/mc6843.h,MACHINES["MC6843"] = true
---------------------------------------------------
if (MACHINES["MC6843"]~=null) then
@@ -1289,7 +1289,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc6846.h,MACHINES += MC6846
+--@src/emu/machine/mc6846.h,MACHINES["MC6846"] = true
---------------------------------------------------
if (MACHINES["MC6846"]~=null) then
@@ -1301,7 +1301,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc6852.h,MACHINES += MC6852
+--@src/emu/machine/mc6852.h,MACHINES["MC6852"] = true
---------------------------------------------------
if (MACHINES["MC6852"]~=null) then
@@ -1313,7 +1313,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc6854.h,MACHINES += MC6854
+--@src/emu/machine/mc6854.h,MACHINES["MC6854"] = true
---------------------------------------------------
if (MACHINES["MC6854"]~=null) then
@@ -1325,7 +1325,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc68328.h,MACHINES += MC68328
+--@src/emu/machine/mc68328.h,MACHINES["MC68328"] = true
---------------------------------------------------
if (MACHINES["MC68328"]~=null) then
@@ -1337,7 +1337,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mc68901.h,MACHINES += MC68901
+--@src/emu/machine/mc68901.h,MACHINES["MC68901"] = true
---------------------------------------------------
if (MACHINES["MC68901"]~=null) then
@@ -1349,7 +1349,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mccs1850.h,MACHINES += MCCS1850
+--@src/emu/machine/mccs1850.h,MACHINES["MCCS1850"] = true
---------------------------------------------------
if (MACHINES["MCCS1850"]~=null) then
@@ -1361,7 +1361,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/68307.h,MACHINES += M68307
+--@src/emu/machine/68307.h,MACHINES["M68307"] = true
---------------------------------------------------
if (MACHINES["M68307"]~=null) then
@@ -1379,7 +1379,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/68340.h,MACHINES += M68340
+--@src/emu/machine/68340.h,MACHINES["M68340"] = true
---------------------------------------------------
if (MACHINES["M68340"]~=null) then
@@ -1399,7 +1399,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mcf5206e.h,MACHINES += MCF5206E
+--@src/emu/machine/mcf5206e.h,MACHINES["MCF5206E"] = true
---------------------------------------------------
if (MACHINES["MCF5206E"]~=null) then
@@ -1411,7 +1411,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/microtch.h,MACHINES += MICROTOUCH
+--@src/emu/machine/microtch.h,MACHINES["MICROTOUCH"] = true
---------------------------------------------------
if (MACHINES["MICROTOUCH"]~=null) then
@@ -1423,7 +1423,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mm58274c.h,MACHINES += MM58274C
+--@src/emu/machine/mm58274c.h,MACHINES["MM58274C"] = true
---------------------------------------------------
if (MACHINES["MM58274C"]~=null) then
@@ -1435,7 +1435,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mm74c922.h,MACHINES += MM74C922
+--@src/emu/machine/mm74c922.h,MACHINES["MM74C922"] = true
---------------------------------------------------
if (MACHINES["MM74C922"]~=null) then
@@ -1447,7 +1447,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos6526.h,MACHINES += MOS6526
+--@src/emu/machine/mos6526.h,MACHINES["MOS6526"] = true
---------------------------------------------------
if (MACHINES["MOS6526"]~=null) then
@@ -1459,7 +1459,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos6529.h,MACHINES += MOS6529
+--@src/emu/machine/mos6529.h,MACHINES["MOS6529"] = true
---------------------------------------------------
if (MACHINES["MOS6529"]~=null) then
@@ -1471,7 +1471,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos6702.h,MACHINES += MOS6702
+--@src/emu/machine/mos6702.h,MACHINES["MOS6702"] = true
---------------------------------------------------
if (MACHINES["MOS6702"]~=null) then
@@ -1483,7 +1483,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos8706.h,MACHINES += MOS8706
+--@src/emu/machine/mos8706.h,MACHINES["MOS8706"] = true
---------------------------------------------------
if (MACHINES["MOS8706"]~=null) then
@@ -1495,7 +1495,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos8722.h,MACHINES += MOS8722
+--@src/emu/machine/mos8722.h,MACHINES["MOS8722"] = true
---------------------------------------------------
if (MACHINES["MOS8722"]~=null) then
@@ -1507,7 +1507,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos8726.h,MACHINES += MOS8726
+--@src/emu/machine/mos8726.h,MACHINES["MOS8726"] = true
---------------------------------------------------
if (MACHINES["MOS8726"]~=null) then
@@ -1519,7 +1519,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos6530.h,MACHINES += MIOT6530
+--@src/emu/machine/mos6530.h,MACHINES["MIOT6530"] = true
---------------------------------------------------
if (MACHINES["MIOT6530"]~=null) then
@@ -1533,7 +1533,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mos6551.h,MACHINES += MOS6551
+--@src/emu/machine/mos6551.h,MACHINES["MOS6551"] = true
---------------------------------------------------
if (MACHINES["MOS6551"]~=null) then
@@ -1545,7 +1545,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/msm5832.h,MACHINES += MSM5832
+--@src/emu/machine/msm5832.h,MACHINES["MSM5832"] = true
---------------------------------------------------
if (MACHINES["MSM5832"]~=null) then
@@ -1557,7 +1557,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/msm58321.h,MACHINES += MSM58321
+--@src/emu/machine/msm58321.h,MACHINES["MSM58321"] = true
---------------------------------------------------
if (MACHINES["MSM58321"]~=null) then
@@ -1569,7 +1569,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/msm6242.h,MACHINES += MSM6242
+--@src/emu/machine/msm6242.h,MACHINES["MSM6242"] = true
---------------------------------------------------
if (MACHINES["MSM6242"]~=null) then
@@ -1581,7 +1581,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ncr539x.h,MACHINES += NCR539x
+--@src/emu/machine/ncr539x.h,MACHINES["NCR539x"] = true
---------------------------------------------------
if (MACHINES["NCR539x"]~=null) then
@@ -1594,7 +1594,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/nmc9306.h,MACHINES += NMC9306
+--@src/emu/machine/nmc9306.h,MACHINES["NMC9306"] = true
---------------------------------------------------
if (MACHINES["NMC9306"]~=null) then
@@ -1606,11 +1606,11 @@ end
---------------------------------------------------
--
---@src/emu/machine/nscsi_bus.h,MACHINES += NSCSI
---@src/emu/machine/nscsi_cb.h,MACHINES += NSCSI
---@src/emu/machine/nscsi_cd.h,MACHINES += NSCSI
---@src/emu/machine/nscsi_hd.h,MACHINES += NSCSI
---@src/emu/machine/nscsi_s1410.h,MACHINES += NSCSI
+--@src/emu/machine/nscsi_bus.h,MACHINES["NSCSI"] = true
+--@src/emu/machine/nscsi_cb.h,MACHINES["NSCSI"] = true
+--@src/emu/machine/nscsi_cd.h,MACHINES["NSCSI"] = true
+--@src/emu/machine/nscsi_hd.h,MACHINES["NSCSI"] = true
+--@src/emu/machine/nscsi_s1410.h,MACHINES["NSCSI"] = true
---------------------------------------------------
if (MACHINES["NSCSI"]~=null) then
@@ -1630,7 +1630,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pcf8593.h,MACHINES += PCF8593
+--@src/emu/machine/pcf8593.h,MACHINES["PCF8593"] = true
---------------------------------------------------
if (MACHINES["PCF8593"]~=null) then
@@ -1642,7 +1642,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/lpci.h,MACHINES += LPCI
+--@src/emu/machine/lpci.h,MACHINES["LPCI"] = true
---------------------------------------------------
if (MACHINES["LPCI"]~=null) then
@@ -1654,7 +1654,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pci.h,MACHINES += PCI
+--@src/emu/machine/pci.h,MACHINES["PCI"] = true
---------------------------------------------------
if (MACHINES["PCI"]~=null) then
@@ -1690,7 +1690,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pckeybrd.h,MACHINES += PCKEYBRD
+--@src/emu/machine/pckeybrd.h,MACHINES["PCKEYBRD"] = true
---------------------------------------------------
if (MACHINES["PCKEYBRD"]~=null) then
@@ -1702,7 +1702,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pic8259.h,MACHINES += PIC8259
+--@src/emu/machine/pic8259.h,MACHINES["PIC8259"] = true
---------------------------------------------------
if (MACHINES["PIC8259"]~=null) then
@@ -1714,7 +1714,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pit8253.h,MACHINES += PIT8253
+--@src/emu/machine/pit8253.h,MACHINES["PIT8253"] = true
---------------------------------------------------
if (MACHINES["PIT8253"]~=null) then
@@ -1726,7 +1726,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pla.h,MACHINES += PLA
+--@src/emu/machine/pla.h,MACHINES["PLA"] = true
---------------------------------------------------
if (MACHINES["PLA"]~=null) then
@@ -1738,7 +1738,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/r10696.h,MACHINES += R10696
+--@src/emu/machine/r10696.h,MACHINES["R10696"] = true
---------------------------------------------------
if (MACHINES["R10696"]~=null) then
@@ -1750,7 +1750,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/r10788.h,MACHINES += R10788
+--@src/emu/machine/r10788.h,MACHINES["R10788"] = true
---------------------------------------------------
if (MACHINES["R10788"]~=null) then
@@ -1762,7 +1762,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ra17xx.h,MACHINES += RA17XX
+--@src/emu/machine/ra17xx.h,MACHINES["RA17XX"] = true
---------------------------------------------------
if (MACHINES["RA17XX"]~=null) then
@@ -1774,12 +1774,12 @@ end
---------------------------------------------------
--
---@src/emu/machine/rf5c296.h,MACHINES += RF5C296
+--@src/emu/machine/rf5c296.h,MACHINES["RF5C296"] = true
---------------------------------------------------
if (MACHINES["RF5C296"]~=null) then
MACHINES["PCCARD"] = true
- files {
+ files {
MAME_DIR .. "src/emu/machine/rf5c296.c",
MAME_DIR .. "src/emu/machine/rf5c296.h",
}
@@ -1787,7 +1787,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/roc10937.h,MACHINES += ROC10937
+--@src/emu/machine/roc10937.h,MACHINES["ROC10937"] = true
---------------------------------------------------
if (MACHINES["ROC10937"]~=null) then
@@ -1799,7 +1799,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rp5c01.h,MACHINES += RP5C01
+--@src/emu/machine/rp5c01.h,MACHINES["RP5C01"] = true
---------------------------------------------------
if (MACHINES["RP5C01"]~=null) then
@@ -1811,7 +1811,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rp5c15.h,MACHINES += RP5C15
+--@src/emu/machine/rp5c15.h,MACHINES["RP5C15"] = true
---------------------------------------------------
if (MACHINES["RP5C15"]~=null) then
@@ -1823,7 +1823,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rp5h01.h,MACHINES += RP5H01
+--@src/emu/machine/rp5h01.h,MACHINES["RP5H01"] = true
---------------------------------------------------
if (MACHINES["RP5H01"]~=null) then
@@ -1835,7 +1835,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/64h156.h,MACHINES += R64H156
+--@src/emu/machine/64h156.h,MACHINES["R64H156"] = true
---------------------------------------------------
if (MACHINES["R64H156"]~=null) then
@@ -1847,7 +1847,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rtc4543.h,MACHINES += RTC4543
+--@src/emu/machine/rtc4543.h,MACHINES["RTC4543"] = true
---------------------------------------------------
if (MACHINES["RTC4543"]~=null) then
@@ -1859,7 +1859,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rtc65271.h,MACHINES += RTC65271
+--@src/emu/machine/rtc65271.h,MACHINES["RTC65271"] = true
---------------------------------------------------
if (MACHINES["RTC65271"]~=null) then
@@ -1871,7 +1871,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/rtc9701.h,MACHINES += RTC9701
+--@src/emu/machine/rtc9701.h,MACHINES["RTC9701"] = true
---------------------------------------------------
if (MACHINES["RTC9701"]~=null) then
@@ -1883,7 +1883,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s2636.h,MACHINES += S2636
+--@src/emu/machine/s2636.h,MACHINES["S2636"] = true
---------------------------------------------------
if (MACHINES["S2636"]~=null) then
@@ -1895,7 +1895,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s3520cf.h,MACHINES += S3520CF
+--@src/emu/machine/s3520cf.h,MACHINES["S3520CF"] = true
---------------------------------------------------
if (MACHINES["S3520CF"]~=null) then
@@ -1907,7 +1907,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s3c2400.h,MACHINES += S3C2400
+--@src/emu/machine/s3c2400.h,MACHINES["S3C2400"] = true
---------------------------------------------------
if (MACHINES["S3C2400"]~=null) then
@@ -1920,7 +1920,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s3c2410.h,MACHINES += S3C2410
+--@src/emu/machine/s3c2410.h,MACHINES["S3C2410"] = true
---------------------------------------------------
if (MACHINES["S3C2410"]~=null) then
@@ -1933,7 +1933,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s3c44b0.h,MACHINES += S3C44B0
+--@src/emu/machine/s3c44b0.h,MACHINES["S3C44B0"] = true
---------------------------------------------------
if (MACHINES["S3C44B0"]~=null) then
@@ -1945,7 +1945,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/s3c2440.h,MACHINES += S3C2440
+--@src/emu/machine/s3c2440.h,MACHINES["S3C2440"] = true
---------------------------------------------------
if (MACHINES["S3C2440"]~=null) then
@@ -1958,7 +1958,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/saturn.h,MACHINES += SATURN
+--@src/emu/machine/saturn.h,MACHINES["SATURN"] = true
---------------------------------------------------
if (MACHINES["SATURN"]~=null) then
@@ -1969,7 +1969,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/serflash.h,MACHINES += SERFLASH
+--@src/emu/machine/serflash.h,MACHINES["SERFLASH"] = true
---------------------------------------------------
if (MACHINES["SERFLASH"]~=null) then
@@ -1981,7 +1981,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/smc91c9x.h,MACHINES += SMC91C9X
+--@src/emu/machine/smc91c9x.h,MACHINES["SMC91C9X"] = true
---------------------------------------------------
if (MACHINES["SMC91C9X"]~=null) then
@@ -1993,7 +1993,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/smpc.h,MACHINES += SMPC
+--@src/emu/machine/smpc.h,MACHINES["SMPC"] = true
---------------------------------------------------
if (MACHINES["SMPC"]~=null) then
@@ -2005,7 +2005,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/stvcd.h,MACHINES += STVCD
+--@src/emu/machine/stvcd.h,MACHINES["STVCD"] = true
---------------------------------------------------
if (MACHINES["STVCD"]~=null) then
@@ -2036,7 +2036,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tc009xlvc.h,MACHINES += TC0091LVC
+--@src/emu/machine/tc009xlvc.h,MACHINES["TC0091LVC"] = true
---------------------------------------------------
if (MACHINES["TC0091LVC"]~=null) then
@@ -2048,7 +2048,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/timekpr.h,MACHINES += TIMEKPR
+--@src/emu/machine/timekpr.h,MACHINES["TIMEKPR"] = true
---------------------------------------------------
if (MACHINES["TIMEKPR"]~=null) then
@@ -2060,7 +2060,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tmp68301.h,MACHINES += TMP68301
+--@src/emu/machine/tmp68301.h,MACHINES["TMP68301"] = true
---------------------------------------------------
if (MACHINES["TMP68301"]~=null) then
@@ -2072,7 +2072,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tms1024.h,MACHINES += TMS1024
+--@src/emu/machine/tms1024.h,MACHINES["TMS1024"] = true
---------------------------------------------------
if (MACHINES["TMS1024"]~=null) then
@@ -2084,7 +2084,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tms5501.h,MACHINES += TMS5501
+--@src/emu/machine/tms5501.h,MACHINES["TMS5501"] = true
---------------------------------------------------
if (MACHINES["TMS5501"]~=null) then
@@ -2096,7 +2096,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tms6100.h,MACHINES += TMS6100
+--@src/emu/machine/tms6100.h,MACHINES["TMS6100"] = true
---------------------------------------------------
if (MACHINES["TMS6100"]~=null) then
@@ -2108,7 +2108,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tms9901.h,MACHINES += TMS9901
+--@src/emu/machine/tms9901.h,MACHINES["TMS9901"] = true
---------------------------------------------------
if (MACHINES["TMS9901"]~=null) then
@@ -2120,7 +2120,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/tms9902.h,MACHINES += TMS9902
+--@src/emu/machine/tms9902.h,MACHINES["TMS9902"] = true
---------------------------------------------------
if (MACHINES["TMS9902"]~=null) then
@@ -2132,7 +2132,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd1990a.h,MACHINES += UPD1990A
+--@src/emu/machine/upd1990a.h,MACHINES["UPD1990A"] = true
---------------------------------------------------
if (MACHINES["UPD1990A"]~=null) then
@@ -2144,7 +2144,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd4992.h,MACHINES += UPD4992
+--@src/emu/machine/upd4992.h,MACHINES["UPD4992"] = true
---------------------------------------------------
if (MACHINES["UPD4992"]~=null) then
@@ -2157,7 +2157,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd4701.h,MACHINES += UPD4701
+--@src/emu/machine/upd4701.h,MACHINES["UPD4701"] = true
---------------------------------------------------
if (MACHINES["UPD4701"]~=null) then
@@ -2169,7 +2169,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd7002.h,MACHINES += UPD7002
+--@src/emu/machine/upd7002.h,MACHINES["UPD7002"] = true
---------------------------------------------------
if (MACHINES["UPD7002"]~=null) then
@@ -2181,7 +2181,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd71071.h,MACHINES += UPD71071
+--@src/emu/machine/upd71071.h,MACHINES["UPD71071"] = true
---------------------------------------------------
if (MACHINES["UPD71071"]~=null) then
@@ -2193,19 +2193,21 @@ end
---------------------------------------------------
--
---@src/emu/machine/upd765.h,MACHINES += UPD765
+--@src/emu/machine/upd765.h,MACHINES["UPD765"] = true
---------------------------------------------------
if (MACHINES["UPD765"]~=null) then
files {
MAME_DIR .. "src/emu/machine/upd765.c",
MAME_DIR .. "src/emu/machine/upd765.h",
+ MAME_DIR .. "src/emu/machine/fdc_pll.c",
+ MAME_DIR .. "src/emu/machine/fdc_pll.h",
}
end
---------------------------------------------------
--
---@src/emu/machine/v3021.h,MACHINES += V3021
+--@src/emu/machine/v3021.h,MACHINES["V3021"] = true
---------------------------------------------------
if (MACHINES["V3021"]~=null) then
@@ -2217,7 +2219,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wd_fdc.h,MACHINES += WD_FDC
+--@src/emu/machine/wd_fdc.h,MACHINES["WD_FDC"] = true
---------------------------------------------------
if (MACHINES["WD_FDC"]~=null) then
@@ -2231,7 +2233,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wd11c00_17.h,MACHINES += WD11C00_17
+--@src/emu/machine/wd11c00_17.h,MACHINES["WD11C00_17"] = true
---------------------------------------------------
if (MACHINES["WD11C00_17"]~=null) then
@@ -2243,19 +2245,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wd17xx.h,MACHINES += WD17XX
----------------------------------------------------
-
-if (MACHINES["WD17XX"]~=null) then
- files {
- MAME_DIR .. "src/emu/machine/wd17xx.c",
- MAME_DIR .. "src/emu/machine/wd17xx.h",
- }
-end
-
----------------------------------------------------
---
---@src/emu/machine/wd2010.h,MACHINES += WD2010
+--@src/emu/machine/wd2010.h,MACHINES["WD2010"] = true
---------------------------------------------------
if (MACHINES["WD2010"]~=null) then
@@ -2267,7 +2257,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wd33c93.h,MACHINES += WD33C93
+--@src/emu/machine/wd33c93.h,MACHINES["WD33C93"] = true
---------------------------------------------------
if (MACHINES["WD33C93"]~=null) then
@@ -2280,7 +2270,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wd7600.h,MACHINES += WD7600
+--@src/emu/machine/wd7600.h,MACHINES["WD7600"] = true
---------------------------------------------------
if (MACHINES["WD7600"]~=null) then
@@ -2292,7 +2282,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/x2212.h,MACHINES += X2212
+--@src/emu/machine/x2212.h,MACHINES["X2212"] = true
---------------------------------------------------
if (MACHINES["X2212"]~=null) then
@@ -2304,7 +2294,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/x76f041.h,MACHINES += X76F041
+--@src/emu/machine/x76f041.h,MACHINES["X76F041"] = true
---------------------------------------------------
if (MACHINES["X76F041"]~=null) then
@@ -2316,7 +2306,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/x76f100.h,MACHINES += X76F100
+--@src/emu/machine/x76f100.h,MACHINES["X76F100"] = true
---------------------------------------------------
if (MACHINES["X76F100"]~=null) then
@@ -2328,7 +2318,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ym2148.h,MACHINES += YM2148
+--@src/emu/machine/ym2148.h,MACHINES["YM2148"] = true
---------------------------------------------------
if (MACHINES["YM2148"]~=null) then
@@ -2340,7 +2330,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z80ctc.h,MACHINES += Z80CTC
+--@src/emu/machine/z80ctc.h,MACHINES["Z80CTC"] = true
---------------------------------------------------
if (MACHINES["Z80CTC"]~=null) then
@@ -2352,7 +2342,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z80dart.h,MACHINES += Z80DART
+--@src/emu/machine/z80dart.h,MACHINES["Z80DART"] = true
---------------------------------------------------
if (MACHINES["Z80DART"]~=null) then
@@ -2364,7 +2354,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z80dma.h,MACHINES += Z80DMA
+--@src/emu/machine/z80dma.h,MACHINES["Z80DMA"] = true
---------------------------------------------------
if (MACHINES["Z80DMA"]~=null) then
@@ -2376,7 +2366,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z80pio.h,MACHINES += Z80PIO
+--@src/emu/machine/z80pio.h,MACHINES["Z80PIO"] = true
---------------------------------------------------
if (MACHINES["Z80PIO"]~=null) then
@@ -2388,7 +2378,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z80sti.h,MACHINES += Z80STI
+--@src/emu/machine/z80sti.h,MACHINES["Z80STI"] = true
---------------------------------------------------
if (MACHINES["Z80STI"]~=null) then
@@ -2400,7 +2390,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/z8536.h,MACHINES += Z8536
+--@src/emu/machine/z8536.h,MACHINES["Z8536"] = true
---------------------------------------------------
if (MACHINES["Z8536"]~=null) then
@@ -2412,7 +2402,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pccard.h,MACHINES += PCCARD
+--@src/emu/machine/pccard.h,MACHINES["PCCARD"] = true
---------------------------------------------------
if (MACHINES["PCCARD"]~=null) then
@@ -2424,7 +2414,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/i8255.h,MACHINES += I8255
+--@src/emu/machine/i8255.h,MACHINES["I8255"] = true
---------------------------------------------------
if (MACHINES["I8255"]~=null) then
@@ -2438,7 +2428,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ncr5380.h,MACHINES += NCR5380
+--@src/emu/machine/ncr5380.h,MACHINES["NCR5380"] = true
---------------------------------------------------
if (MACHINES["NCR5380"]~=null) then
@@ -2450,7 +2440,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ncr5380n.h,MACHINES += NCR5380N
+--@src/emu/machine/ncr5380n.h,MACHINES["NCR5380N"] = true
---------------------------------------------------
if (MACHINES["NCR5380N"]~=null) then
@@ -2462,7 +2452,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ncr5389.h,MACHINES += NCR5390
+--@src/emu/machine/ncr5389.h,MACHINES["NCR5390"] = true
---------------------------------------------------
if (MACHINES["NCR5390"]~=null) then
@@ -2474,7 +2464,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mm58167.h,MACHINES += MM58167
+--@src/emu/machine/mm58167.h,MACHINES["MM58167"] = true
---------------------------------------------------
if (MACHINES["MM58167"]~=null) then
@@ -2487,7 +2477,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/dp8390.h,MACHINES += DP8390
+--@src/emu/machine/dp8390.h,MACHINES["DP8390"] = true
---------------------------------------------------
if (MACHINES["DP8390"]~=null) then
@@ -2499,7 +2489,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pc_lpt.h,MACHINES += PC_LPT
+--@src/emu/machine/pc_lpt.h,MACHINES["PC_LPT"] = true
---------------------------------------------------
if (MACHINES["PC_LPT"]~=null) then
@@ -2511,7 +2501,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pc_fdc.h,MACHINES += PC_FDC
+--@src/emu/machine/pc_fdc.h,MACHINES["PC_FDC"] = true
---------------------------------------------------
if (MACHINES["PC_FDC"]~=null) then
@@ -2523,7 +2513,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/mpu401.h,MACHINES += MPU401
+--@src/emu/machine/mpu401.h,MACHINES["MPU401"] = true
---------------------------------------------------
if (MACHINES["MPU401"]~=null) then
@@ -2535,7 +2525,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/at_keybc.h,MACHINES += AT_KEYBC
+--@src/emu/machine/at_keybc.h,MACHINES["AT_KEYBC"] = true
---------------------------------------------------
if (MACHINES["AT_KEYBC"]~=null) then
@@ -2545,21 +2535,10 @@ if (MACHINES["AT_KEYBC"]~=null) then
}
end
----------------------------------------------------
---
---@src/emu/machine/smc92x4.h,MACHINES += SMC92X4
----------------------------------------------------
-
-if (MACHINES["SMC92X4"]~=null) then
- files {
- MAME_DIR .. "src/emu/machine/smc92x4.c",
- MAME_DIR .. "src/emu/machine/smc92x4.h",
- }
-end
---------------------------------------------------
--
---@src/emu/machine/hdc9234.h,MACHINES += HDC9234
+--@src/emu/machine/hdc9234.h,MACHINES["HDC9234"] = true
---------------------------------------------------
if (MACHINES["HDC9234"]~=null) then
@@ -2571,7 +2550,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/ti99_hd.h,MACHINES += TI99_HD
+--@src/emu/machine/ti99_hd.h,MACHINES["TI99_HD"] = true
---------------------------------------------------
if (MACHINES["TI99_HD"]~=null) then
@@ -2583,7 +2562,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/strata.h,MACHINES += STRATA
+--@src/emu/machine/strata.h,MACHINES["STRATA"] = true
---------------------------------------------------
if (MACHINES["STRATA"]~=null) then
@@ -2595,7 +2574,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/steppers.h,MACHINES += STEPPERS
+--@src/emu/machine/steppers.h,MACHINES["STEPPERS"] = true
---------------------------------------------------
if (MACHINES["STEPPERS"]~=null) then
@@ -2607,7 +2586,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/corvushd.h,MACHINES += CORVUSHD
+--@src/emu/machine/corvushd.h,MACHINES["CORVUSHD"] = true
---------------------------------------------------
if (MACHINES["CORVUSHD"]~=null) then
files {
@@ -2618,7 +2597,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/wozfdc.h,MACHINES += WOZFDC
+--@src/emu/machine/wozfdc.h,MACHINES["WOZFDC"] = true
---------------------------------------------------
if (MACHINES["WOZFDC"]~=null) then
files {
@@ -2629,7 +2608,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/diablo_hd.h,MACHINES += DIABLO_HD
+--@src/emu/machine/diablo_hd.h,MACHINES["DIABLO_HD"] = true
---------------------------------------------------
if (MACHINES["DIABLO_HD"]~=null) then
files {
@@ -2640,7 +2619,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/fdc37c665gt.h,MACHINES += FDC37C665GT
+--@src/emu/machine/fdc37c665gt.h,MACHINES["FDC37C665GT"] = true
---------------------------------------------------
if (MACHINES["FDC37C665GT"]~=null) then
@@ -2652,7 +2631,7 @@ end
---------------------------------------------------
--
---@src/emu/machine/pci9050.h,MACHINES += PCI9050
+--@src/emu/machine/pci9050.h,MACHINES["PCI9050"] = true
---------------------------------------------------
if (MACHINES["PCI9050"]~=null) then
@@ -2662,3 +2641,14 @@ if (MACHINES["PCI9050"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/emu/machine/netlist.h,MACHINES["NETLIST"] = true
+---------------------------------------------------
+
+if (MACHINES["NETLIST"]~=null) then
+ files {
+ MAME_DIR .. "src/emu/machine/netlist.c",
+ MAME_DIR .. "src/emu/machine/netlist.h",
+ }
+end