diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /scripts/src/bus.lua | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r-- | scripts/src/bus.lua | 200 |
1 files changed, 101 insertions, 99 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 10b6a0f0d52..2a2ccd54776 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -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 { @@ -2132,12 +2132,14 @@ if (BUSES["CPC"]~=null) then MAME_DIR .. "src/emu/bus/cpc/smartwatch.h", MAME_DIR .. "src/emu/bus/cpc/brunword4.c", MAME_DIR .. "src/emu/bus/cpc/brunword4.h", + MAME_DIR .. "src/emu/bus/cpc/hd20.c", + MAME_DIR .. "src/emu/bus/cpc/hd20.h", } 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 { @@ -2152,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 { @@ -2165,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 { @@ -2178,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 { @@ -2193,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 { @@ -2210,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 { @@ -2221,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 { @@ -2252,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 { @@ -2265,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 { @@ -2280,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 @@ -2296,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 @@ -2320,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 @@ -2362,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 @@ -2384,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 @@ -2402,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 @@ -2416,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 @@ -2434,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 @@ -2452,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 @@ -2468,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 |