mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
update metadata in lua files (nw)
This commit is contained in:
parent
88dfb98d23
commit
654a5ca29b
@ -11,7 +11,7 @@
|
||||
|
||||
-------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/a7800/a78_slot.h,BUSES += A7800
|
||||
--@src/emu/bus/a7800/a78_slot.h,BUSES["A7800"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A7800"]~=null) then
|
||||
@ -33,7 +33,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/a800/a800_slot.h,BUSES += A800
|
||||
--@src/emu/bus/a800/a800_slot.h,BUSES["A800"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A800"]~=null) then
|
||||
@ -53,7 +53,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/a8sio/a8sio.h,BUSES += A8SIO
|
||||
--@src/emu/bus/a8sio/a8sio.h,BUSES["A8SIO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A8SIO"]~=null) then
|
||||
@ -68,7 +68,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/abcbus/abcbus.h,BUSES += ABCBUS
|
||||
--@src/emu/bus/abcbus/abcbus.h,BUSES["ABCBUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ABCBUS"]~=null) then
|
||||
@ -107,7 +107,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/adam/exp.h,BUSES += ADAM
|
||||
--@src/emu/bus/adam/exp.h,BUSES["ADAM"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ADAM"]~=null) then
|
||||
@ -126,7 +126,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/adamnet/adamnet.h,BUSES += ADAMNET
|
||||
--@src/emu/bus/adamnet/adamnet.h,BUSES["ADAMNET"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ADAMNET"]~=null) then
|
||||
@ -149,7 +149,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/apf/slot.h,BUSES += APF
|
||||
--@src/emu/bus/apf/slot.h,BUSES["APF"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["APF"]~=null) then
|
||||
@ -164,7 +164,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/apricot/expansion.h,BUSES += APRICOT_EXPANSION
|
||||
--@src/emu/bus/apricot/expansion.h,BUSES["APRICOT_EXPANSION"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["APRICOT_EXPANSION"]~=null) then
|
||||
@ -181,7 +181,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/arcadia/slot.h,BUSES += ARCADIA
|
||||
--@src/emu/bus/arcadia/slot.h,BUSES["ARCADIA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ARCADIA"]~=null) then
|
||||
@ -196,7 +196,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/astrocde/slot.h,BUSES += ASTROCADE
|
||||
--@src/emu/bus/astrocde/slot.h,BUSES["ASTROCADE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ASTROCADE"]~=null) then
|
||||
@ -215,7 +215,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/bw2/exp.h,BUSES += BW2
|
||||
--@src/emu/bus/bw2/exp.h,BUSES["BW2"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["BW2"]~=null) then
|
||||
@ -230,8 +230,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/c64/exp.h,BUSES += C64
|
||||
--@src/emu/bus/c64/user.h,BUSES += C64
|
||||
--@src/emu/bus/c64/exp.h,BUSES["C64"] = true
|
||||
--@src/emu/bus/c64/user.h,BUSES["C64"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["C64"]~=null) then
|
||||
@ -384,8 +384,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/cbm2/exp.h,BUSES += CBM2
|
||||
--@src/emu/bus/cbm2/user.h,BUSES += CBM2
|
||||
--@src/emu/bus/cbm2/exp.h,BUSES["CBM2"] = true
|
||||
--@src/emu/bus/cbm2/user.h,BUSES["CBM2"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CBM2"]~=null) then
|
||||
@ -406,7 +406,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/cbmiec/cbmiec.h,BUSES += CBMIEC
|
||||
--@src/emu/bus/cbmiec/cbmiec.h,BUSES["CBMIEC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CBMIEC"]~=null) then
|
||||
@ -437,7 +437,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/chanf/slot.h,BUSES += CHANNELF
|
||||
--@src/emu/bus/chanf/slot.h,BUSES["CHANNELF"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CHANNELF"]~=null) then
|
||||
@ -452,7 +452,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/comx35/exp.h,BUSES += COMX35
|
||||
--@src/emu/bus/comx35/exp.h,BUSES["COMX35"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["COMX35"]~=null) then
|
||||
@ -481,7 +481,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/coleco/ctrl.h,BUSES += COLECO
|
||||
--@src/emu/bus/coleco/ctrl.h,BUSES["COLECO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["COLECO"]~=null) then
|
||||
@ -502,7 +502,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/crvision/slot.h,BUSES += CRVISION
|
||||
--@src/emu/bus/crvision/slot.h,BUSES["CRVISION"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CRVISION"]~=null) then
|
||||
@ -517,7 +517,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/dmv/dmv.h,BUSES += DMV
|
||||
--@src/emu/bus/dmv/dmv.h,BUSES["DMV"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["DMV"]~=null) then
|
||||
@ -546,7 +546,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/ecbbus/ecbbus.h,BUSES += ECBBUS
|
||||
--@src/emu/bus/ecbbus/ecbbus.h,BUSES["ECBBUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ECBBUS"]~=null) then
|
||||
@ -561,7 +561,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/econet/econet.h,BUSES += ECONET
|
||||
--@src/emu/bus/econet/econet.h,BUSES["ECONET"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ECONET"]~=null) then
|
||||
@ -576,7 +576,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/ep64/exp.h,BUSES += EP64
|
||||
--@src/emu/bus/ep64/exp.h,BUSES["EP64"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["EP64"]~=null) then
|
||||
@ -591,7 +591,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/generic/slot.h,BUSES += GENERIC
|
||||
--@src/emu/bus/generic/slot.h,BUSES["GENERIC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["GENERIC"]~=null) then
|
||||
@ -610,7 +610,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/ieee488/ieee488.h,BUSES += IEEE488
|
||||
--@src/emu/bus/ieee488/ieee488.h,BUSES["IEEE488"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["IEEE488"]~=null) then
|
||||
@ -643,7 +643,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/iq151/iq151.h,BUSES += IQ151
|
||||
--@src/emu/bus/iq151/iq151.h,BUSES["IQ151"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["IQ151"]~=null) then
|
||||
@ -672,7 +672,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/isbx/isbx.h,BUSES += IMI7000
|
||||
--@src/emu/bus/isbx/isbx.h,BUSES["IMI7000"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["IMI7000"]~=null) then
|
||||
@ -687,7 +687,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/intv/slot.h,BUSES += INTV
|
||||
--@src/emu/bus/intv/slot.h,BUSES["INTV"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["INTV"]~=null) then
|
||||
@ -706,7 +706,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/isa/isa.h,BUSES += ISA
|
||||
--@src/emu/bus/isa/isa.h,BUSES["ISA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ISA"]~=null) then
|
||||
@ -818,7 +818,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/isbx/isbx.h,BUSES += ISBX
|
||||
--@src/emu/bus/isbx/isbx.h,BUSES["ISBX"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ISBX"]~=null) then
|
||||
@ -835,7 +835,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/msx_slot/slot.h,BUSES += MSX_SLOT
|
||||
--@src/emu/bus/msx_slot/slot.h,BUSES["MSX_SLOT"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["MSX_SLOT"]~=null) then
|
||||
@ -912,7 +912,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/kc/kc.h,BUSES += KC
|
||||
--@src/emu/bus/kc/kc.h,BUSES["KC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["KC"]~=null) then
|
||||
@ -932,7 +932,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/odyssey2/slot.h,BUSES += O2
|
||||
--@src/emu/bus/odyssey2/slot.h,BUSES["O2"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["O2"]~=null) then
|
||||
@ -951,7 +951,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/pc_joy/pc_joy.h,BUSES += PC_JOY
|
||||
--@src/emu/bus/pc_joy/pc_joy.h,BUSES["PC_JOY"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["PC_JOY"]~=null) then
|
||||
@ -966,7 +966,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/pc_kbd/pc_kbdc.h,BUSES += PC_KBD
|
||||
--@src/emu/bus/pc_kbd/pc_kbdc.h,BUSES["PC_KBD"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["PC_KBD"]~=null) then
|
||||
@ -995,9 +995,9 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/pet/cass.h,BUSES += PET
|
||||
--@src/emu/bus/pet/exp.h,BUSES += PET
|
||||
--@src/emu/bus/pet/user.h,BUSES += PET
|
||||
--@src/emu/bus/pet/cass.h,BUSES["PET"] = true
|
||||
--@src/emu/bus/pet/exp.h,BUSES["PET"] = true
|
||||
--@src/emu/bus/pet/user.h,BUSES["PET"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["PET"]~=null) then
|
||||
@ -1030,8 +1030,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/plus4/exp.h,BUSES += PLUS4
|
||||
--@src/emu/bus/plus4/user.h,BUSES += PLUS4
|
||||
--@src/emu/bus/plus4/exp.h,BUSES["PLUS4"] = true
|
||||
--@src/emu/bus/plus4/user.h,BUSES["PLUS4"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["PLUS4"]~=null) then
|
||||
@ -1054,7 +1054,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/s100/s100.h,BUSES += S100
|
||||
--@src/emu/bus/s100/s100.h,BUSES["S100"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["S100"]~=null) then
|
||||
@ -1079,7 +1079,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/spc1000/exp.h,BUSES += SPC1000
|
||||
--@src/emu/bus/spc1000/exp.h,BUSES["SPC1000"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SPC1000"]~=null) then
|
||||
@ -1096,7 +1096,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/tvc/tvc.h,BUSES += TVC
|
||||
--@src/emu/bus/tvc/tvc.h,BUSES["TVC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["TVC"]~=null) then
|
||||
@ -1111,7 +1111,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vc4000/slot.h,BUSES += VC4000
|
||||
--@src/emu/bus/vc4000/slot.h,BUSES["VC4000"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VC4000"]~=null) then
|
||||
@ -1126,7 +1126,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vcs/vcs_slot.h,BUSES += VCS
|
||||
--@src/emu/bus/vcs/vcs_slot.h,BUSES["VCS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VCS"]~=null) then
|
||||
@ -1147,7 +1147,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vcs/ctrl.h,BUSES += VCS_CTRL
|
||||
--@src/emu/bus/vcs/ctrl.h,BUSES["VCS_CTRL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VCS_CTRL"]~=null) then
|
||||
@ -1172,7 +1172,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vectrex/slot.h,BUSES += VECTREX
|
||||
--@src/emu/bus/vectrex/slot.h,BUSES["VECTREX"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VECTREX"]~=null) then
|
||||
@ -1187,7 +1187,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vic10/exp.h,BUSES += VIC10
|
||||
--@src/emu/bus/vic10/exp.h,BUSES["VIC10"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VIC10"]~=null) then
|
||||
@ -1202,8 +1202,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vic20/exp.h,BUSES += VIC20
|
||||
--@src/emu/bus/vic20/user.h,BUSES += VIC20
|
||||
--@src/emu/bus/vic20/exp.h,BUSES["VIC20"] = true
|
||||
--@src/emu/bus/vic20/user.h,BUSES["VIC20"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VIC20"]~=null) then
|
||||
@ -1238,7 +1238,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vidbrain/exp.h,BUSES += VIDBRAIN
|
||||
--@src/emu/bus/vidbrain/exp.h,BUSES["VIDBRAIN"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VIDBRAIN"]~=null) then
|
||||
@ -1257,8 +1257,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vip/byteio.h,BUSES += VIP
|
||||
--@src/emu/bus/vip/exp.h,BUSES += VIP
|
||||
--@src/emu/bus/vip/byteio.h,BUSES["VIP"] = true
|
||||
--@src/emu/bus/vip/exp.h,BUSES["VIP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VIP"]~=null) then
|
||||
@ -1289,7 +1289,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/wangpc/wangpc.h,BUSES += WANGPC
|
||||
--@src/emu/bus/wangpc/wangpc.h,BUSES["WANGPC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["WANGPC"]~=null) then
|
||||
@ -1318,7 +1318,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/z88/z88.h,BUSES += Z88
|
||||
--@src/emu/bus/z88/z88.h,BUSES["Z88"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["Z88"]~=null) then
|
||||
@ -1336,7 +1336,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/a2bus/a2bus.h,BUSES += A2BUS
|
||||
--@src/emu/bus/a2bus/a2bus.h,BUSES["A2BUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A2BUS"]~=null) then
|
||||
@ -1426,7 +1426,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/nubus/nubus.h,BUSES += NUBUS
|
||||
--@src/emu/bus/nubus/nubus.h,BUSES["NUBUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["NUBUS"]~=null) then
|
||||
@ -1470,7 +1470,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/centronics/ctronics.h,BUSES += CENTRONICS
|
||||
--@src/emu/bus/centronics/ctronics.h,BUSES["CENTRONICS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CENTRONICS"]~=null) then
|
||||
@ -1509,7 +1509,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/rs232/rs232.h,BUSES += RS232
|
||||
--@src/emu/bus/rs232/rs232.h,BUSES["RS232"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["RS232"]~=null) then
|
||||
@ -1535,7 +1535,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/midi/midi.h,BUSES += MIDI
|
||||
--@src/emu/bus/midi/midi.h,BUSES["MIDI"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["MIDI"]~=null) then
|
||||
@ -1551,7 +1551,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/lpci/pci.h,BUSES += LPCI
|
||||
--@src/emu/bus/lpci/pci.h,BUSES["LPCI"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["LPCI"]~=null) then
|
||||
@ -1577,7 +1577,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/nes/nes_slot.h,BUSES += NES
|
||||
--@src/emu/bus/nes/nes_slot.h,BUSES["NES"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["NES"]~=null) then
|
||||
@ -1690,7 +1690,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/nes_ctrl/ctrl.h,BUSES += NES_CTRL
|
||||
--@src/emu/bus/nes_ctrl/ctrl.h,BUSES["NES_CTRL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["NES_CTRL"]~=null) then
|
||||
@ -1732,7 +1732,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/snes/snes_slot.h,BUSES += SNES
|
||||
--@src/emu/bus/snes/snes_slot.h,BUSES["SNES"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SNES"]~=null) then
|
||||
@ -1768,7 +1768,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/snes_ctrl/ctrl.h,BUSES += SNES_CTRL
|
||||
--@src/emu/bus/snes_ctrl/ctrl.h,BUSES["SNES_CTRL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SNES_CTRL"]~=null) then
|
||||
@ -1796,7 +1796,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vboy/slot.h,BUSES += VBOY
|
||||
--@src/emu/bus/vboy/slot.h,BUSES["VBOY"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["VBOY"]~=null) then
|
||||
files {
|
||||
@ -1809,7 +1809,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/megadrive/md_slot.h,BUSES += MEGADRIVE
|
||||
--@src/emu/bus/megadrive/md_slot.h,BUSES["MEGADRIVE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["MEGADRIVE"]~=null) then
|
||||
@ -1837,7 +1837,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/neogeo/neogeo_slot.h,BUSES += NEOGEO
|
||||
--@src/emu/bus/neogeo/neogeo_slot.h,BUSES["NEOGEO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["NEOGEO"]~=null) then
|
||||
@ -1902,7 +1902,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/saturn/sat_slot.h,BUSES += SATURN
|
||||
--@src/emu/bus/saturn/sat_slot.h,BUSES["SATURN"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SATURN"]~=null) then
|
||||
@ -1920,7 +1920,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/sega8/sega8_slot.h,BUSES += SEGA8
|
||||
--@src/emu/bus/sega8/sega8_slot.h,BUSES["SEGA8"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SEGA8"]~=null) then
|
||||
@ -1938,7 +1938,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/sms_ctrl/smsctrl.h,BUSES += SMS_CTRL
|
||||
--@src/emu/bus/sms_ctrl/smsctrl.h,BUSES["SMS_CTRL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SMS_CTRL"]~=null) then
|
||||
@ -1966,7 +1966,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/sms_exp/smsexp.h,BUSES += SMS_EXP
|
||||
--@src/emu/bus/sms_exp/smsexp.h,BUSES["SMS_EXP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["SMS_EXP"]~=null) then
|
||||
@ -1980,7 +1980,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/ti99_peb/peribox.h,BUSES += TI99PEB
|
||||
--@src/emu/bus/ti99_peb/peribox.h,BUSES["TI99PEB"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["TI99PEB"]~=null) then
|
||||
@ -2022,7 +2022,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/gameboy/gb_slot.h,BUSES += GAMEBOY
|
||||
--@src/emu/bus/gameboy/gb_slot.h,BUSES["GAMEBOY"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["GAMEBOY"]~=null) then
|
||||
@ -2038,7 +2038,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/gamegear/ggext.h,BUSES += GAMEGEAR
|
||||
--@src/emu/bus/gamegear/ggext.h,BUSES["GAMEGEAR"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["GAMEGEAR"]~=null) then
|
||||
@ -2052,7 +2052,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/gba/gba_slot.h,BUSES += GBA
|
||||
--@src/emu/bus/gba/gba_slot.h,BUSES["GBA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["GBA"]~=null) then
|
||||
@ -2066,7 +2066,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/bml3/bml3bus.h,BUSES += BML3
|
||||
--@src/emu/bus/bml3/bml3bus.h,BUSES["BML3"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["BML3"]~=null) then
|
||||
files {
|
||||
@ -2083,7 +2083,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/coco/cococart.h,BUSES += COCO
|
||||
--@src/emu/bus/coco/cococart.h,BUSES["COCO"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["COCO"]~=null) then
|
||||
files {
|
||||
@ -2106,7 +2106,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/cpc/cpcexp.h,BUSES += CPC
|
||||
--@src/emu/bus/cpc/cpcexp.h,BUSES["CPC"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["CPC"]~=null) then
|
||||
files {
|
||||
@ -2139,7 +2139,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/epson_sio/epson_sio.h,BUSES += EPSON_SIO
|
||||
--@src/emu/bus/epson_sio/epson_sio.h,BUSES["EPSON_SIO"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["EPSON_SIO"]~=null) then
|
||||
files {
|
||||
@ -2154,7 +2154,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/pce/pce_slot.h,BUSES += PCE
|
||||
--@src/emu/bus/pce/pce_slot.h,BUSES["PCE"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["PCE"]~=null) then
|
||||
files {
|
||||
@ -2167,7 +2167,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/scv/slot.h,BUSES += SCV
|
||||
--@src/emu/bus/scv/slot.h,BUSES["SCV"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["SCV"]~=null) then
|
||||
files {
|
||||
@ -2180,7 +2180,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/x68k/x68kexp.h,BUSES += X68K
|
||||
--@src/emu/bus/x68k/x68kexp.h,BUSES["X68K"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["X68K"]~=null) then
|
||||
files {
|
||||
@ -2195,7 +2195,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/abckb/abckb.h,BUSES += ABCKB
|
||||
--@src/emu/bus/abckb/abckb.h,BUSES["ABCKB"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["ABCKB"]~=null) then
|
||||
files {
|
||||
@ -2212,7 +2212,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/compucolor/compclr_flp.h,BUSES += COMPUCOLOR
|
||||
--@src/emu/bus/compucolor/compclr_flp.h,BUSES["COMPUCOLOR"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["COMPUCOLOR"]~=null) then
|
||||
files {
|
||||
@ -2223,7 +2223,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/scsi/scsi.h,BUSES += SCSI
|
||||
--@src/emu/bus/scsi/scsi.h,BUSES["SCSI"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["SCSI"]~=null) then
|
||||
files {
|
||||
@ -2254,7 +2254,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/macpds/macpds.h,BUSES += MACPDS
|
||||
--@src/emu/bus/macpds/macpds.h,BUSES["MACPDS"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["MACPDS"]~=null) then
|
||||
files {
|
||||
@ -2267,7 +2267,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/oricext/oricext.h,BUSES += ORICEXT
|
||||
--@src/emu/bus/oricext/oricext.h,BUSES["ORICEXT"] = true
|
||||
---------------------------------------------------
|
||||
if (BUSES["ORICEXT"]~=null) then
|
||||
files {
|
||||
@ -2282,7 +2282,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/a1bus/a1bus.h,BUSES += A1BUS
|
||||
--@src/emu/bus/a1bus/a1bus.h,BUSES["A1BUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A1BUS"]~=null) then
|
||||
@ -2298,7 +2298,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/amiga/zorro/zorro.h,BUSES += ZORRO
|
||||
--@src/emu/bus/amiga/zorro/zorro.h,BUSES["ZORRO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["ZORRO"]~=null) then
|
||||
@ -2322,7 +2322,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/ql/exp.h,BUSES += QL
|
||||
--@src/emu/bus/ql/exp.h,BUSES["QL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["QL"]~=null) then
|
||||
@ -2364,7 +2364,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vtech/memexp/memexp.h,BUSES += VTECH_MEMEXP
|
||||
--@src/emu/bus/vtech/memexp/memexp.h,BUSES["VTECH_MEMEXP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VTECH_MEMEXP"]~=null) then
|
||||
@ -2386,7 +2386,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/vtech/ioexp/ioexp.h,BUSES += VTECH_IOEXP
|
||||
--@src/emu/bus/vtech/ioexp/ioexp.h,BUSES["VTECH_IOEXP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["VTECH_IOEXP"]~=null) then
|
||||
@ -2404,7 +2404,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/wswan/slot.h,BUSES += WSWAN
|
||||
--@src/emu/bus/wswan/slot.h,BUSES["WSWAN"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["WSWAN"]~=null) then
|
||||
@ -2418,7 +2418,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/psx/ctlrport.h,BUSES += PSX_CONTROLLER
|
||||
--@src/emu/bus/psx/ctlrport.h,BUSES["PSX_CONTROLLER"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["PSX_CONTROLLER"]~=null) then
|
||||
@ -2436,7 +2436,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/nasbus/nasbus.h,BUSES += NASBUS
|
||||
--@src/emu/bus/nasbus/nasbus.h,BUSES["NASBUS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["NASBUS"]~=null) then
|
||||
@ -2454,7 +2454,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/cgenie/expansion.h,BUSES += CGENIE_EXPANSION
|
||||
--@src/emu/bus/cgenie/expansion.h,BUSES["CGENIE_EXPANSION"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CGENIE_EXPANSION"]~=null) then
|
||||
@ -2470,7 +2470,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/emu/bus/cgenie/parallel.h,BUSES += CGENIE_PARALLEL
|
||||
--@src/emu/bus/cgenie/parallel.h,BUSES["CGENIE_PARALLEL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["CGENIE_PARALLEL"]~=null) then
|
||||
|
@ -50,7 +50,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Signetics 8X300 / Scientific Micro Systems SMS300
|
||||
--@src/emu/cpu/8x300/8x300.h,CPUS += 8X300
|
||||
--@src/emu/cpu/8x300/8x300.h,CPUS["8X300"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["8X300"]~=null) then
|
||||
@ -66,7 +66,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- ARCangent A4
|
||||
--@src/emu/cpu/arc/arc.h,CPUS += ARC
|
||||
--@src/emu/cpu/arc/arc.h,CPUS["ARC"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ARC"]~=null) then
|
||||
@ -82,7 +82,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- ARcompact (ARCtangent-A5, ARC 600, ARC 700)
|
||||
--@src/emu/cpu/arc/arc.h,CPUS += ARCOMPACT
|
||||
--@src/emu/cpu/arc/arc.h,CPUS["ARCOMPACT"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ARCOMPACT"]~=null) then
|
||||
@ -111,8 +111,8 @@ end
|
||||
--------------------------------------------------
|
||||
-- Acorn ARM series
|
||||
--
|
||||
---@src/emu/cpu/arm/arm.h,CPUS += ARM
|
||||
---@src/emu/cpu/arm7/arm7.h,CPUS += ARM7
|
||||
--@src/emu/cpu/arm/arm.h,CPUS["ARM"] = true
|
||||
--@src/emu/cpu/arm7/arm7.h,CPUS["ARM7"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ARM"]~=null) then
|
||||
@ -141,7 +141,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Advanced Digital Chips SE3208
|
||||
---@src/emu/cpu/se3208/se3208.h,CPUS += SE3208
|
||||
--@src/emu/cpu/se3208/se3208.h,CPUS["SE3208"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SE3208"]~=null) then
|
||||
@ -157,7 +157,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- American Microsystems, Inc.(AMI) S2000 series
|
||||
---@src/emu/cpu/amis2000/amis2000.h,CPUS += AMIS2000
|
||||
--@src/emu/cpu/amis2000/amis2000.h,CPUS["AMIS2000"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["AMIS2000"]~=null) then
|
||||
@ -173,7 +173,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Alpha 8201
|
||||
---@src/emu/cpu/alph8201/alph8201.h,CPUS += ALPHA8201
|
||||
--@src/emu/cpu/alph8201/alph8201.h,CPUS["ALPHA8201"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ALPHA8201"]~=null) then
|
||||
@ -189,7 +189,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Analog Devices ADSP21xx series
|
||||
---@src/emu/cpu/adsp2100/adsp2100.h,CPUS += ADSP21XX
|
||||
--@src/emu/cpu/adsp2100/adsp2100.h,CPUS["ADSP21XX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ADSP21XX"]~=null) then
|
||||
@ -205,7 +205,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Analog Devices "Sharc" ADSP21062
|
||||
---@src/emu/cpu/sharc/sharc.h,CPUS += ADSP21062
|
||||
--@src/emu/cpu/sharc/sharc.h,CPUS["ADSP21062"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ADSP21062"]~=null) then
|
||||
@ -221,7 +221,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- APEXC
|
||||
---@src/emu/cpu/apexc/apexc.h,CPUS += APEXC
|
||||
--@src/emu/cpu/apexc/apexc.h,CPUS["APEXC"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["APEXC"]~=null) then
|
||||
@ -237,7 +237,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- AT&T DSP16A
|
||||
---@src/emu/cpu/dsp16/dsp16.h,CPUS += DSP16A
|
||||
--@src/emu/cpu/dsp16/dsp16.h,CPUS["DSP16A"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["DSP16A"]~=null) then
|
||||
@ -253,7 +253,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- AT&T DSP32C
|
||||
---@src/emu/cpu/dsp32/dsp32.h,CPUS += DSP32C
|
||||
--@src/emu/cpu/dsp32/dsp32.h,CPUS["DSP32C"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["DSP32C"]~=null) then
|
||||
@ -269,7 +269,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Atari custom RISC processor
|
||||
---@src/emu/cpu/asap/asap.h,CPUS += ASAP
|
||||
--@src/emu/cpu/asap/asap.h,CPUS["ASAP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ASAP"]~=null) then
|
||||
@ -285,7 +285,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- AMD Am29000
|
||||
---@src/emu/cpu/am29000/am29000.h,CPUS += AM29000
|
||||
--@src/emu/cpu/am29000/am29000.h,CPUS["AM29000"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["AM29000"]~=null) then
|
||||
@ -301,7 +301,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Atari Jaguar custom DSPs
|
||||
---@src/emu/cpu/jaguar/jaguar.h,CPUS += JAGUAR
|
||||
--@src/emu/cpu/jaguar/jaguar.h,CPUS["JAGUAR"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["JAGUAR"]~=null) then
|
||||
@ -317,7 +317,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Simutrek Cube Quest bit-sliced CPUs
|
||||
---@src/emu/cpu/cubeqcpu/cubeqcpu.h,CPUS += CUBEQCPU
|
||||
--@src/emu/cpu/cubeqcpu/cubeqcpu.h,CPUS["CUBEQCPU"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["CUBEQCPU"]~=null) then
|
||||
@ -333,7 +333,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Ensoniq ES5510 ('ESP') DSP
|
||||
---@src/emu/cpu/es5510/es5510.h,CPUS += ES5510
|
||||
--@src/emu/cpu/es5510/es5510.h,CPUS["ES5510"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ES5510"]~=null) then
|
||||
@ -345,7 +345,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Entertainment Sciences AM29116-based RIP
|
||||
---@src/emu/cpu/esrip/esrip.h,CPUS += ESRIP
|
||||
--@src/emu/cpu/esrip/esrip.h,CPUS["ESRIP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ESRIP"]~=null) then
|
||||
@ -361,7 +361,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Seiko Epson E0C6200 series
|
||||
---@src/emu/cpu/e0c6200/e0c6200.h,CPUS += E0C6200
|
||||
--@src/emu/cpu/e0c6200/e0c6200.h,CPUS["E0C6200"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["E0C6200"]~=null) then
|
||||
@ -379,7 +379,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- RCA COSMAC
|
||||
---@src/emu/cpu/cosmac/cosmac.h,CPUS += COSMAC
|
||||
--@src/emu/cpu/cosmac/cosmac.h,CPUS["COSMAC"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["COSMAC"]~=null) then
|
||||
@ -395,7 +395,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- National Semiconductor COP400 family
|
||||
---@src/emu/cpu/cop400/cop400.h,CPUS += COP400
|
||||
--@src/emu/cpu/cop400/cop400.h,CPUS["COP400"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["COP400"]~=null) then
|
||||
@ -413,7 +413,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- CP1610
|
||||
---@src/emu/cpu/cp1610/cp1610.h,CPUS += CP1610
|
||||
--@src/emu/cpu/cp1610/cp1610.h,CPUS["CP1610"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["CP1610"]~=null) then
|
||||
@ -429,7 +429,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Cinematronics vector "CPU"
|
||||
---@src/emu/cpu/ccpu/ccpu.h,CPUS += CCPU
|
||||
--@src/emu/cpu/ccpu/ccpu.h,CPUS["CCPU"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["CCPU"]~=null) then
|
||||
@ -445,7 +445,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- DEC T-11
|
||||
---@src/emu/cpu/t11/t11.h,CPUS += T11
|
||||
--@src/emu/cpu/t11/t11.h,CPUS["T11"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["T11"]~=null) then
|
||||
@ -461,7 +461,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- F8
|
||||
---@src/emu/cpu/f8/f8.h,CPUS += F8
|
||||
--@src/emu/cpu/f8/f8.h,CPUS["F8"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["F8"]~=null) then
|
||||
@ -477,7 +477,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- G65816
|
||||
---@src/emu/cpu/g65816/g65816.h,CPUS += G65816
|
||||
--@src/emu/cpu/g65816/g65816.h,CPUS["G65816"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["G65816"]~=null) then
|
||||
@ -498,7 +498,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi H8 (16/32-bit H8/300, H8/300H, H8S2000 and H8S2600 series)
|
||||
---@src/emu/cpu/h8/h8.h,CPUS += H8
|
||||
--@src/emu/cpu/h8/h8.h,CPUS["H8"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["H8"]~=null) then
|
||||
@ -560,7 +560,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi HCD62121
|
||||
---@src/emu/cpu/hcd62121/hcd62121.h,CPUS += HCD62121
|
||||
--@src/emu/cpu/hcd62121/hcd62121.h,CPUS["HCD62121"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["HCD62121"]~=null) then
|
||||
@ -576,7 +576,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi HMCS40 series
|
||||
---@src/emu/cpu/hmcs40/hmcs40.h,CPUS += HMCS40
|
||||
--@src/emu/cpu/hmcs40/hmcs40.h,CPUS["HMCS40"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["HMCS40"]~=null) then
|
||||
@ -592,7 +592,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi SH1/SH2
|
||||
---@src/emu/cpu/sh2/sh2.h,CPUS += SH2
|
||||
--@src/emu/cpu/sh2/sh2.h,CPUS["SH2"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SH2"]~=null) then
|
||||
@ -609,7 +609,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi SH4
|
||||
---@src/emu/cpu/sh4/sh4.h,CPUS += SH4
|
||||
--@src/emu/cpu/sh4/sh4.h,CPUS["SH4"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SH4"]~=null) then
|
||||
@ -633,7 +633,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- HP Hybrid processor
|
||||
---@src/emu/cpu/hphybrid/hphybrid.h,CPUS += HPHYBRID
|
||||
--@src/emu/cpu/hphybrid/hphybrid.h,CPUS["HPHYBRID"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["HPHYBRID"]~=null) then
|
||||
@ -649,7 +649,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hudsonsoft 6280
|
||||
---@src/emu/cpu/h6280/h6280.h,CPUS += H6280
|
||||
--@src/emu/cpu/h6280/h6280.h,CPUS["H6280"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["H6280"]~=null) then
|
||||
@ -665,7 +665,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hyperstone E1 series
|
||||
---@src/emu/cpu/e132xs/e132xs.h,CPUS += E1
|
||||
--@src/emu/cpu/e132xs/e132xs.h,CPUS["E1"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["E1"]~=null) then
|
||||
@ -681,7 +681,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- 15IE-00-013 CPU ("Microprogrammed Control Device")
|
||||
---@src/emu/cpu/ie15/ie15.h,CPUS += IE15
|
||||
--@src/emu/cpu/ie15/ie15.h,CPUS["IE15"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["IE15"]~=null) then
|
||||
@ -697,7 +697,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 4004
|
||||
---@src/emu/cpu/i4004/i4004.h,CPUS += I4004
|
||||
--@src/emu/cpu/i4004/i4004.h,CPUS["I4004"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I4004"]~=null) then
|
||||
@ -713,7 +713,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 8008
|
||||
---@src/emu/cpu/i8008/i8008.h,CPUS += I8008
|
||||
--@src/emu/cpu/i8008/i8008.h,CPUS["I8008"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I8008"]~=null) then
|
||||
@ -729,7 +729,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- National Semiconductor SC/MP
|
||||
---@src/emu/cpu/scmp/scmp.h,CPUS += SCMP
|
||||
--@src/emu/cpu/scmp/scmp.h,CPUS["SCMP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SCMP"]~=null) then
|
||||
@ -745,7 +745,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 8080/8085A
|
||||
---@src/emu/cpu/i8085/i8085.h,CPUS += I8085
|
||||
--@src/emu/cpu/i8085/i8085.h,CPUS["I8085"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I8085"]~=null) then
|
||||
@ -761,7 +761,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 8089
|
||||
---@src/emu/cpu/i8085/i8089.h,CPUS += I8089
|
||||
--@src/emu/cpu/i8085/i8089.h,CPUS["I8089"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I8089"]~=null) then
|
||||
@ -780,7 +780,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel MCS-48 (8039 and derivatives)
|
||||
---@src/emu/cpu/mcs48/mcs48.h,CPUS += MCS48
|
||||
--@src/emu/cpu/mcs48/mcs48.h,CPUS["MCS48"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MCS48"]~=null) then
|
||||
@ -796,7 +796,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 8051 and derivatives
|
||||
---@src/emu/cpu/mcs51/mcs51.h,CPUS += MCS51
|
||||
--@src/emu/cpu/mcs51/mcs51.h,CPUS["MCS51"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MCS51"]~=null) then
|
||||
@ -812,7 +812,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel MCS-96
|
||||
---@src/emu/cpu/mcs96/mcs96.h,CPUS += MCS96
|
||||
--@src/emu/cpu/mcs96/mcs96.h,CPUS["MCS96"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MCS96"]~=null) then
|
||||
@ -839,9 +839,9 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel 80x86 series
|
||||
---@src/emu/cpu/i86/i86.h,CPUS += I86
|
||||
---@src/emu/cpu/i86/i286.h,CPUS += I86
|
||||
---@src/emu/cpu/i386/i386.h,CPUS += I386
|
||||
--@src/emu/cpu/i86/i86.h,CPUS["I86"] = true
|
||||
--@src/emu/cpu/i86/i286.h,CPUS["I86"] = true
|
||||
--@src/emu/cpu/i386/i386.h,CPUS["I386"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I86"]~=null) then
|
||||
@ -872,7 +872,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel i860
|
||||
---@src/emu/cpu/i860/i860.h,CPUS += I860
|
||||
--@src/emu/cpu/i860/i860.h,CPUS["I860"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I860"]~=null) then
|
||||
@ -888,7 +888,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Intel i960
|
||||
---@src/emu/cpu/i960/i960.h,CPUS += I960
|
||||
--@src/emu/cpu/i960/i960.h,CPUS["I960"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["I960"]~=null) then
|
||||
@ -904,7 +904,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- LH5801
|
||||
---@src/emu/cpu/lh5801/lh5801.h,CPUS += LH5801
|
||||
--@src/emu/cpu/lh5801/lh5801.h,CPUS["LH5801"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["LH5801"]~=null) then
|
||||
@ -920,7 +920,7 @@ end
|
||||
--------
|
||||
------------------------------------------
|
||||
-- Manchester Small-Scale Experimental Machine
|
||||
---@src/emu/cpu/ssem/ssem.h,CPUS += SSEM
|
||||
--@src/emu/cpu/ssem/ssem.h,CPUS["SSEM"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SSEM"]~=null) then
|
||||
@ -936,7 +936,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Fujitsu MB88xx
|
||||
---@src/emu/cpu/mb88xx/mb88xx.h,CPUS += MB88XX
|
||||
--@src/emu/cpu/mb88xx/mb88xx.h,CPUS["MB88XX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MB88XX"]~=null) then
|
||||
@ -952,7 +952,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Fujitsu MB86233
|
||||
---@src/emu/cpu/mb86233/mb86233.h,CPUS += MB86233
|
||||
--@src/emu/cpu/mb86233/mb86233.h,CPUS["MB86233"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MB86233"]~=null) then
|
||||
@ -968,7 +968,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Fujitsu MB86235
|
||||
---@src/emu/cpu/mb86233/mb86235.h,CPUS += MB86235
|
||||
--@src/emu/cpu/mb86233/mb86235.h,CPUS["MB86235"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MB86235"]~=null) then
|
||||
@ -984,7 +984,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Microchip PIC16C5x
|
||||
---@src/emu/cpu/pic16c5x/pic16c5x.h,CPUS += PIC16C5X
|
||||
--@src/emu/cpu/pic16c5x/pic16c5x.h,CPUS["PIC16C5X"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["PIC16C5X"]~=null) then
|
||||
@ -1000,7 +1000,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Microchip PIC16C62x
|
||||
---@src/emu/cpu/pic16c62x/pic16c62x.h,CPUS += PIC16C62X
|
||||
--@src/emu/cpu/pic16c62x/pic16c62x.h,CPUS["PIC16C62X"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["PIC16C62X"]~=null) then
|
||||
@ -1017,7 +1017,7 @@ end
|
||||
--------------------------------------------------
|
||||
-- MIPS R3000 (MIPS I/II) series
|
||||
-- MIPS R4000 (MIPS III/IV) series
|
||||
---@src/emu/cpu/mips/mips3.h,CPUS += MIPS
|
||||
--@src/emu/cpu/mips/mips3.h,CPUS["MIPS"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MIPS"]~=null) then
|
||||
@ -1041,7 +1041,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sony PlayStation CPU (R3000-based + GTE)
|
||||
---@src/emu/cpu/psx/psx.h,CPUS += PSX
|
||||
--@src/emu/cpu/psx/psx.h,CPUS["PSX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["PSX"]~=null) then
|
||||
@ -1069,7 +1069,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Mitsubishi MELPS 4 series
|
||||
---@src/emu/cpu/melps4/melps4.h,CPUS += MELPS4
|
||||
--@src/emu/cpu/melps4/melps4.h,CPUS["MELPS4"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MELPS4"]~=null) then
|
||||
@ -1087,7 +1087,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Mitsubishi M37702 and M37710 (based on 65C816)
|
||||
---@src/emu/cpu/m37710/m37710.h,CPUS += M37710
|
||||
--@src/emu/cpu/m37710/m37710.h,CPUS["M37710"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["M37710"]~=null) then
|
||||
@ -1107,23 +1107,23 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Mostek 6502 and its many derivatives
|
||||
---@src/emu/cpu/m6502/m6502.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/deco16.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m4510.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m65ce02.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m65c02.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/r65c02.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m65sc02.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m6504.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m6509.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m6510.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m6510t.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m7501.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m8502.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/n2a03.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m740.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m3745x.h,CPUS += M6502
|
||||
---@src/emu/cpu/m6502/m5074x.h,CPUS += M6502
|
||||
--@src/emu/cpu/m6502/m6502.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/deco16.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m4510.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m65ce02.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m65c02.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/r65c02.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m65sc02.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m6504.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m6509.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m6510.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m6510t.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m7501.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m8502.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/n2a03.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m740.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m3745x.h,CPUS["M6502"] = true
|
||||
--@src/emu/cpu/m6502/m5074x.h,CPUS["M6502"] = true
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
@ -1195,7 +1195,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola 680x
|
||||
---@src/emu/cpu/m6800/m6800.h,CPUS += M6800
|
||||
--@src/emu/cpu/m6800/m6800.h,CPUS["M6800"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["M6800"]~=null) then
|
||||
@ -1211,7 +1211,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola 6805
|
||||
---@src/emu/cpu/m6805/m6805.h,CPUS += M6805
|
||||
--@src/emu/cpu/m6805/m6805.h,CPUS["M6805"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["M6805"]~=null) then
|
||||
@ -1227,9 +1227,9 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola 6809
|
||||
---@src/emu/cpu/m6809/m6809.h,CPUS += M6809
|
||||
---@src/emu/cpu/m6809/hd6309.h,CPUS += M6809
|
||||
---@src/emu/cpu/m6809/konami.h,CPUS += M6809
|
||||
--@src/emu/cpu/m6809/m6809.h,CPUS["M6809"] = true
|
||||
--@src/emu/cpu/m6809/hd6309.h,CPUS["M6809"] = true
|
||||
--@src/emu/cpu/m6809/konami.h,CPUS["M6809"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["M6809"]~=null) then
|
||||
@ -1263,7 +1263,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola 68HC11
|
||||
---@src/emu/cpu/mc68hc11/mc68hc11.h,CPUS += MC68HC11
|
||||
--@src/emu/cpu/mc68hc11/mc68hc11.h,CPUS["MC68HC11"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MC68HC11"]~=null) then
|
||||
@ -1279,7 +1279,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola 68000 series
|
||||
---@src/emu/cpu/m68000/m68000.h,CPUS += M680X0
|
||||
--@src/emu/cpu/m68000/m68000.h,CPUS["M680X0"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["M680X0"]~=null) then
|
||||
@ -1297,7 +1297,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola/Freescale dsp56k
|
||||
---@src/emu/cpu/dsp56k/dsp56k.h,CPUS += DSP56156
|
||||
--@src/emu/cpu/dsp56k/dsp56k.h,CPUS["DSP56156"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["DSP56156"]~=null) then
|
||||
@ -1322,8 +1322,8 @@ end
|
||||
--------------------------------------------------
|
||||
-- PDP-1
|
||||
-- TX0
|
||||
---@src/emu/cpu/pdp1/pdp1.h,CPUS += PDP1
|
||||
---@src/emu/cpu/pdp1/tx0.h,CPUS += PDP1
|
||||
--@src/emu/cpu/pdp1/pdp1.h,CPUS["PDP1"] = true
|
||||
--@src/emu/cpu/pdp1/tx0.h,CPUS["PDP1"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["PDP1"]~=null) then
|
||||
@ -1342,7 +1342,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Motorola PowerPC series
|
||||
---@src/emu/cpu/powerpc/ppc.h,CPUS += POWERPC
|
||||
--@src/emu/cpu/powerpc/ppc.h,CPUS["POWERPC"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["POWERPC"]~=null) then
|
||||
@ -1361,8 +1361,8 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC V-series Intel-compatible
|
||||
---@src/emu/cpu/nec/nec.h,CPUS += NEC
|
||||
---@src/emu/cpu/v30mz/v30mz.h,CPUS += V30MZ
|
||||
--@src/emu/cpu/nec/nec.h,CPUS["NEC"] = true
|
||||
--@src/emu/cpu/v30mz/v30mz.h,CPUS["V30MZ"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["NEC"]~=null) then
|
||||
@ -1394,7 +1394,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC V60/V70
|
||||
---@src/emu/cpu/v60/v60.h,CPUS += V60
|
||||
--@src/emu/cpu/v60/v60.h,CPUS["V60"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["V60"]~=null) then
|
||||
@ -1410,7 +1410,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC V810 (uPD70732)
|
||||
---@src/emu/cpu/v810/v810.h,CPUS += V810
|
||||
--@src/emu/cpu/v810/v810.h,CPUS["V810"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["V810"]~=null) then
|
||||
@ -1426,7 +1426,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC uPD7725
|
||||
---@src/emu/cpu/upd7725/upd7725.h,CPUS += UPD7725
|
||||
--@src/emu/cpu/upd7725/upd7725.h,CPUS["UPD7725"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["UPD7725"]~=null) then
|
||||
@ -1442,7 +1442,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC uPD7810 series
|
||||
---@src/emu/cpu/upd7810/upd7810.h,CPUS += UPD7810
|
||||
--@src/emu/cpu/upd7810/upd7810.h,CPUS["UPD7810"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["UPD7810"]~=null) then
|
||||
@ -1460,7 +1460,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- NEC uCOM-4 series
|
||||
---@src/emu/cpu/ucom4/ucom4.h,CPUS += UCOM4
|
||||
--@src/emu/cpu/ucom4/ucom4.h,CPUS["UCOM4"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["UCOM4"]~=null) then
|
||||
@ -1476,7 +1476,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Nintendo Minx
|
||||
---@src/emu/cpu/minx/minx.h,CPUS += MINX
|
||||
--@src/emu/cpu/minx/minx.h,CPUS["MINX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MINX"]~=null) then
|
||||
@ -1492,7 +1492,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Nintendo/SGI RSP (R3000-based + vector processing)
|
||||
---@src/emu/cpu/rsp/rsp.h,CPUS += RSP
|
||||
--@src/emu/cpu/rsp/rsp.h,CPUS["RSP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["RSP"]~=null) then
|
||||
@ -1515,7 +1515,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Panasonic MN10200
|
||||
---@src/emu/cpu/mn10200/mn10200.h,CPUS += MN10200
|
||||
--@src/emu/cpu/mn10200/mn10200.h,CPUS["MN10200"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["MN10200"]~=null) then
|
||||
@ -1531,7 +1531,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Saturn
|
||||
---@src/emu/cpu/saturn/saturn.h,CPUS += SATURN
|
||||
--@src/emu/cpu/saturn/saturn.h,CPUS["SATURN"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SATURN"]~=null) then
|
||||
@ -1547,7 +1547,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Signetics 2650
|
||||
---@src/emu/cpu/s2650/s2650.h,CPUS += S2650
|
||||
--@src/emu/cpu/s2650/s2650.h,CPUS["S2650"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["S2650"]~=null) then
|
||||
@ -1563,7 +1563,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- SC61860
|
||||
---@src/emu/cpu/sc61860/sc61860.h,CPUS += SC61860
|
||||
--@src/emu/cpu/sc61860/sc61860.h,CPUS["SC61860"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SC61860"]~=null) then
|
||||
@ -1579,7 +1579,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- SM8500
|
||||
---@src/emu/cpu/sm8500/sm8500.h,CPUS += SM8500
|
||||
--@src/emu/cpu/sm8500/sm8500.h,CPUS["SM8500"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SM8500"]~=null) then
|
||||
@ -1595,7 +1595,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sony/Nintendo SPC700
|
||||
---@src/emu/cpu/spc700/spc700.h,CPUS += SPC700
|
||||
--@src/emu/cpu/spc700/spc700.h,CPUS["SPC700"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SPC700"]~=null) then
|
||||
@ -1611,7 +1611,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- SSP1601
|
||||
---@src/emu/cpu/ssp1601/ssp1601.h,CPUS += SSP1601
|
||||
--@src/emu/cpu/ssp1601/ssp1601.h,CPUS["SSP1601"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SSP1601"]~=null) then
|
||||
@ -1627,7 +1627,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- SunPlus u'nSP
|
||||
---@src/emu/cpu/unsp/unsp.h,CPUS += UNSP
|
||||
--@src/emu/cpu/unsp/unsp.h,CPUS["UNSP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["UNSP"]~=null) then
|
||||
@ -1643,7 +1643,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Atmel 8-bit AVR
|
||||
---@src/emu/cpu/avr8/avr8.h,CPUS += AVR8
|
||||
--@src/emu/cpu/avr8/avr8.h,CPUS["AVR8"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["AVR8"]~=null) then
|
||||
@ -1659,7 +1659,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS0980
|
||||
---@src/emu/cpu/tms0980/tms0980.h,CPUS += TMS0980
|
||||
--@src/emu/cpu/tms0980/tms0980.h,CPUS["TMS0980"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS0980"]~=null) then
|
||||
@ -1675,7 +1675,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS7000 series
|
||||
---@src/emu/cpu/tms7000/tms7000.h,CPUS += TMS7000
|
||||
--@src/emu/cpu/tms7000/tms7000.h,CPUS["TMS7000"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS7000"]~=null) then
|
||||
@ -1691,9 +1691,9 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS99xx series
|
||||
---@src/emu/cpu/tms9900/tms9900.h,CPUS += TMS9900
|
||||
---@src/emu/cpu/tms9900/tms9980a.h,CPUS += TMS9900
|
||||
---@src/emu/cpu/tms9900/tms9995.h,CPUS += TMS9900
|
||||
--@src/emu/cpu/tms9900/tms9900.h,CPUS["TMS9900"] = true
|
||||
--@src/emu/cpu/tms9900/tms9980a.h,CPUS["TMS9900"] = true
|
||||
--@src/emu/cpu/tms9900/tms9995.h,CPUS["TMS9900"] = true
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
@ -1716,7 +1716,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS340x0 graphics controllers
|
||||
---@src/emu/cpu/tms34010/tms34010.h,CPUS += TMS340X0
|
||||
--@src/emu/cpu/tms34010/tms34010.h,CPUS["TMS340X0"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS340X0"]~=null) then
|
||||
@ -1732,7 +1732,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS3201x DSP
|
||||
---@src/emu/cpu/tms32010/tms32010.h,CPUS += TMS32010
|
||||
--@src/emu/cpu/tms32010/tms32010.h,CPUS["TMS32010"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS32010"]~=null) then
|
||||
@ -1748,7 +1748,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS3202x DSP
|
||||
---@src/emu/cpu/tms32025/tms32025.h,CPUS += TMS32025
|
||||
--@src/emu/cpu/tms32025/tms32025.h,CPUS["TMS32025"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS32025"]~=null) then
|
||||
@ -1764,7 +1764,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS3203x DSP
|
||||
---@src/emu/cpu/tms32031/tms32031.h,CPUS += TMS32031
|
||||
--@src/emu/cpu/tms32031/tms32031.h,CPUS["TMS32031"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS32031"]~=null) then
|
||||
@ -1780,7 +1780,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS3205x DSP
|
||||
---@src/emu/cpu/tms32051/tms32051.h,CPUS += TMS32051
|
||||
--@src/emu/cpu/tms32051/tms32051.h,CPUS["TMS32051"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS32051"]~=null) then
|
||||
@ -1796,7 +1796,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS3208x DSP
|
||||
---@src/emu/cpu/tms32082/tms32082.h,CPUS += TMS32082_MP
|
||||
--@src/emu/cpu/tms32082/tms32082.h,CPUS["TMS32082"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS32082"]~=null) then
|
||||
@ -1814,7 +1814,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Texas Instruments TMS57002 DSP
|
||||
---@src/emu/cpu/tms57002/tms57002.h,CPUS += TMS57002
|
||||
--@src/emu/cpu/tms57002/tms57002.h,CPUS["TMS57002"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TMS57002"]~=null) then
|
||||
@ -1840,7 +1840,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Toshiba TLCS-90 Series
|
||||
---@src/emu/cpu/tlcs90/tlcs90.h,CPUS += TLCS90
|
||||
--@src/emu/cpu/tlcs90/tlcs90.h,CPUS["TLCS90"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TLCS90"]~=null) then
|
||||
@ -1852,7 +1852,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Toshiba TLCS-900 Series
|
||||
---@src/emu/cpu/tlcs900/tlcs900.h,CPUS += TLCS900
|
||||
--@src/emu/cpu/tlcs900/tlcs900.h,CPUS["TLCS900"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["TLCS900"]~=null) then
|
||||
@ -1868,7 +1868,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Zilog Z80
|
||||
---@src/emu/cpu/z80/z80.h,CPUS += Z80
|
||||
--@src/emu/cpu/z80/z80.h,CPUS["Z80"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["Z80"]~=null) then
|
||||
@ -1892,7 +1892,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sharp LR35902 (Game Boy CPU)
|
||||
---@src/emu/cpu/lr35902/lr35902.h,CPUS += LR35902
|
||||
--@src/emu/cpu/lr35902/lr35902.h,CPUS["LR35902"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["LR35902"]~=null) then
|
||||
@ -1908,7 +1908,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Zilog Z180
|
||||
---@src/emu/cpu/z180/z180.h,CPUS += Z180
|
||||
--@src/emu/cpu/z180/z180.h,CPUS["Z180"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["Z180"]~=null) then
|
||||
@ -1926,7 +1926,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Zilog Z8000
|
||||
---@src/emu/cpu/z8000/z8000.h,CPUS += Z8000
|
||||
--@src/emu/cpu/z8000/z8000.h,CPUS["Z8000"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["Z8000"]~=null) then
|
||||
@ -1942,7 +1942,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Zilog Z8
|
||||
---@src/emu/cpu/z8/z8.h,CPUS += Z8
|
||||
--@src/emu/cpu/z8/z8.h,CPUS["Z8"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["Z8"]~=null) then
|
||||
@ -1958,7 +1958,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Argonaut SuperFX
|
||||
---@src/emu/cpu/superfx/superfx.h,CPUS += SUPERFX
|
||||
--@src/emu/cpu/superfx/superfx.h,CPUS["SUPERFX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SUPERFX"]~=null) then
|
||||
@ -1974,7 +1974,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Rockwell PPS-4
|
||||
---@src/emu/cpu/pps4/pps4.h,CPUS += PPS4
|
||||
--@src/emu/cpu/pps4/pps4.h,CPUS["PPS4"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["PPS4"]~=null) then
|
||||
@ -1990,7 +1990,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Hitachi HD61700
|
||||
---@src/emu/cpu/hd61700/hd61700.h,CPUS += HD61700
|
||||
--@src/emu/cpu/hd61700/hd61700.h,CPUS["HD61700"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["HD61700"]~=null) then
|
||||
@ -2006,7 +2006,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sanyo LC8670
|
||||
---@src/emu/cpu/lc8670/lc8670.h,CPUS += LC8670
|
||||
--@src/emu/cpu/lc8670/lc8670.h,CPUS["LC8670"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["LC8670"]~=null) then
|
||||
@ -2022,7 +2022,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sega SCU DSP
|
||||
---@src/emu/cpu/scudsp/scudsp.h,CPUS += SCUDSP
|
||||
--@src/emu/cpu/scudsp/scudsp.h,CPUS["SCUDSP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SCUDSP"]~=null) then
|
||||
@ -2038,7 +2038,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Sunplus Technology S+core
|
||||
---@src/emu/cpu/score/score.h,CPUS += SCORE
|
||||
--@src/emu/cpu/score/score.h,CPUS["SCORE"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["SCORE"]~=null) then
|
||||
@ -2054,7 +2054,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Xerox Alto-II
|
||||
---@src/emu/cpu/alto2/alto2cpu.h,CPUS += ALTO2
|
||||
--@src/emu/cpu/alto2/alto2cpu.h,CPUS["ALTO2"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (CPUS["ALTO2"]~=null) then
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,10 +12,10 @@
|
||||
|
||||
---------------------------------------------------
|
||||
-- DACs
|
||||
--@src/emu/sound/dac.h,SOUNDS += DAC
|
||||
--@src/emu/sound/dmadac.h,SOUNDS += DMADAC
|
||||
--@src/emu/sound/speaker.h,SOUNDS += SPEAKER
|
||||
--@src/emu/sound/beep.h,SOUNDS += BEEP
|
||||
--@src/emu/sound/dac.h,SOUNDS["DAC"] = true
|
||||
--@src/emu/sound/dmadac.h,SOUNDS["DMADAC"] = true
|
||||
--@src/emu/sound/speaker.h,SOUNDS["SPEAKER"] = true
|
||||
--@src/emu/sound/beep.h,SOUNDS["BEEP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["DAC"]~=null) then
|
||||
@ -50,7 +50,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- CD audio
|
||||
--@src/emu/sound/cdda.h,SOUNDS += CDDA
|
||||
--@src/emu/sound/cdda.h,SOUNDS["CDDA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["CDDA"]~=null) then
|
||||
@ -64,7 +64,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Discrete component audio
|
||||
--@src/emu/sound/discrete.h,SOUNDS += DISCRETE
|
||||
--@src/emu/sound/discrete.h,SOUNDS["DISCRETE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["DISCRETE"]~=null) then
|
||||
@ -87,7 +87,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- AC97
|
||||
--@src/emu/sound/pic-ac97.h,SOUNDS += AC97
|
||||
--@src/emu/sound/pic-ac97.h,SOUNDS["AC97"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["AC97"]~=null) then
|
||||
@ -101,8 +101,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Apple custom sound chips
|
||||
--@src/emu/sound/asc.h,SOUNDS += ASC
|
||||
--@src/emu/sound/awacs.h,SOUNDS += AWACS
|
||||
--@src/emu/sound/asc.h,SOUNDS["ASC"] = true
|
||||
--@src/emu/sound/awacs.h,SOUNDS["AWACS"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ASC"]~=null) then
|
||||
@ -122,8 +122,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Atari custom sound chips
|
||||
--@src/emu/sound/pokey.h,SOUNDS += POKEY
|
||||
--@src/emu/sound/tiaintf.h,SOUNDS += TIA
|
||||
--@src/emu/sound/pokey.h,SOUNDS["POKEY"] = true
|
||||
--@src/emu/sound/tiaintf.h,SOUNDS["TIA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["POKEY"]~=null) then
|
||||
@ -146,7 +146,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Amiga audio hardware
|
||||
--@src/emu/sound/amiga.h,SOUNDS += AMIGA
|
||||
--@src/emu/sound/amiga.h,SOUNDS["AMIGA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["AMIGA"]~=null) then
|
||||
@ -160,7 +160,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Bally Astrocade sound system
|
||||
--@src/emu/sound/astrocde.h,SOUNDS += ASTROCADE
|
||||
--@src/emu/sound/astrocde.h,SOUNDS["ASTROCADE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ASTROCADE"]~=null) then
|
||||
@ -175,7 +175,7 @@ end
|
||||
---------------------------------------------------
|
||||
---------------------------------------------------
|
||||
-- AC97
|
||||
--@src/emu/sound/pic-ac97.h,SOUNDS += AC97
|
||||
--@src/emu/sound/pic-ac97.h,SOUNDS["AC97"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["AC97"]~=null) then
|
||||
@ -185,7 +185,7 @@ if (SOUNDS["AC97"]~=null) then
|
||||
}
|
||||
end
|
||||
-- CEM 3394 analog synthesizer chip
|
||||
--@src/emu/sound/cem3394.h,SOUNDS += CEM3394
|
||||
--@src/emu/sound/cem3394.h,SOUNDS["CEM3394"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["CEM3394"]~=null) then
|
||||
@ -199,7 +199,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Creative Labs SB0400 Audigy2 Value
|
||||
--@src/emu/sound/sb0400.h,SOUNDS += AC97
|
||||
--@src/emu/sound/sb0400.h,SOUNDS["SB0400"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SB0400"]~=null) then
|
||||
@ -212,7 +212,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
-- Creative Labs Ensonic AudioPCI97 ES1373
|
||||
--@src/emu/sound/es1373.h,SOUNDS += ES1373
|
||||
--@src/emu/sound/es1373.h,SOUNDS["ES1373"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (SOUNDS["ES1373"]~=null) then
|
||||
@ -224,7 +224,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Data East custom sound chips
|
||||
--@src/emu/sound/bsmt2000.h,SOUNDS += BSMT2000
|
||||
--@src/emu/sound/bsmt2000.h,SOUNDS["BSMT2000"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["BSMT2000"]~=null) then
|
||||
@ -238,7 +238,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Ensoniq 5503 (Apple IIgs)
|
||||
--@src/emu/sound/es5503.h,SOUNDS += ES5503
|
||||
--@src/emu/sound/es5503.h,SOUNDS["ES5503"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ES5503"]~=null) then
|
||||
@ -252,7 +252,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Ensoniq 5505/5506
|
||||
--@src/emu/sound/es5506.h,SOUNDS += ES5505
|
||||
--@src/emu/sound/es5506.h,SOUNDS["ES5505"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ES5505"]~=null or SOUNDS["ES5506"]~=null) then
|
||||
@ -265,7 +265,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Ensoniq "pump" device, interfaces 5505/5506 with 5510
|
||||
--@src/emu/sound/esqpump.h,SOUNDS += ESQPUMP
|
||||
--@src/emu/sound/esqpump.h,SOUNDS["ESQPUMP"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ESQPUMP"]~=null) then
|
||||
@ -278,7 +278,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Excellent Systems ADPCM sound chip
|
||||
--@src/emu/sound/es8712.h,SOUNDS += ES8712
|
||||
--@src/emu/sound/es8712.h,SOUNDS["ES8712"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ES8712"]~=null) then
|
||||
@ -292,7 +292,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Gaelco custom sound chips
|
||||
--@src/emu/sound/gaelco.h,SOUNDS += GAELCO_CG1V
|
||||
--@src/emu/sound/gaelco.h,SOUNDS["GAELCO_CG1V"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["GAELCO_CG1V"]~=null or SOUNDS["GAELCO_GAE1"]~=null) then
|
||||
@ -305,7 +305,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- RCA CDP1863
|
||||
--@src/emu/sound/cdp1863.h,SOUNDS += CDP1863
|
||||
--@src/emu/sound/cdp1863.h,SOUNDS["CDP1863"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["CDP1863"]~=null) then
|
||||
@ -319,7 +319,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- RCA CDP1864
|
||||
--@src/emu/sound/cdp1864.h,SOUNDS += CDP1864
|
||||
--@src/emu/sound/cdp1864.h,SOUNDS["CDP1864"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["CDP1864"]~=null) then
|
||||
@ -333,7 +333,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- RCA CDP1869
|
||||
--@src/emu/sound/cdp1869.h,SOUNDS += CDP1869
|
||||
--@src/emu/sound/cdp1869.h,SOUNDS["CDP1869"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["CDP1869"]~=null) then
|
||||
@ -347,7 +347,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- GI AY-8910
|
||||
--@src/emu/sound/ay8910.h,SOUNDS += AY8910
|
||||
--@src/emu/sound/ay8910.h,SOUNDS["AY8910"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["AY8910"]~=null) then
|
||||
@ -361,7 +361,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Harris HC55516 CVSD
|
||||
--@src/emu/sound/hc55516.h,SOUNDS += HC55516
|
||||
--@src/emu/sound/hc55516.h,SOUNDS["HC55516"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["HC55516"]~=null) then
|
||||
@ -375,7 +375,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Hudsonsoft C6280 sound chip
|
||||
--@src/emu/sound/c6280.h,SOUNDS += C6280
|
||||
--@src/emu/sound/c6280.h,SOUNDS["C6280"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["C6280"]~=null) then
|
||||
@ -389,7 +389,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- ICS2115 sound chip
|
||||
--@src/emu/sound/ics2115.h,SOUNDS += ICS2115
|
||||
--@src/emu/sound/ics2115.h,SOUNDS["ICS2115"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ICS2115"]~=null) then
|
||||
@ -403,7 +403,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Imagetek I5000 sound
|
||||
--@src/emu/sound/i5000.h,SOUNDS += I5000_SND
|
||||
--@src/emu/sound/i5000.h,SOUNDS["I5000_SND"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["I5000_SND"]~=null) then
|
||||
@ -417,7 +417,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Irem custom sound chips
|
||||
--@src/emu/sound/iremga20.h,SOUNDS += IREMGA20
|
||||
--@src/emu/sound/iremga20.h,SOUNDS["IREMGA20"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["IREMGA20"]~=null) then
|
||||
@ -431,12 +431,12 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Konami custom sound chips
|
||||
--@src/emu/sound/k005289.h,SOUNDS += K005289
|
||||
--@src/emu/sound/k007232.h,SOUNDS += K007232
|
||||
--@src/emu/sound/k051649.h,SOUNDS += K051649
|
||||
--@src/emu/sound/k053260.h,SOUNDS += K053260
|
||||
--@src/emu/sound/k054539.h,SOUNDS += K054539
|
||||
--@src/emu/sound/k056800.h,SOUNDS += K056800
|
||||
--@src/emu/sound/k005289.h,SOUNDS["K005289"] = true
|
||||
--@src/emu/sound/k007232.h,SOUNDS["K007232"] = true
|
||||
--@src/emu/sound/k051649.h,SOUNDS["K051649"] = true
|
||||
--@src/emu/sound/k053260.h,SOUNDS["K053260"] = true
|
||||
--@src/emu/sound/k054539.h,SOUNDS["K054539"] = true
|
||||
--@src/emu/sound/k056800.h,SOUNDS["K056800"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["K005289"]~=null) then
|
||||
@ -484,7 +484,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- L7A1045 L6028 DSP-A
|
||||
--@src/emu/sound/l7a1045_l6028_dsp_a.h,SOUNDS += L7A1045
|
||||
--@src/emu/sound/l7a1045_l6028_dsp_a.h,SOUNDS["L7A1045"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["L7A1045"]~=null) then
|
||||
@ -497,7 +497,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- LMC1992 mixer chip
|
||||
--@src/emu/sound/lmc1992.h,SOUNDS += LMC1992
|
||||
--@src/emu/sound/lmc1992.h,SOUNDS["LMC1992"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["LMC1992"]~=null) then
|
||||
@ -511,7 +511,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- MAS 3507D MPEG 1/2 Layer 2/3 Audio Decoder
|
||||
--@src/emu/sound/mas3507d.h,SOUNDS += MAS3507D
|
||||
--@src/emu/sound/mas3507d.h,SOUNDS["MAS3507D"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["MAS3507D"]~=null) then
|
||||
@ -525,7 +525,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- MOS 6560VIC
|
||||
--@src/emu/sound/mos6560.h,SOUNDS += MOS656X
|
||||
--@src/emu/sound/mos6560.h,SOUNDS["MOS656X"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["MOS656X"]~=null) then
|
||||
@ -539,7 +539,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- MOS 7360 TED
|
||||
--@src/emu/sound/mos7360.h,SOUNDS += MOS7360
|
||||
--@src/emu/sound/mos7360.h,SOUNDS["MOS7360"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["MOS7360"]~=null) then
|
||||
@ -553,10 +553,10 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Namco custom sound chips
|
||||
--@src/emu/sound/namco.h,SOUNDS += NAMCO
|
||||
--@src/emu/sound/n63701x.h,SOUNDS += NAMCO_63701X
|
||||
--@src/emu/sound/c140.h,SOUNDS += C140
|
||||
--@src/emu/sound/c352.h,SOUNDS += C352
|
||||
--@src/emu/sound/namco.h,SOUNDS["NAMCO"] = true
|
||||
--@src/emu/sound/n63701x.h,SOUNDS["NAMCO_63701X"] = true
|
||||
--@src/emu/sound/c140.h,SOUNDS["C140"] = true
|
||||
--@src/emu/sound/c352.h,SOUNDS["C352"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["NAMCO"]~=null or SOUNDS["NAMCO_15XX"]~=null or SOUNDS["NAMCO_CUS30"]~=null) then
|
||||
@ -591,7 +591,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- National Semiconductor Digitalker
|
||||
--@src/emu/sound/digitalk.h,SOUNDS += DIGITALKER
|
||||
--@src/emu/sound/digitalk.h,SOUNDS["DIGITALKER"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["DIGITALKER"]~=null) then
|
||||
@ -605,7 +605,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Nintendo custom sound chips
|
||||
--@src/emu/sound/nes_apu.h,SOUNDS += NES_APU
|
||||
--@src/emu/sound/nes_apu.h,SOUNDS["NES_APU"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["NES_APU"]~=null) then
|
||||
@ -620,7 +620,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- NEC uPD7759 ADPCM sample player
|
||||
--@src/emu/sound/upd7759.h,SOUNDS += UPD7759
|
||||
--@src/emu/sound/upd7759.h,SOUNDS["UPD7759"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["UPD7759"]~=null) then
|
||||
@ -634,12 +634,12 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- OKI ADPCM sample players
|
||||
--@src/emu/sound/okim6258.h,SOUNDS += OKIM6258
|
||||
--@src/emu/sound/msm5205.h,SOUNDS += MSM5205
|
||||
--@src/emu/sound/msm5232.h,SOUNDS += MSM5232
|
||||
--@src/emu/sound/okim6376.h,SOUNDS += OKIM6376
|
||||
--@src/emu/sound/okim6295.h,SOUNDS += OKIM6295
|
||||
--@src/emu/sound/okim9810.h,SOUNDS += OKIM9810
|
||||
--@src/emu/sound/okim6258.h,SOUNDS["OKIM6258"] = true
|
||||
--@src/emu/sound/msm5205.h,SOUNDS["MSM5205"] = true
|
||||
--@src/emu/sound/msm5232.h,SOUNDS["MSM5232"] = true
|
||||
--@src/emu/sound/okim6376.h,SOUNDS["OKIM6376"] = true
|
||||
--@src/emu/sound/okim6295.h,SOUNDS["OKIM6295"] = true
|
||||
--@src/emu/sound/okim9810.h,SOUNDS["OKIM9810"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["OKIM6258"]~=null or SOUNDS["OKIM6295"]~=null or SOUNDS["OKIM9810"]~=null or SOUNDS["I5000_SND"]~=null) then
|
||||
@ -695,7 +695,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Philips SAA1099
|
||||
--@src/emu/sound/saa1099.h,SOUNDS += SAA1099
|
||||
--@src/emu/sound/saa1099.h,SOUNDS["SAA1099"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SAA1099"]~=null) then
|
||||
@ -709,7 +709,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- AdMOS QS1000
|
||||
--@src/emu/sound/qs1000.h,SOUNDS += QS1000
|
||||
--@src/emu/sound/qs1000.h,SOUNDS["QS1000"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["QS1000"]~=null) then
|
||||
@ -723,7 +723,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- QSound sample player
|
||||
--@src/emu/sound/qsound.h,SOUNDS += QSOUND
|
||||
--@src/emu/sound/qsound.h,SOUNDS["QSOUND"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["QSOUND"]~=null) then
|
||||
@ -740,8 +740,8 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Ricoh sample players
|
||||
--@src/emu/sound/rf5c68.h,SOUNDS += RF5C68
|
||||
--@src/emu/sound/rf5c400.h,SOUNDS += RF5C400
|
||||
--@src/emu/sound/rf5c68.h,SOUNDS["RF5C68"] = true
|
||||
--@src/emu/sound/rf5c400.h,SOUNDS["RF5C400"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["RF5C68"]~=null) then
|
||||
@ -762,10 +762,10 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Sega custom sound chips
|
||||
--@src/emu/sound/segapcm.h,SOUNDS += SEGAPCM
|
||||
--@src/emu/sound/multipcm.h,SOUNDS += MULTIPCM
|
||||
--@src/emu/sound/scsp.h,SOUNDS += SCSP
|
||||
--@src/emu/sound/aica.h,SOUNDS += AICA
|
||||
--@src/emu/sound/segapcm.h,SOUNDS["SEGAPCM"] = true
|
||||
--@src/emu/sound/multipcm.h,SOUNDS["MULTIPCM"] = true
|
||||
--@src/emu/sound/scsp.h,SOUNDS["SCSP"] = true
|
||||
--@src/emu/sound/aica.h,SOUNDS["AICA"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SEGAPCM"]~=null) then
|
||||
@ -802,9 +802,9 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Seta custom sound chips
|
||||
--@src/emu/sound/st0016.h,SOUNDS += ST0016
|
||||
--@src/emu/sound/nile.h,SOUNDS += NILE
|
||||
--@src/emu/sound/x1_010.h,SOUNDS += X1_010
|
||||
--@src/emu/sound/st0016.h,SOUNDS["ST0016"] = true
|
||||
--@src/emu/sound/nile.h,SOUNDS["NILE"] = true
|
||||
--@src/emu/sound/x1_010.h,SOUNDS["X1_010"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ST0016"]~=null) then
|
||||
@ -832,7 +832,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- SID custom sound chips
|
||||
--@src/emu/sound/mos6581.h,SOUNDS += SID6581
|
||||
--@src/emu/sound/mos6581.h,SOUNDS["SID6581"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SID6581"]~=null or SOUNDS["SID8580"]~=null) then
|
||||
@ -854,7 +854,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- SNK(?) custom stereo sn76489a clone
|
||||
--@src/emu/sound/t6w28.h,SOUNDS += T6W28
|
||||
--@src/emu/sound/t6w28.h,SOUNDS["T6W28"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["T6W28"]~=null) then
|
||||
@ -868,7 +868,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- SNK custom wave generator
|
||||
--@src/emu/sound/snkwave.h,SOUNDS += SNKWAVE
|
||||
--@src/emu/sound/snkwave.h,SOUNDS["SNKWAVE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SNKWAVE"]~=null) then
|
||||
@ -882,7 +882,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Sony custom sound chips
|
||||
--@src/emu/sound/spu.h,SOUNDS += SPU
|
||||
--@src/emu/sound/spu.h,SOUNDS["SPU"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SPU"]~=null) then
|
||||
@ -898,7 +898,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- SP0256 speech synthesizer
|
||||
--@src/emu/sound/sp0256.h,SOUNDS += SP0256
|
||||
--@src/emu/sound/sp0256.h,SOUNDS["SP0256"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SP0256"]~=null) then
|
||||
@ -912,7 +912,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- SP0250 speech synthesizer
|
||||
--@src/emu/sound/sp0250.h,SOUNDS += SP0250
|
||||
--@src/emu/sound/sp0250.h,SOUNDS["SP0250"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SP0250"]~=null) then
|
||||
@ -925,7 +925,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- S14001A speech synthesizer
|
||||
--@src/emu/sound/s14001a.h,SOUNDS += S14001A
|
||||
--@src/emu/sound/s14001a.h,SOUNDS["S14001A"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["S14001A"]~=null) then
|
||||
@ -939,7 +939,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments SN76477 analog chip
|
||||
--@src/emu/sound/sn76477.h,SOUNDS += SN76477
|
||||
--@src/emu/sound/sn76477.h,SOUNDS["SN76477"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SN76477"]~=null) then
|
||||
@ -953,7 +953,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments SN76496
|
||||
--@src/emu/sound/sn76496.h,SOUNDS += SN76496
|
||||
--@src/emu/sound/sn76496.h,SOUNDS["SN76496"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["SN76496"]~=null) then
|
||||
@ -967,7 +967,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments TMS36xx doorbell chime
|
||||
--@src/emu/sound/tms36xx.h,SOUNDS += TMS36XX
|
||||
--@src/emu/sound/tms36xx.h,SOUNDS["TMS36XX"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["TMS36XX"]~=null) then
|
||||
@ -981,7 +981,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments TMS3615 Octave Multiple Tone Synthesizer
|
||||
--@src/emu/sound/tms3615.h,SOUNDS += TMS3615
|
||||
--@src/emu/sound/tms3615.h,SOUNDS["TMS3615"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["TMS3615"]~=null) then
|
||||
@ -995,7 +995,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments TMS5100-series speech synthesizers
|
||||
--@src/emu/sound/tms5110.h,SOUNDS += TMS5110
|
||||
--@src/emu/sound/tms5110.h,SOUNDS["TMS5110"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["TMS5110"]~=null) then
|
||||
@ -1008,7 +1008,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Texas Instruments TMS5200-series speech synthesizers
|
||||
--@src/emu/sound/tms5220.h,SOUNDS += TMS5220
|
||||
--@src/emu/sound/tms5220.h,SOUNDS["TMS5220"] = true
|
||||
---------------------------------------------------
|
||||
if (SOUNDS["TMS5220"]~=null) then
|
||||
files {
|
||||
@ -1023,7 +1023,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Toshiba T6721A voice synthesizer
|
||||
--@src/emu/sound/t6721a.h,SOUNDS += T6721A
|
||||
--@src/emu/sound/t6721a.h,SOUNDS["T6721A"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["T6721A"]~=null) then
|
||||
@ -1037,7 +1037,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Toshiba TC8830F sample player/recorder
|
||||
--@src/emu/sound/tc8830f.h,SOUNDS += TC8830F
|
||||
--@src/emu/sound/tc8830f.h,SOUNDS["TC8830F"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["TC8830F"]~=null) then
|
||||
@ -1050,7 +1050,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- NEC uPD7752
|
||||
--@src/emu/sound/upd7752.h,SOUNDS += UPD7752
|
||||
--@src/emu/sound/upd7752.h,SOUNDS["UPD7752"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["UPD7752"]~=null) then
|
||||
@ -1063,7 +1063,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- VLM5030 speech synthesizer
|
||||
--@src/emu/sound/vlm5030.h,SOUNDS += VLM5030
|
||||
--@src/emu/sound/vlm5030.h,SOUNDS["VLM5030"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["VLM5030"]~=null) then
|
||||
@ -1076,7 +1076,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Votrax speech synthesizer
|
||||
--@src/emu/sound/votrax.h,SOUNDS += VOTRAX
|
||||
--@src/emu/sound/votrax.h,SOUNDS["VOTRAX"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["VOTRAX"]~=null) then
|
||||
@ -1090,7 +1090,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- VRender0 custom sound chip
|
||||
--@src/emu/sound/vrender0.h,SOUNDS += VRENDER0
|
||||
--@src/emu/sound/vrender0.h,SOUNDS["VRENDER0"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["VRENDER0"]~=null) then
|
||||
@ -1104,7 +1104,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- WAVE file (used for MESS cassette)
|
||||
--@src/emu/sound/wave.h,SOUNDS += WAVE
|
||||
--@src/emu/sound/wave.h,SOUNDS["WAVE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["WAVE"]~=null) then
|
||||
@ -1118,18 +1118,18 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Yamaha FM synthesizers
|
||||
--@src/emu/sound/2151intf.h,SOUNDS += YM2151
|
||||
--@src/emu/sound/2203intf.h,SOUNDS += YM2203
|
||||
--@src/emu/sound/2413intf.h,SOUNDS += YM2413
|
||||
--@src/emu/sound/2608intf.h,SOUNDS += YM2608
|
||||
--@src/emu/sound/2610intf.h,SOUNDS += YM2610
|
||||
--@src/emu/sound/2612intf.h,SOUNDS += YM2612
|
||||
--@src/emu/sound/3812intf.h,SOUNDS += YM3812
|
||||
--@src/emu/sound/3526intf.h,SOUNDS += YM3526
|
||||
--@src/emu/sound/8950intf.h,SOUNDS += Y8950
|
||||
--@src/emu/sound/ymf262.h,SOUNDS += YMF262
|
||||
--@src/emu/sound/ymf271.h,SOUNDS += YMF271
|
||||
--@src/emu/sound/ymf278b.h,SOUNDS += YMF278B
|
||||
--@src/emu/sound/2151intf.h,SOUNDS["YM2151"] = true
|
||||
--@src/emu/sound/2203intf.h,SOUNDS["YM2203"] = true
|
||||
--@src/emu/sound/2413intf.h,SOUNDS["YM2413"] = true
|
||||
--@src/emu/sound/2608intf.h,SOUNDS["YM2608"] = true
|
||||
--@src/emu/sound/2610intf.h,SOUNDS["YM2610"] = true
|
||||
--@src/emu/sound/2612intf.h,SOUNDS["YM2612"] = true
|
||||
--@src/emu/sound/3812intf.h,SOUNDS["YM3812"] = true
|
||||
--@src/emu/sound/3526intf.h,SOUNDS["YM3526"] = true
|
||||
--@src/emu/sound/8950intf.h,SOUNDS["Y8950"] = true
|
||||
--@src/emu/sound/ymf262.h,SOUNDS["YMF262"] = true
|
||||
--@src/emu/sound/ymf271.h,SOUNDS["YMF271"] = true
|
||||
--@src/emu/sound/ymf278b.h,SOUNDS["YMF278B"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["YM2151"]~=null) then
|
||||
@ -1257,7 +1257,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Yamaha YMZ280B ADPCM
|
||||
--@src/emu/sound/ymz280b.h,SOUNDS += YMZ280B
|
||||
--@src/emu/sound/ymz280b.h,SOUNDS["YMZ280B"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["YMZ280B"]~=null) then
|
||||
@ -1269,7 +1269,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- Yamaha YMZ770 AMM
|
||||
--@src/emu/sound/ymz770.h,SOUNDS += YMZ770
|
||||
--@src/emu/sound/ymz770.h,SOUNDS["YMZ770"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["YMZ770"]~=null) then
|
||||
@ -1283,7 +1283,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- ZOOM ZSG-2
|
||||
--@src/emu/sound/zsg2.h,SOUNDS += ZSG2
|
||||
--@src/emu/sound/zsg2.h,SOUNDS["ZSG2"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["ZSG2"]~=null) then
|
||||
@ -1295,7 +1295,7 @@ end
|
||||
|
||||
---------------------------------------------------
|
||||
-- VRC6
|
||||
--@src/emu/sound/vrc6.h,SOUNDS += VRC6
|
||||
--@src/emu/sound/vrc6.h,SOUNDS["VRC6"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["VRC6"]~=null) then
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/315_5124.h,VIDEOS += SEGA315_5124
|
||||
--@src/emu/video/315_5124.h,VIDEOS["SEGA315_5124"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["SEGA315_5124"]~=null) then
|
||||
@ -23,7 +23,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/315_5313.h,VIDEOS += SEGA315_5313
|
||||
--@src/emu/video/315_5313.h,VIDEOS["SEGA315_5313"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["SEGA315_5313"]~=null) then
|
||||
@ -35,7 +35,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/bufsprite.h,VIDEOS += BUFSPRITE
|
||||
--@src/emu/video/bufsprite.h,VIDEOS["BUFSPRITE"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["BUFSPRITE"]~=null) then
|
||||
@ -47,7 +47,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/cdp1861.h,VIDEOS += CDP1861
|
||||
--@src/emu/video/cdp1861.h,VIDEOS["CDP1861"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CDP1861"]~=null) then
|
||||
@ -59,7 +59,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/cdp1862.h,VIDEOS += CDP1862
|
||||
--@src/emu/video/cdp1862.h,VIDEOS["CDP1862"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CDP1862"]~=null) then
|
||||
@ -71,7 +71,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/crt9007.h,VIDEOS += CRT9007
|
||||
--@src/emu/video/crt9007.h,VIDEOS["CRT9007"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CRT9007"]~=null) then
|
||||
@ -83,7 +83,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/crt9021.h,VIDEOS += CRT9021
|
||||
--@src/emu/video/crt9021.h,VIDEOS["CRT9021"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CRT9021"]~=null) then
|
||||
@ -95,7 +95,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/crt9212.h,VIDEOS += CRT9212
|
||||
--@src/emu/video/crt9212.h,VIDEOS["CRT9212"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CRT9212"]~=null) then
|
||||
@ -107,7 +107,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/dl1416.h,VIDEOS += DL1416
|
||||
--@src/emu/video/dl1416.h,VIDEOS["DL1416"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["DL1416"]~=null) then
|
||||
@ -119,7 +119,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/dm9368.h,VIDEOS += DM9368
|
||||
--@src/emu/video/dm9368.h,VIDEOS["DM9368"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["DM9368"]~=null) then
|
||||
@ -131,7 +131,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/ef9340_1.h,VIDEOS += EF9340_1
|
||||
--@src/emu/video/ef9340_1.h,VIDEOS["EF9340_1"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["EF9340_1"]~=null) then
|
||||
@ -144,7 +144,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/ef9345.h,VIDEOS += EF9345
|
||||
--@src/emu/video/ef9345.h,VIDEOS["EF9345"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["EF9345"]~=null) then
|
||||
@ -155,7 +155,7 @@ if (VIDEOS["EF9345"]~=null) then
|
||||
end
|
||||
|
||||
--------------------------------------------------
|
||||
--@src/emu/video/epic12.h,VIDEOS += EPIC12
|
||||
--@src/emu/video/epic12.h,VIDEOS["EPIC12"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["EPIC12"]~=null) then
|
||||
@ -178,7 +178,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/fixfreq.h,VIDEOS += FIXFREQ
|
||||
--@src/emu/video/fixfreq.h,VIDEOS["FIXFREQ"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["FIXFREQ"]~=null) then
|
||||
@ -190,7 +190,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/gf4500.h,VIDEOS += GF4500
|
||||
--@src/emu/video/gf4500.h,VIDEOS["GF4500"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["GF4500"]~=null) then
|
||||
@ -202,7 +202,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/gf7600gs.h,VIDEOS += GF7600GS
|
||||
--@src/emu/video/gf7600gs.h,VIDEOS["GF7600GS"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["GF7600GS"]~=null) then
|
||||
@ -214,7 +214,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/h63484.h,VIDEOS += H63484
|
||||
--@src/emu/video/h63484.h,VIDEOS["H63484"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["H63484"]~=null) then
|
||||
@ -226,7 +226,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd44102.h,VIDEOS += HD44102
|
||||
--@src/emu/video/hd44102.h,VIDEOS["HD44102"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD44102"]~=null) then
|
||||
@ -238,7 +238,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd44352.h,VIDEOS += HD44352
|
||||
--@src/emu/video/hd44352.h,VIDEOS["HD44352"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD44352"]~=null) then
|
||||
@ -250,7 +250,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd44780.h,VIDEOS += HD44780
|
||||
--@src/emu/video/hd44780.h,VIDEOS["HD44780"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD44780"]~=null) then
|
||||
@ -262,7 +262,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd61830.h,VIDEOS += HD61830
|
||||
--@src/emu/video/hd61830.h,VIDEOS["HD61830"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD61830"]~=null) then
|
||||
@ -274,7 +274,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd63484.h,VIDEOS += HD63484
|
||||
--@src/emu/video/hd63484.h,VIDEOS["HD63484"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD63484"]~=null) then
|
||||
@ -286,7 +286,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/hd66421.h,VIDEOS += HD66421
|
||||
--@src/emu/video/hd66421.h,VIDEOS["HD66421"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HD66421"]~=null) then
|
||||
@ -298,7 +298,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/huc6202.h,VIDEOS += HUC6202
|
||||
--@src/emu/video/huc6202.h,VIDEOS["HUC6202"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HUC6202"]~=null) then
|
||||
@ -310,7 +310,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/huc6260.h,VIDEOS += HUC6260
|
||||
--@src/emu/video/huc6260.h,VIDEOS["HUC6260"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HUC6260"]~=null) then
|
||||
@ -322,7 +322,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/huc6261.h,VIDEOS += HUC6261
|
||||
--@src/emu/video/huc6261.h,VIDEOS["HUC6261"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HUC6261"]~=null) then
|
||||
@ -334,7 +334,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/huc6270.h,VIDEOS += HUC6270
|
||||
--@src/emu/video/huc6270.h,VIDEOS["HUC6270"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HUC6270"]~=null) then
|
||||
@ -346,7 +346,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/huc6272.h,VIDEOS += HUC6272
|
||||
--@src/emu/video/huc6272.h,VIDEOS["HUC6272"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["HUC6272"]~=null) then
|
||||
@ -358,7 +358,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/i8244.h,VIDEOS += I8244
|
||||
--@src/emu/video/i8244.h,VIDEOS["I8244"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["I8244"]~=null) then
|
||||
@ -370,7 +370,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/i8275.h,VIDEOS += I8275
|
||||
--@src/emu/video/i8275.h,VIDEOS["I8275"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["I8275"]~=null) then
|
||||
@ -382,7 +382,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/m50458.h,VIDEOS += M50458
|
||||
--@src/emu/video/m50458.h,VIDEOS["M50458"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["M50458"]~=null) then
|
||||
@ -394,7 +394,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/mb90082.h,VIDEOS += MB90082
|
||||
--@src/emu/video/mb90082.h,VIDEOS["MB90082"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MB90082"]~=null) then
|
||||
@ -406,7 +406,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/mb_vcu.h,VIDEOS += MB_VCU
|
||||
--@src/emu/video/mb_vcu.h,VIDEOS["MB_VCU"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MB_VCU"]~=null) then
|
||||
@ -418,7 +418,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/mc6845.h,VIDEOS += MC6845
|
||||
--@src/emu/video/mc6845.h,VIDEOS["MC6845"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MC6845"]~=null) then
|
||||
@ -430,7 +430,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/mc6847.h,VIDEOS += MC6847
|
||||
--@src/emu/video/mc6847.h,VIDEOS["MC6847"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MC6847"]~=null) then
|
||||
@ -442,7 +442,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/msm6222b.h,VIDEOS += MSM6222B
|
||||
--@src/emu/video/msm6222b.h,VIDEOS["MSM6222B"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MSM6222B"]~=null) then
|
||||
@ -454,7 +454,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/msm6255.h,VIDEOS += MSM6255
|
||||
--@src/emu/video/msm6255.h,VIDEOS["MSM6255"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MSM6255"]~=null) then
|
||||
@ -466,7 +466,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/mos6566.h,VIDEOS += MOS6566
|
||||
--@src/emu/video/mos6566.h,VIDEOS["MOS6566"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["MOS6566"]~=null) then
|
||||
@ -484,7 +484,7 @@ files {
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/pc_vga.h,VIDEOS += PC_VGA
|
||||
--@src/emu/video/pc_vga.h,VIDEOS["PC_VGA"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["PC_VGA"]~=null) then
|
||||
@ -500,7 +500,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/polylgcy.h,VIDEOS += POLY
|
||||
--@src/emu/video/polylgcy.h,VIDEOS["POLY"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["POLY"]~=null) then
|
||||
@ -512,7 +512,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/psx.h,VIDEOS += PSX
|
||||
--@src/emu/video/psx.h,VIDEOS["PSX"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["PSX"]~=null) then
|
||||
@ -524,7 +524,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/ramdac.h,VIDEOS += RAMDAC
|
||||
--@src/emu/video/ramdac.h,VIDEOS["RAMDAC"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["RAMDAC"]~=null) then
|
||||
@ -536,7 +536,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/saa5050.h,VIDEOS += SAA5050
|
||||
--@src/emu/video/saa5050.h,VIDEOS["SAA5050"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["SAA5050"]~=null) then
|
||||
@ -548,7 +548,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/sed1200.h,VIDEOS += SED1200
|
||||
--@src/emu/video/sed1200.h,VIDEOS["SED1200"] = true
|
||||
--------------------------------------------------
|
||||
if (VIDEOS["SED1200"]~=null) then
|
||||
files {
|
||||
@ -559,7 +559,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/sed1330.h,VIDEOS += SED1330
|
||||
--@src/emu/video/sed1330.h,VIDEOS["SED1330"] = true
|
||||
--------------------------------------------------
|
||||
if (VIDEOS["SED1330"]~=null) then
|
||||
files {
|
||||
@ -570,7 +570,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/sed1520.h,VIDEOS += SED1520
|
||||
--@src/emu/video/sed1520.h,VIDEOS["SED1520"] = true
|
||||
--------------------------------------------------
|
||||
if (VIDEOS["SED1520"]~=null) then
|
||||
files {
|
||||
@ -581,7 +581,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/scn2674.h,VIDEOS += SCN2674
|
||||
--@src/emu/video/scn2674.h,VIDEOS["SCN2674"] = true
|
||||
--------------------------------------------------
|
||||
if (VIDEOS["SCN2674"]~=null) then
|
||||
files {
|
||||
@ -592,7 +592,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/snes_ppu.h,VIDEOS += SNES_PPU
|
||||
--@src/emu/video/snes_ppu.h,VIDEOS["SNES_PPU"] = true
|
||||
--------------------------------------------------
|
||||
if (VIDEOS["SNES_PPU"]~=null) then
|
||||
files {
|
||||
@ -603,8 +603,8 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/stvvdp1.h,VIDEOS += STVVDP
|
||||
--@src/emu/video/stvvdp2.h,VIDEOS += STVVDP
|
||||
--@src/emu/video/stvvdp1.h,VIDEOS["STVVDP"] = true
|
||||
--@src/emu/video/stvvdp2.h,VIDEOS["STVVDP"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["STVVDP"]~=null) then
|
||||
@ -616,7 +616,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/t6a04.h,VIDEOS += T6A04
|
||||
--@src/emu/video/t6a04.h,VIDEOS["T6A04"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["T6A04"]~=null) then
|
||||
@ -628,7 +628,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tea1002.h,VIDEOS += TEA1002
|
||||
--@src/emu/video/tea1002.h,VIDEOS["TEA1002"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TEA1002"]~=null) then
|
||||
@ -640,7 +640,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tlc34076.h,VIDEOS += TLC34076
|
||||
--@src/emu/video/tlc34076.h,VIDEOS["TLC34076"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TLC34076"]~=null) then
|
||||
@ -652,7 +652,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tms34061.h,VIDEOS += TMS34061
|
||||
--@src/emu/video/tms34061.h,VIDEOS["TMS34061"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TMS34061"]~=null) then
|
||||
@ -664,7 +664,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tms3556.h,VIDEOS += TMS3556
|
||||
--@src/emu/video/tms3556.h,VIDEOS["TMS3556"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TMS3556"]~=null) then
|
||||
@ -676,7 +676,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tms9927.h,VIDEOS += TMS9927
|
||||
--@src/emu/video/tms9927.h,VIDEOS["TMS9927"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TMS9927"]~=null) then
|
||||
@ -688,7 +688,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/tms9928a.h,VIDEOS += TMS9928A
|
||||
--@src/emu/video/tms9928a.h,VIDEOS["TMS9928A"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["TMS9928A"]~=null) then
|
||||
@ -700,7 +700,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/upd3301.h,VIDEOS += UPD3301
|
||||
--@src/emu/video/upd3301.h,VIDEOS["UPD3301"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["UPD3301"]~=null) then
|
||||
@ -712,7 +712,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/upd7220.h,VIDEOS += UPD7220
|
||||
--@src/emu/video/upd7220.h,VIDEOS["UPD7220"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["UPD7220"]~=null) then
|
||||
@ -724,7 +724,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/upd7227.h,VIDEOS += UPD7227
|
||||
--@src/emu/video/upd7227.h,VIDEOS["UPD7227"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["UPD7227"]~=null) then
|
||||
@ -736,7 +736,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/vic4567.h,VIDEOS += VIC4567
|
||||
--@src/emu/video/vic4567.h,VIDEOS["VIC4567"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["VIC4567"]~=null) then
|
||||
@ -748,7 +748,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/v9938.h,VIDEOS += V9938
|
||||
--@src/emu/video/v9938.h,VIDEOS["V9938"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["V9938"]~=null) then
|
||||
@ -760,7 +760,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/voodoo.h,VIDEOS += VOODOO
|
||||
--@src/emu/video/voodoo.h,VIDEOS["VOODOO"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["VOODOO"]~=null) then
|
||||
@ -773,7 +773,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/voodoo_pci.h,VIDEOS += VOODOO_PCI
|
||||
--@src/emu/video/voodoo_pci.h,VIDEOS["VOODOO_PCI"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["VOODOO_PCI"]~=null) then
|
||||
@ -785,7 +785,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/emu/video/crtc_ega.h,VIDEOS += CRTC_EGA
|
||||
--@src/emu/video/crtc_ega.h,VIDEOS["CRTC_EGA"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (VIDEOS["CRTC_EGA"]~=null) then
|
||||
|
Loading…
Reference in New Issue
Block a user