diff options
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r-- | scripts/src/video.lua | 666 |
1 files changed, 560 insertions, 106 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index d4c4920002a..1c5c7e53eff 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -10,6 +10,8 @@ --------------------------------------------------------------------------- files { + MAME_DIR .. "src/devices/video/cgapal.cpp", + MAME_DIR .. "src/devices/video/cgapal.h", MAME_DIR .. "src/devices/video/poly.h", MAME_DIR .. "src/devices/video/sprite.cpp", MAME_DIR .. "src/devices/video/sprite.h", @@ -55,6 +57,18 @@ end -------------------------------------------------- -- +--@src/devices/video/atirage.h,VIDEOS["ATIRAGE"] = true +-------------------------------------------------- + +if (VIDEOS["ATIRAGE"]~=null) then + files { + MAME_DIR .. "src/devices/video/atirage.cpp", + MAME_DIR .. "src/devices/video/atirage.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/bufsprite.h,VIDEOS["BUFSPRITE"] = true -------------------------------------------------- @@ -185,6 +199,18 @@ if (VIDEOS["DP8350"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/video/ds8874.h,VIDEOS["DS8874"] = true +--------------------------------------------------- + +if (VIDEOS["DS8874"]~=null) then + files { + MAME_DIR .. "src/devices/video/ds8874.cpp", + MAME_DIR .. "src/devices/video/ds8874.h", + } +end + -------------------------------------------------- -- --@src/devices/video/ef9340_1.h,VIDEOS["EF9340_1"] = true @@ -234,28 +260,6 @@ if (VIDEOS["EF9365"]~=null) then end -------------------------------------------------- ---@src/devices/video/epic12.h,VIDEOS["EPIC12"] = true --------------------------------------------------- - -if (VIDEOS["EPIC12"]~=null) then - files { - MAME_DIR .. "src/devices/video/epic12.cpp", - MAME_DIR .. "src/devices/video/epic12.h", - MAME_DIR .. "src/devices/video/epic12_blit0.cpp", - MAME_DIR .. "src/devices/video/epic12_blit1.cpp", - MAME_DIR .. "src/devices/video/epic12_blit2.cpp", - MAME_DIR .. "src/devices/video/epic12_blit3.cpp", - MAME_DIR .. "src/devices/video/epic12_blit4.cpp", - MAME_DIR .. "src/devices/video/epic12_blit5.cpp", - MAME_DIR .. "src/devices/video/epic12_blit6.cpp", - MAME_DIR .. "src/devices/video/epic12_blit7.cpp", - MAME_DIR .. "src/devices/video/epic12_blit8.cpp", - MAME_DIR .. "src/devices/video/epic12in.hxx", - MAME_DIR .. "src/devices/video/epic12pixel.hxx", - } -end - --------------------------------------------------- -- --@src/devices/video/fixfreq.h,VIDEOS["FIXFREQ"] = true -------------------------------------------------- @@ -293,18 +297,6 @@ end -------------------------------------------------- -- ---@src/devices/video/mga2064w.h,VIDEOS["MGA2064W"] = true --------------------------------------------------- - -if (VIDEOS["MGA2064W"]~=null) then - files { - MAME_DIR .. "src/devices/video/mga2064w.cpp", - MAME_DIR .. "src/devices/video/mga2064w.h", - } -end - --------------------------------------------------- --- --@src/devices/video/nt7534.h,VIDEOS["NT7534"] = true -------------------------------------------------- @@ -353,6 +345,30 @@ end -------------------------------------------------- -- +--@src/devices/video/hd61202.h,VIDEOS["HD61202"] = true +-------------------------------------------------- + +if (VIDEOS["HD61202"]~=null) then + files { + MAME_DIR .. "src/devices/video/hd61202.cpp", + MAME_DIR .. "src/devices/video/hd61202.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/hd61603.h,VIDEOS["HD61603"] = true +-------------------------------------------------- + +if (VIDEOS["HD61603"]~=null) then + files { + MAME_DIR .. "src/devices/video/hd61603.cpp", + MAME_DIR .. "src/devices/video/hd61603.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/hd61830.h,VIDEOS["HD61830"] = true -------------------------------------------------- @@ -389,6 +405,30 @@ end -------------------------------------------------- -- +--@src/devices/video/hlcd0438.h,VIDEOS["HLCD0438"] = true +-------------------------------------------------- + +if (VIDEOS["HLCD0438"]~=null) then + files { + MAME_DIR .. "src/devices/video/hlcd0438.cpp", + MAME_DIR .. "src/devices/video/hlcd0438.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/hlcd0488.h,VIDEOS["HLCD0488"] = true +-------------------------------------------------- + +if (VIDEOS["HLCD0488"]~=null) then + files { + MAME_DIR .. "src/devices/video/hlcd0488.cpp", + MAME_DIR .. "src/devices/video/hlcd0488.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/hlcd0515.h,VIDEOS["HLCD0515"] = true -------------------------------------------------- @@ -545,6 +585,54 @@ end -------------------------------------------------- -- +--@src/devices/video/k051316.h,VIDEOS["K051316"] = true +-------------------------------------------------- + +if (VIDEOS["K051316"]~=null) then + files { + MAME_DIR .. "src/devices/video/k051316.cpp", + MAME_DIR .. "src/devices/video/k051316.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/k053936.h,VIDEOS["K053936"] = true +-------------------------------------------------- + +if (VIDEOS["K053936"]~=null) then + files { + MAME_DIR .. "src/devices/video/k053936.cpp", + MAME_DIR .. "src/devices/video/k053936.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/lc7580.h,VIDEOS["LC7580"] = true +-------------------------------------------------- + +if (VIDEOS["LC7580"]~=null) then + files { + MAME_DIR .. "src/devices/video/lc7580.cpp", + MAME_DIR .. "src/devices/video/lc7580.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/lc7985.h,VIDEOS["LC7985"] = true +-------------------------------------------------- + +if (VIDEOS["LC7985"]~=null) then + files { + MAME_DIR .. "src/devices/video/lc7985.cpp", + MAME_DIR .. "src/devices/video/lc7985.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/m50458.h,VIDEOS["M50458"] = true -------------------------------------------------- @@ -557,6 +645,18 @@ end --------------------------------------------------- -- +--@src/devices/video/mb86292.h,VIDEOS["MB86292"] = true +--------------------------------------------------- + +if (VIDEOS["MB86292"]~=null) then + files { + MAME_DIR .. "src/devices/video/mb86292.cpp", + MAME_DIR .. "src/devices/video/mb86292.h", + } +end + +--------------------------------------------------- +-- --@src/devices/video/mb88303.h,VIDEOS["MB88303"] = true --------------------------------------------------- @@ -593,6 +693,18 @@ end -------------------------------------------------- -- +--@src/devices/video/mc68328lcd.h,VIDEOS["MC68328LCD"] = true +-------------------------------------------------- + +if (VIDEOS["MC68328LCD"]~=null) then + files { + MAME_DIR .. "src/devices/video/mc68328lcd.cpp", + MAME_DIR .. "src/devices/video/mc68328lcd.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/mc6845.h,VIDEOS["MC6845"] = true -------------------------------------------------- @@ -675,11 +787,29 @@ if (VIDEOS["MOS6566"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/mos8563.h,VIDEOS["MOS8563"] = true +-------------------------------------------------- -files { - MAME_DIR .. "src/devices/video/cgapal.cpp", - MAME_DIR .. "src/devices/video/cgapal.h", -} +if (VIDEOS["MOS8563"]~=null) then + files { + MAME_DIR .. "src/devices/video/mos8563.cpp", + MAME_DIR .. "src/devices/video/mos8563.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/mn1252.h,VIDEOS["MN1252"] = true +-------------------------------------------------- + +if (VIDEOS["MN1252"]~=null) then + files { + MAME_DIR .. "src/devices/video/mn1252.cpp", + MAME_DIR .. "src/devices/video/mn1252.h", + } +end -------------------------------------------------- -- @@ -690,27 +820,228 @@ if (VIDEOS["PC_VGA"]~=null) then files { MAME_DIR .. "src/devices/video/pc_vga.cpp", MAME_DIR .. "src/devices/video/pc_vga.h", - MAME_DIR .. "src/devices/bus/isa/trident.cpp", - MAME_DIR .. "src/devices/bus/isa/trident.h", - MAME_DIR .. "src/devices/video/clgd542x.cpp", - MAME_DIR .. "src/devices/video/clgd542x.h", } end -------------------------------------------------- -- ---@src/devices/video/virge_pci.h,VIDEOS["VIRGE_PCI"] = true +--@src/devices/video/pc_vga_alliance.h,VIDEOS["PC_VGA_ALLIANCE"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_ALLIANCE"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_alliance.cpp", + MAME_DIR .. "src/devices/video/pc_vga_alliance.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_ati.h,VIDEOS["PC_VGA_ATI"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_ATI"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_ati.cpp", + MAME_DIR .. "src/devices/video/pc_vga_ati.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/ibm8514a.h,VIDEOS["IBM8514A"] = true +-------------------------------------------------- + +if (VIDEOS["IBM8514A"]~=null) then + files { + MAME_DIR .. "src/devices/video/ibm8514a.cpp", + MAME_DIR .. "src/devices/video/ibm8514a.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/ati_mach8.h,VIDEOS["ATI_MACH8"] = true +-------------------------------------------------- + +if (VIDEOS["ATI_MACH8"]~=null) then + files { + MAME_DIR .. "src/devices/video/ati_mach8.cpp", + MAME_DIR .. "src/devices/video/ati_mach8.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/ati_mach8.h,VIDEOS["ATI_MACH32"] = true +-------------------------------------------------- + +if (VIDEOS["ATI_MACH32"]~=null) then + files { + MAME_DIR .. "src/devices/video/ati_mach32.cpp", + MAME_DIR .. "src/devices/video/ati_mach32.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_cirrus.h,VIDEOS["PC_VGA_CIRRUS"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_CIRRUS"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_cirrus.cpp", + MAME_DIR .. "src/devices/video/pc_vga_cirrus.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_matrox.h,VIDEOS["PC_VGA_MATROX"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_MATROX"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_matrox.cpp", + MAME_DIR .. "src/devices/video/pc_vga_matrox.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_mediagx.h,VIDEOS["PC_VGA_MEDIAGX"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_MEDIAGX"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_mediagx.cpp", + MAME_DIR .. "src/devices/video/pc_vga_mediagx.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_nvidia.h,VIDEOS["PC_VGA_NVIDIA"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_NVIDIA"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_nvidia.cpp", + MAME_DIR .. "src/devices/video/pc_vga_nvidia.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_oak.h,VIDEOS["PC_VGA_OAK"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_OAK"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_oak.cpp", + MAME_DIR .. "src/devices/video/pc_vga_oak.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_paradise.h,VIDEOS["PC_VGA_PARADISE"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_PARADISE"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_paradise.cpp", + MAME_DIR .. "src/devices/video/pc_vga_paradise.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/wd90c26.h,VIDEOS["WD90C26"] = true +-------------------------------------------------- + +if (VIDEOS["WD90C26"]~=null) then + files { + MAME_DIR .. "src/devices/video/wd90c26.cpp", + MAME_DIR .. "src/devices/video/wd90c26.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_s3.h,VIDEOS["PC_VGA_S3"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_S3"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_s3.cpp", + MAME_DIR .. "src/devices/video/pc_vga_s3.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/s3virge.h,VIDEOS["S3VIRGE"] = true +-------------------------------------------------- + +if (VIDEOS["S3VIRGE"]~=null) then + files { + MAME_DIR .. "src/devices/video/s3virge.cpp", + MAME_DIR .. "src/devices/video/s3virge.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_sis.h,VIDEOS["PC_VGA_SIS"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_SIS"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_sis.cpp", + MAME_DIR .. "src/devices/video/pc_vga_sis.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_vga_trident.h,VIDEOS["PC_VGA_TRIDENT"] = true -------------------------------------------------- -if (VIDEOS["VIRGE_PCI"]~=null) then +if (VIDEOS["PC_VGA_TRIDENT"]~=null) then files { - MAME_DIR .. "src/devices/video/virge_pci.cpp", - MAME_DIR .. "src/devices/video/virge_pci.h", + MAME_DIR .. "src/devices/video/pc_vga_trident.cpp", + MAME_DIR .. "src/devices/video/pc_vga_trident.h", } end -------------------------------------------------- -- +--@src/devices/video/pc_vga_tseng.h,VIDEOS["PC_VGA_TSENG"] = true +-------------------------------------------------- + +if (VIDEOS["PC_VGA_TSENG"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_vga_tseng.cpp", + MAME_DIR .. "src/devices/video/pc_vga_tseng.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/pc_xga.h,VIDEOS["PC_XGA"] = true +-------------------------------------------------- + +if (VIDEOS["PC_XGA"]~=null) then + files { + MAME_DIR .. "src/devices/video/pc_xga.cpp", + MAME_DIR .. "src/devices/video/pc_xga.h", + } +end + + +-------------------------------------------------- +-- --@src/devices/video/pcd8544.h,VIDEOS["PCD8544"] = true -------------------------------------------------- @@ -723,13 +1054,13 @@ end -------------------------------------------------- -- ---@src/devices/video/polylgcy.h,VIDEOS["POLY"] = true +--@src/devices/video/pcf2100.h,VIDEOS["PCF2100"] = true -------------------------------------------------- -if (VIDEOS["POLY"]~=null) then +if (VIDEOS["PCF2100"]~=null) then files { - MAME_DIR .. "src/devices/video/polylgcy.cpp", - MAME_DIR .. "src/devices/video/polylgcy.h", + MAME_DIR .. "src/devices/video/pcf2100.cpp", + MAME_DIR .. "src/devices/video/pcf2100.h", } end @@ -771,6 +1102,42 @@ end -------------------------------------------------- -- +--@src/devices/video/saa5240.h,VIDEOS["SAA5240"] = true +-------------------------------------------------- + +if (VIDEOS["SAA5240"]~=null) then + files { + MAME_DIR .. "src/devices/video/saa5240.cpp", + MAME_DIR .. "src/devices/video/saa5240.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/saa7110.h,VIDEOS["SAA7110"] = true +-------------------------------------------------- + +if (VIDEOS["SAA7110"]~=null) then + files { + MAME_DIR .. "src/devices/video/saa7110.cpp", + MAME_DIR .. "src/devices/video/saa7110.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/sn74s262.h,VIDEOS["SN74S262"] = true +-------------------------------------------------- + +if (VIDEOS["SN74S262"]~=null) then + files { + MAME_DIR .. "src/devices/video/sn74s262.cpp", + MAME_DIR .. "src/devices/video/sn74s262.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/pwm.h,VIDEOS["PWM_DISPLAY"] = true -------------------------------------------------- if (VIDEOS["PWM_DISPLAY"]~=null) then @@ -804,6 +1171,39 @@ end -------------------------------------------------- -- +--@src/devices/video/sed1356.h,VIDEOS["SED1356"] = true +-------------------------------------------------- +if (VIDEOS["SED1356"]~=null) then + files { + MAME_DIR .. "src/devices/video/sed1356.cpp", + MAME_DIR .. "src/devices/video/sed1356.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/sed1375.h,VIDEOS["SED1375"] = true +-------------------------------------------------- +if (VIDEOS["SED1375"]~=null) then + files { + MAME_DIR .. "src/devices/video/sed1375.cpp", + MAME_DIR .. "src/devices/video/sed1375.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/sed1500.h,VIDEOS["SED1500"] = true +-------------------------------------------------- +if (VIDEOS["SED1500"]~=null) then + files { + MAME_DIR .. "src/devices/video/sed1500.cpp", + MAME_DIR .. "src/devices/video/sed1500.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/sed1520.h,VIDEOS["SED1520"] = true -------------------------------------------------- if (VIDEOS["SED1520"]~=null) then @@ -848,21 +1248,6 @@ end -------------------------------------------------- -- ---@src/devices/video/stvvdp1.h,VIDEOS["STVVDP"] = true ---@src/devices/video/stvvdp2.h,VIDEOS["STVVDP"] = true --------------------------------------------------- - -if (VIDEOS["STVVDP"]~=null) then - files { - MAME_DIR .. "src/devices/video/stvvdp1.cpp", - MAME_DIR .. "src/devices/video/stvvdp1.h", - MAME_DIR .. "src/devices/video/stvvdp2.cpp", - MAME_DIR .. "src/devices/video/stvvdp2.h", - } -end - --------------------------------------------------- --- --@src/devices/video/t6963c.h,VIDEOS["T6963C"] = true -------------------------------------------------- @@ -911,6 +1296,18 @@ end -------------------------------------------------- -- +--@src/devices/video/tmap038.h,VIDEOS["TMAP038"] = true +-------------------------------------------------- + +if (VIDEOS["TMAP038"]~=null) then + files { + MAME_DIR .. "src/devices/video/tmap038.cpp", + MAME_DIR .. "src/devices/video/tmap038.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/tms34061.h,VIDEOS["TMS34061"] = true -------------------------------------------------- @@ -995,18 +1392,6 @@ end -------------------------------------------------- -- ---@src/devices/video/vic4567.h,VIDEOS["VIC4567"] = true --------------------------------------------------- - -if (VIDEOS["VIC4567"]~=null) then - files { - MAME_DIR .. "src/devices/video/vic4567.cpp", - MAME_DIR .. "src/devices/video/vic4567.h", - } -end - --------------------------------------------------- --- --@src/devices/video/v9938.h,VIDEOS["V9938"] = true -------------------------------------------------- @@ -1038,7 +1423,13 @@ if (VIDEOS["VOODOO"]~=null) then files { MAME_DIR .. "src/devices/video/voodoo.cpp", MAME_DIR .. "src/devices/video/voodoo.h", - MAME_DIR .. "src/devices/video/vooddefs.h", + MAME_DIR .. "src/devices/video/voodoo_2.cpp", + MAME_DIR .. "src/devices/video/voodoo_2.h", + MAME_DIR .. "src/devices/video/voodoo_banshee.cpp", + MAME_DIR .. "src/devices/video/voodoo_banshee.h", + MAME_DIR .. "src/devices/video/voodoo_regs.h", + MAME_DIR .. "src/devices/video/voodoo_render.cpp", + MAME_DIR .. "src/devices/video/voodoo_render.h", } end @@ -1125,6 +1516,20 @@ if (VIDEOS["PPU2C0X"]~=null) then MAME_DIR .. "src/devices/video/ppu2c0x.h", MAME_DIR .. "src/devices/video/ppu2c0x_vt.cpp", MAME_DIR .. "src/devices/video/ppu2c0x_vt.h", + MAME_DIR .. "src/devices/video/ppu2c0x_sh6578.cpp", + MAME_DIR .. "src/devices/video/ppu2c0x_sh6578.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/bt431.h,VIDEOS["BT431"] = true +-------------------------------------------------- + +if (VIDEOS["BT431"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt431.cpp", + MAME_DIR .. "src/devices/video/bt431.h", } end @@ -1142,37 +1547,61 @@ end -------------------------------------------------- -- ---@src/devices/video/imagetek_i4100.h,VIDEOS["I4100"] = true +--@src/devices/video/bt45x.h,VIDEOS["BT45X"] = true -------------------------------------------------- -if (VIDEOS["I4100"]~=null) then +if (VIDEOS["BT45X"]~=null) then files { - MAME_DIR .. "src/devices/video/imagetek_i4100.cpp", - MAME_DIR .. "src/devices/video/imagetek_i4100.h", + MAME_DIR .. "src/devices/video/bt45x.cpp", + MAME_DIR .. "src/devices/video/bt45x.h", } end -------------------------------------------------- -- ---@src/devices/video/dp8510.h,VIDEOS["DP8510"] = true +--@src/devices/video/bt47x.h,VIDEOS["BT47X"] = true -------------------------------------------------- -if (VIDEOS["DP8510"]~=null) then +if (VIDEOS["BT47X"]~=null) then files { - MAME_DIR .. "src/devices/video/dp8510.cpp", - MAME_DIR .. "src/devices/video/dp8510.h", + MAME_DIR .. "src/devices/video/bt47x.cpp", + MAME_DIR .. "src/devices/video/bt47x.h", } end -------------------------------------------------- -- ---@src/devices/video/bt45x.h,VIDEOS["BT45X"] = true +--@src/devices/video/bt48x.h,VIDEOS["BT48X"] = true -------------------------------------------------- -if (VIDEOS["BT45X"]~=null) then +if (VIDEOS["BT48X"]~=null) then files { - MAME_DIR .. "src/devices/video/bt45x.cpp", - MAME_DIR .. "src/devices/video/bt45x.h", + MAME_DIR .. "src/devices/video/bt48x.cpp", + MAME_DIR .. "src/devices/video/bt48x.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/imagetek_i4100.h,VIDEOS["I4100"] = true +-------------------------------------------------- + +if (VIDEOS["I4100"]~=null) then + files { + MAME_DIR .. "src/devices/video/imagetek_i4100.cpp", + MAME_DIR .. "src/devices/video/imagetek_i4100.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/dp8510.h,VIDEOS["DP8510"] = true +-------------------------------------------------- + +if (VIDEOS["DP8510"]~=null) then + files { + MAME_DIR .. "src/devices/video/dp8510.cpp", + MAME_DIR .. "src/devices/video/dp8510.h", } end @@ -1234,47 +1663,72 @@ end -------------------------------------------------- -- ---@src/devices/video/decsfb.h,VIDEOS["DECSFB"] = true +--@src/devices/video/vrender0.h,VIDEOS["VRENDER0"] = true -------------------------------------------------- -if (VIDEOS["DECSFB"]~=null) then + +if (VIDEOS["VRENDER0"]~=null) then files { - MAME_DIR .. "src/devices/video/decsfb.cpp", - MAME_DIR .. "src/devices/video/decsfb.h", + MAME_DIR .. "src/devices/video/vrender0.cpp", + MAME_DIR .. "src/devices/video/vrender0.h", } end -------------------------------------------------- -- ---@src/devices/video/bt47x.h,VIDEOS["BT47X"] = true +--@src/devices/video/avgdvg.h,VIDEOS["AVGDVG"] = true -------------------------------------------------- -if (VIDEOS["BT47X"]~=null) then +if (VIDEOS["AVGDVG"]~=null) then files { - MAME_DIR .. "src/devices/video/bt47x.cpp", - MAME_DIR .. "src/devices/video/bt47x.h", + MAME_DIR .. "src/devices/video/avgdvg.cpp", + MAME_DIR .. "src/devices/video/avgdvg.h", } end -------------------------------------------------- -- ---@src/devices/video/bt431.h,VIDEOS["BT431"] = true +--@src/devices/video/x1_001.h,VIDEOS["X1_001"] = true -------------------------------------------------- -if (VIDEOS["BT431"]~=null) then +if (VIDEOS["X1_001"]~=null) then files { - MAME_DIR .. "src/devices/video/bt431.cpp", - MAME_DIR .. "src/devices/video/bt431.h", + MAME_DIR .. "src/devices/video/x1_001.cpp", + MAME_DIR .. "src/devices/video/x1_001.h", } end -------------------------------------------------- -- ---@src/devices/video/vrender0.h,VIDEOS["VRENDER0"] = true +--@src/devices/video/zr36060.h,VIDEOS["ZR36060"] = true -------------------------------------------------- -if (VIDEOS["VRENDER0"]~=null) then +if (VIDEOS["ZR36060"]~=null) then files { - MAME_DIR .. "src/devices/video/vrender0.cpp", - MAME_DIR .. "src/devices/video/vrender0.h", + MAME_DIR .. "src/devices/video/zr36060.cpp", + MAME_DIR .. "src/devices/video/zr36060.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/zr36110.h,VIDEOS["ZR36110"] = true +-------------------------------------------------- + +if (VIDEOS["ZR36110"]~=null) then + files { + MAME_DIR .. "src/devices/video/zr36110.cpp", + MAME_DIR .. "src/devices/video/zr36110.h", + } +end + +-------------------------------------------------- +-- +--@src/devices/video/bt450.h,VIDEOS["BT450"] = true +-------------------------------------------------- + +if (VIDEOS["BT450"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt450.cpp", + MAME_DIR .. "src/devices/video/bt450.h", } end |