From be67262fc21f75d40dead90256c0ec3142be7b12 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 1 May 2016 20:27:50 +0200 Subject: [PATCH] INC -> HXX makes editors and code analyzers see it as C++ (nw) --- makefile | 8 +- scripts/src/bus.lua | 6 +- scripts/src/cpu.lua | 230 +++++++++--------- scripts/src/emu.lua | 2 +- scripts/src/machine.lua | 6 +- scripts/src/sound.lua | 18 +- scripts/src/video.lua | 4 +- scripts/target/mame/arcade.lua | 50 ++-- scripts/target/mame/mess.lua | 16 +- .../bus/nes/{nes_ines.inc => nes_ines.hxx} | 0 .../bus/nes/{nes_pcb.inc => nes_pcb.hxx} | 0 src/devices/bus/nes/nes_slot.cpp | 6 +- .../bus/nes/{nes_unif.inc => nes_unif.hxx} | 0 .../cpu/adsp2100/{2100ops.inc => 2100ops.hxx} | 0 src/devices/cpu/adsp2100/adsp2100.cpp | 2 +- .../cpu/arcompact/arcompact_execute.cpp | 2 +- src/devices/cpu/arm7/arm7.cpp | 4 +- .../cpu/arm7/{arm7core.inc => arm7core.hxx} | 0 .../cpu/arm7/{arm7drc.inc => arm7drc.hxx} | 2 +- .../cpu/arm7/{arm7tdrc.inc => arm7tdrc.hxx} | 0 src/devices/cpu/cop400/cop400.cpp | 2 +- .../cpu/cop400/{cop400op.inc => cop400op.hxx} | 0 src/devices/cpu/dsp16/dsp16.cpp | 2 +- .../cpu/dsp16/{dsp16ops.inc => dsp16ops.hxx} | 0 src/devices/cpu/dsp32/dsp32.cpp | 2 +- .../cpu/dsp32/{dsp32ops.inc => dsp32ops.hxx} | 0 src/devices/cpu/dsp56k/dsp56k.cpp | 2 +- .../cpu/dsp56k/{dsp56ops.inc => dsp56ops.hxx} | 0 src/devices/cpu/e0c6200/e0c6200.cpp | 2 +- .../e0c6200/{e0c6200op.inc => e0c6200op.hxx} | 0 src/devices/cpu/e132xs/e132xs.cpp | 2 +- .../cpu/e132xs/{e132xsop.inc => e132xsop.hxx} | 0 src/devices/cpu/h8/h8.cpp | 2 +- src/devices/cpu/h8/h8h.cpp | 2 +- src/devices/cpu/h8/h8s2000.cpp | 2 +- src/devices/cpu/h8/h8s2600.cpp | 2 +- src/devices/cpu/i386/i386.cpp | 12 +- .../cpu/i386/{i386op16.inc => i386op16.hxx} | 0 .../cpu/i386/{i386op32.inc => i386op32.hxx} | 0 .../cpu/i386/{i386ops.inc => i386ops.hxx} | 0 .../cpu/i386/{i486ops.inc => i486ops.hxx} | 0 .../cpu/i386/{pentops.inc => pentops.hxx} | 0 .../cpu/i386/{x87ops.inc => x87ops.hxx} | 0 src/devices/cpu/i860/i860.cpp | 2 +- .../cpu/i860/{i860dec.inc => i860dec.hxx} | 0 .../cpu/lh5801/{5801tbl.inc => 5801tbl.hxx} | 0 src/devices/cpu/lh5801/lh5801.cpp | 2 +- src/devices/cpu/lr35902/lr35902.cpp | 2 +- .../cpu/lr35902/{opc_cb.inc => opc_cb.hxx} | 0 .../lr35902/{opc_main.inc => opc_main.hxx} | 2 +- src/devices/cpu/m6502/deco16.cpp | 2 +- src/devices/cpu/m6502/m4510.cpp | 2 +- src/devices/cpu/m6502/m6502.cpp | 2 +- src/devices/cpu/m6502/m6509.cpp | 2 +- src/devices/cpu/m6502/m6510.cpp | 2 +- src/devices/cpu/m6502/m65c02.cpp | 2 +- src/devices/cpu/m6502/m65ce02.cpp | 2 +- src/devices/cpu/m6502/m740.cpp | 2 +- src/devices/cpu/m6502/n2a03.cpp | 2 +- src/devices/cpu/m6502/r65c02.cpp | 2 +- .../cpu/m6800/{6800ops.inc => 6800ops.hxx} | 0 .../cpu/m6800/{6800tbl.inc => 6800tbl.hxx} | 0 src/devices/cpu/m6800/m6800.cpp | 4 +- src/devices/cpu/m68000/m68kcpu.cpp | 2 +- .../cpu/m68000/{m68kfpu.inc => m68kfpu.hxx} | 0 .../cpu/m6805/{6805ops.inc => 6805ops.hxx} | 0 src/devices/cpu/m6805/m6805.cpp | 2 +- src/devices/cpu/m6809/hd6309.cpp | 2 +- src/devices/cpu/m6809/konami.cpp | 2 +- src/devices/cpu/m6809/m6809.cpp | 2 +- .../cpu/mc68hc11/{hc11ops.inc => hc11ops.hxx} | 0 src/devices/cpu/mc68hc11/mc68hc11.cpp | 2 +- src/devices/cpu/mcs51/mcs51.cpp | 2 +- .../cpu/mcs51/{mcs51ops.inc => mcs51ops.hxx} | 0 src/devices/cpu/mcs96/i8x9x.cpp | 2 +- src/devices/cpu/mcs96/i8xc196.cpp | 2 +- src/devices/cpu/mcs96/mcs96.cpp | 2 +- src/devices/cpu/nec/nec.cpp | 2 +- .../cpu/nec/{necinstr.inc => necinstr.hxx} | 0 src/devices/cpu/nec/v25.cpp | 4 +- .../cpu/nec/{v25instr.inc => v25instr.hxx} | 0 .../cpu/saturn/{satops.inc => satops.hxx} | 0 .../cpu/saturn/{sattable.inc => sattable.hxx} | 0 src/devices/cpu/saturn/saturn.cpp | 4 +- src/devices/cpu/sc61860/sc61860.cpp | 4 +- .../cpu/sc61860/{scops.inc => scops.hxx} | 0 .../cpu/sc61860/{sctable.inc => sctable.hxx} | 0 .../cpu/sharc/{compute.inc => compute.hxx} | 0 src/devices/cpu/sharc/sharc.cpp | 6 +- .../cpu/sharc/{sharcdma.inc => sharcdma.hxx} | 0 .../cpu/sharc/{sharcmem.inc => sharcmem.hxx} | 0 .../cpu/sharc/{sharcops.inc => sharcops.hxx} | 2 +- src/devices/cpu/t11/t11.cpp | 4 +- .../cpu/t11/{t11ops.inc => t11ops.hxx} | 0 .../cpu/t11/{t11table.inc => t11table.hxx} | 0 .../cpu/tlcs900/{900tbl.inc => 900tbl.hxx} | 0 src/devices/cpu/tlcs900/tlcs900.cpp | 2 +- .../tms32031/{32031ops.inc => 32031ops.hxx} | 0 src/devices/cpu/tms32031/tms32031.cpp | 2 +- .../tms32051/{32051ops.inc => 32051ops.hxx} | 0 src/devices/cpu/tms32051/tms32051.cpp | 2 +- .../tms34010/{34010fld.inc => 34010fld.hxx} | 0 .../tms34010/{34010gfx.inc => 34010gfx.hxx} | 40 +-- .../tms34010/{34010ops.inc => 34010ops.hxx} | 0 .../tms34010/{34010tbl.inc => 34010tbl.hxx} | 0 src/devices/cpu/tms34010/tms34010.cpp | 8 +- src/devices/cpu/tms57002/57002dsm.cpp | 6 +- src/devices/cpu/tms57002/tms57002.cpp | 2 +- src/devices/cpu/tms57002/tms57kdec.cpp | 8 +- src/devices/cpu/tms7000/tms7000.cpp | 2 +- .../cpu/tms7000/{tms70op.inc => tms70op.hxx} | 0 src/devices/cpu/v60/{am.inc => am.hxx} | 6 +- src/devices/cpu/v60/{am1.inc => am1.hxx} | 0 src/devices/cpu/v60/{am2.inc => am2.hxx} | 0 src/devices/cpu/v60/{am3.inc => am3.hxx} | 0 src/devices/cpu/v60/{op12.inc => op12.hxx} | 0 src/devices/cpu/v60/{op2.inc => op2.hxx} | 0 src/devices/cpu/v60/{op3.inc => op3.hxx} | 0 src/devices/cpu/v60/{op4.inc => op4.hxx} | 0 src/devices/cpu/v60/{op5.inc => op5.hxx} | 0 src/devices/cpu/v60/{op6.inc => op6.hxx} | 0 src/devices/cpu/v60/{op7a.inc => op7a.hxx} | 0 .../cpu/v60/{optable.inc => optable.hxx} | 0 src/devices/cpu/v60/v60.cpp | 18 +- src/devices/cpu/z180/z180.cpp | 12 +- .../cpu/z180/{z180cb.inc => z180cb.hxx} | 0 .../cpu/z180/{z180dd.inc => z180dd.hxx} | 0 .../cpu/z180/{z180ed.inc => z180ed.hxx} | 0 .../cpu/z180/{z180fd.inc => z180fd.hxx} | 0 .../cpu/z180/{z180op.inc => z180op.hxx} | 0 .../cpu/z180/{z180xy.inc => z180xy.hxx} | 0 src/devices/cpu/z8/z8.cpp | 2 +- src/devices/cpu/z8/{z8ops.inc => z8ops.hxx} | 0 src/devices/cpu/z8000/z8000.cpp | 4 +- .../cpu/z8000/{z8000ops.inc => z8000ops.hxx} | 0 .../cpu/z8000/{z8000tbl.inc => z8000tbl.hxx} | 0 src/devices/machine/s3c2400.cpp | 2 +- src/devices/machine/s3c2410.cpp | 2 +- src/devices/machine/s3c2440.cpp | 2 +- .../machine/{s3c24xx.inc => s3c24xx.hxx} | 0 .../sound/{disc_dev.inc => disc_dev.hxx} | 0 .../sound/{disc_flt.inc => disc_flt.hxx} | 0 .../sound/{disc_inp.inc => disc_inp.hxx} | 0 .../sound/{disc_mth.inc => disc_mth.hxx} | 0 .../sound/{disc_sys.inc => disc_sys.hxx} | 0 .../sound/{disc_wav.inc => disc_wav.hxx} | 0 src/devices/sound/discrete.cpp | 12 +- src/devices/sound/tms5110.cpp | 2 +- .../sound/{tms5110r.inc => tms5110r.hxx} | 0 src/devices/sound/tms5220.cpp | 2 +- src/devices/sound/vlm5030.cpp | 2 +- src/devices/video/epic12_blit0.cpp | 130 +++++----- src/devices/video/epic12_blit1.cpp | 130 +++++----- src/devices/video/epic12_blit2.cpp | 130 +++++----- src/devices/video/epic12_blit3.cpp | 130 +++++----- src/devices/video/epic12_blit4.cpp | 130 +++++----- src/devices/video/epic12_blit5.cpp | 130 +++++----- src/devices/video/epic12_blit6.cpp | 130 +++++----- src/devices/video/epic12_blit7.cpp | 130 +++++----- src/devices/video/epic12_blit8.cpp | 8 +- .../video/{epic12in.inc => epic12in.hxx} | 18 +- .../{epic12pixel.inc => epic12pixel.hxx} | 0 src/devices/video/voodoo.cpp | 4 +- src/devices/video/voodoo.h | 2 +- .../{voodoo_rast.inc => voodoo_rast.hxx} | 0 src/emu/{rendersw.inc => rendersw.hxx} | 0 src/emu/video.cpp | 2 +- src/mame/drivers/bfm_ad5.cpp | 2 +- .../drivers/{bfm_ad5sw.inc => bfm_ad5sw.hxx} | 0 src/mame/drivers/bfm_sc5.cpp | 2 +- .../drivers/{bfm_sc5sw.inc => bfm_sc5sw.hxx} | 0 src/mame/drivers/maygay1b.cpp | 2 +- .../drivers/{maygay1b.inc => maygay1b.hxx} | 0 src/mame/drivers/mpu4.cpp | 24 +- src/mame/drivers/{mpu4.inc => mpu4.hxx} | 0 .../drivers/{mpu4avan.inc => mpu4avan.hxx} | 0 src/mame/drivers/{mpu4bwb.inc => mpu4bwb.hxx} | 0 .../{mpu4concept.inc => mpu4concept.hxx} | 0 .../{mpu4crystal.inc => mpu4crystal.hxx} | 0 .../{mpu4empire.inc => mpu4empire.hxx} | 0 src/mame/drivers/{mpu4mdm.inc => mpu4mdm.hxx} | 0 .../drivers/{mpu4misc.inc => mpu4misc.hxx} | 0 .../{mpu4mod2sw.inc => mpu4mod2sw.hxx} | 0 .../{mpu4mod4yam.inc => mpu4mod4yam.hxx} | 0 src/mame/drivers/{mpu4sw.inc => mpu4sw.hxx} | 0 .../drivers/{mpu4union.inc => mpu4union.hxx} | 0 src/mame/drivers/mpu5.cpp | 2 +- src/mame/drivers/{mpu5.inc => mpu5.hxx} | 0 .../{multfish_ref.inc => multfish_ref.hxx} | 0 src/mame/drivers/{neodriv.inc => neodriv.hxx} | 0 src/mame/drivers/neogeo.cpp | 2 +- src/mame/drivers/palm.cpp | 2 +- .../drivers/{palm_dbg.inc => palm_dbg.hxx} | 0 src/mame/drivers/{unkfr.inc => unkfr.hxx} | 0 src/mame/drivers/ymmu100.cpp | 2 +- src/mame/includes/model2.h | 16 +- src/mame/machine/{cx4data.inc => cx4data.hxx} | 0 src/mame/machine/{cx4fn.inc => cx4fn.hxx} | 0 src/mame/machine/{cx4oam.inc => cx4oam.hxx} | 0 src/mame/machine/{cx4ops.inc => cx4ops.hxx} | 0 src/mame/machine/snescx4.cpp | 8 +- src/mame/video/hng64.cpp | 4 +- src/mame/video/{hng64_3d.inc => hng64_3d.hxx} | 0 .../{hng64_sprite.inc => hng64_sprite.hxx} | 0 src/mame/video/{jagblit.inc => jagblit.hxx} | 2 +- src/mame/video/{jagobj.inc => jagobj.hxx} | 0 src/mame/video/jaguar.cpp | 20 +- src/mame/video/{model2rd.inc => model2rd.hxx} | 0 src/mame/video/n64.cpp | 2 +- src/mame/video/{rdpfiltr.inc => rdpfiltr.hxx} | 0 src/osd/modules/render/drawgdi.cpp | 2 +- src/osd/modules/render/drawsdl.cpp | 2 +- src/tools/srcclean.cpp | 2 +- 213 files changed, 887 insertions(+), 887 deletions(-) rename src/devices/bus/nes/{nes_ines.inc => nes_ines.hxx} (100%) rename src/devices/bus/nes/{nes_pcb.inc => nes_pcb.hxx} (100%) rename src/devices/bus/nes/{nes_unif.inc => nes_unif.hxx} (100%) rename src/devices/cpu/adsp2100/{2100ops.inc => 2100ops.hxx} (100%) rename src/devices/cpu/arm7/{arm7core.inc => arm7core.hxx} (100%) rename src/devices/cpu/arm7/{arm7drc.inc => arm7drc.hxx} (99%) rename src/devices/cpu/arm7/{arm7tdrc.inc => arm7tdrc.hxx} (100%) rename src/devices/cpu/cop400/{cop400op.inc => cop400op.hxx} (100%) rename src/devices/cpu/dsp16/{dsp16ops.inc => dsp16ops.hxx} (100%) rename src/devices/cpu/dsp32/{dsp32ops.inc => dsp32ops.hxx} (100%) rename src/devices/cpu/dsp56k/{dsp56ops.inc => dsp56ops.hxx} (100%) rename src/devices/cpu/e0c6200/{e0c6200op.inc => e0c6200op.hxx} (100%) rename src/devices/cpu/e132xs/{e132xsop.inc => e132xsop.hxx} (100%) rename src/devices/cpu/i386/{i386op16.inc => i386op16.hxx} (100%) rename src/devices/cpu/i386/{i386op32.inc => i386op32.hxx} (100%) rename src/devices/cpu/i386/{i386ops.inc => i386ops.hxx} (100%) rename src/devices/cpu/i386/{i486ops.inc => i486ops.hxx} (100%) rename src/devices/cpu/i386/{pentops.inc => pentops.hxx} (100%) rename src/devices/cpu/i386/{x87ops.inc => x87ops.hxx} (100%) rename src/devices/cpu/i860/{i860dec.inc => i860dec.hxx} (100%) rename src/devices/cpu/lh5801/{5801tbl.inc => 5801tbl.hxx} (100%) rename src/devices/cpu/lr35902/{opc_cb.inc => opc_cb.hxx} (100%) rename src/devices/cpu/lr35902/{opc_main.inc => opc_main.hxx} (99%) rename src/devices/cpu/m6800/{6800ops.inc => 6800ops.hxx} (100%) rename src/devices/cpu/m6800/{6800tbl.inc => 6800tbl.hxx} (100%) rename src/devices/cpu/m68000/{m68kfpu.inc => m68kfpu.hxx} (100%) rename src/devices/cpu/m6805/{6805ops.inc => 6805ops.hxx} (100%) rename src/devices/cpu/mc68hc11/{hc11ops.inc => hc11ops.hxx} (100%) rename src/devices/cpu/mcs51/{mcs51ops.inc => mcs51ops.hxx} (100%) rename src/devices/cpu/nec/{necinstr.inc => necinstr.hxx} (100%) rename src/devices/cpu/nec/{v25instr.inc => v25instr.hxx} (100%) rename src/devices/cpu/saturn/{satops.inc => satops.hxx} (100%) rename src/devices/cpu/saturn/{sattable.inc => sattable.hxx} (100%) rename src/devices/cpu/sc61860/{scops.inc => scops.hxx} (100%) rename src/devices/cpu/sc61860/{sctable.inc => sctable.hxx} (100%) rename src/devices/cpu/sharc/{compute.inc => compute.hxx} (100%) rename src/devices/cpu/sharc/{sharcdma.inc => sharcdma.hxx} (100%) rename src/devices/cpu/sharc/{sharcmem.inc => sharcmem.hxx} (100%) rename src/devices/cpu/sharc/{sharcops.inc => sharcops.hxx} (99%) rename src/devices/cpu/t11/{t11ops.inc => t11ops.hxx} (100%) rename src/devices/cpu/t11/{t11table.inc => t11table.hxx} (100%) rename src/devices/cpu/tlcs900/{900tbl.inc => 900tbl.hxx} (100%) rename src/devices/cpu/tms32031/{32031ops.inc => 32031ops.hxx} (100%) rename src/devices/cpu/tms32051/{32051ops.inc => 32051ops.hxx} (100%) rename src/devices/cpu/tms34010/{34010fld.inc => 34010fld.hxx} (100%) rename src/devices/cpu/tms34010/{34010gfx.inc => 34010gfx.hxx} (99%) rename src/devices/cpu/tms34010/{34010ops.inc => 34010ops.hxx} (100%) rename src/devices/cpu/tms34010/{34010tbl.inc => 34010tbl.hxx} (100%) rename src/devices/cpu/tms7000/{tms70op.inc => tms70op.hxx} (100%) rename src/devices/cpu/v60/{am.inc => am.hxx} (93%) rename src/devices/cpu/v60/{am1.inc => am1.hxx} (100%) rename src/devices/cpu/v60/{am2.inc => am2.hxx} (100%) rename src/devices/cpu/v60/{am3.inc => am3.hxx} (100%) rename src/devices/cpu/v60/{op12.inc => op12.hxx} (100%) rename src/devices/cpu/v60/{op2.inc => op2.hxx} (100%) rename src/devices/cpu/v60/{op3.inc => op3.hxx} (100%) rename src/devices/cpu/v60/{op4.inc => op4.hxx} (100%) rename src/devices/cpu/v60/{op5.inc => op5.hxx} (100%) rename src/devices/cpu/v60/{op6.inc => op6.hxx} (100%) rename src/devices/cpu/v60/{op7a.inc => op7a.hxx} (100%) rename src/devices/cpu/v60/{optable.inc => optable.hxx} (100%) rename src/devices/cpu/z180/{z180cb.inc => z180cb.hxx} (100%) rename src/devices/cpu/z180/{z180dd.inc => z180dd.hxx} (100%) rename src/devices/cpu/z180/{z180ed.inc => z180ed.hxx} (100%) rename src/devices/cpu/z180/{z180fd.inc => z180fd.hxx} (100%) rename src/devices/cpu/z180/{z180op.inc => z180op.hxx} (100%) rename src/devices/cpu/z180/{z180xy.inc => z180xy.hxx} (100%) rename src/devices/cpu/z8/{z8ops.inc => z8ops.hxx} (100%) rename src/devices/cpu/z8000/{z8000ops.inc => z8000ops.hxx} (100%) rename src/devices/cpu/z8000/{z8000tbl.inc => z8000tbl.hxx} (100%) rename src/devices/machine/{s3c24xx.inc => s3c24xx.hxx} (100%) rename src/devices/sound/{disc_dev.inc => disc_dev.hxx} (100%) rename src/devices/sound/{disc_flt.inc => disc_flt.hxx} (100%) rename src/devices/sound/{disc_inp.inc => disc_inp.hxx} (100%) rename src/devices/sound/{disc_mth.inc => disc_mth.hxx} (100%) rename src/devices/sound/{disc_sys.inc => disc_sys.hxx} (100%) rename src/devices/sound/{disc_wav.inc => disc_wav.hxx} (100%) rename src/devices/sound/{tms5110r.inc => tms5110r.hxx} (100%) rename src/devices/video/{epic12in.inc => epic12in.hxx} (91%) rename src/devices/video/{epic12pixel.inc => epic12pixel.hxx} (100%) rename src/devices/video/{voodoo_rast.inc => voodoo_rast.hxx} (100%) rename src/emu/{rendersw.inc => rendersw.hxx} (100%) rename src/mame/drivers/{bfm_ad5sw.inc => bfm_ad5sw.hxx} (100%) rename src/mame/drivers/{bfm_sc5sw.inc => bfm_sc5sw.hxx} (100%) rename src/mame/drivers/{maygay1b.inc => maygay1b.hxx} (100%) rename src/mame/drivers/{mpu4.inc => mpu4.hxx} (100%) rename src/mame/drivers/{mpu4avan.inc => mpu4avan.hxx} (100%) rename src/mame/drivers/{mpu4bwb.inc => mpu4bwb.hxx} (100%) rename src/mame/drivers/{mpu4concept.inc => mpu4concept.hxx} (100%) rename src/mame/drivers/{mpu4crystal.inc => mpu4crystal.hxx} (100%) rename src/mame/drivers/{mpu4empire.inc => mpu4empire.hxx} (100%) rename src/mame/drivers/{mpu4mdm.inc => mpu4mdm.hxx} (100%) rename src/mame/drivers/{mpu4misc.inc => mpu4misc.hxx} (100%) rename src/mame/drivers/{mpu4mod2sw.inc => mpu4mod2sw.hxx} (100%) rename src/mame/drivers/{mpu4mod4yam.inc => mpu4mod4yam.hxx} (100%) rename src/mame/drivers/{mpu4sw.inc => mpu4sw.hxx} (100%) rename src/mame/drivers/{mpu4union.inc => mpu4union.hxx} (100%) rename src/mame/drivers/{mpu5.inc => mpu5.hxx} (100%) rename src/mame/drivers/{multfish_ref.inc => multfish_ref.hxx} (100%) rename src/mame/drivers/{neodriv.inc => neodriv.hxx} (100%) rename src/mame/drivers/{palm_dbg.inc => palm_dbg.hxx} (100%) rename src/mame/drivers/{unkfr.inc => unkfr.hxx} (100%) rename src/mame/machine/{cx4data.inc => cx4data.hxx} (100%) rename src/mame/machine/{cx4fn.inc => cx4fn.hxx} (100%) rename src/mame/machine/{cx4oam.inc => cx4oam.hxx} (100%) rename src/mame/machine/{cx4ops.inc => cx4ops.hxx} (100%) rename src/mame/video/{hng64_3d.inc => hng64_3d.hxx} (100%) rename src/mame/video/{hng64_sprite.inc => hng64_sprite.hxx} (100%) rename src/mame/video/{jagblit.inc => jagblit.hxx} (99%) rename src/mame/video/{jagobj.inc => jagobj.hxx} (100%) rename src/mame/video/{model2rd.inc => model2rd.hxx} (100%) rename src/mame/video/{rdpfiltr.inc => rdpfiltr.hxx} (100%) diff --git a/makefile b/makefile index b399c13923a..1dd0f57217d 100644 --- a/makefile +++ b/makefile @@ -1459,7 +1459,7 @@ generate: \ $(GEN_FOLDERS) \ $(patsubst %.po,%.mo,$(call rwildcard, language/, *.po)) \ $(patsubst $(SRC)/%.lay,$(GENDIR)/%.lh,$(LAYOUTS)) \ - $(GENDIR)/mame/drivers/ymmu100.inc \ + $(GENDIR)/mame/drivers/ymmu100.hxx \ $(SRC)/devices/cpu/m68000/m68kops.cpp \ $(GENDIR)/includes/SDL2 @@ -1471,7 +1471,7 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/complay.py | $(GEN_FOLDERS) @echo Compressing $<... $(SILENT)$(PYTHON) scripts/build/complay.py $< $@ layout_$(basename $(notdir $<)) -$(GENDIR)/mame/drivers/ymmu100.inc: $(SRC)/mame/drivers/ymmu100.ppm scripts/build/file2str.py +$(GENDIR)/mame/drivers/ymmu100.hxx: $(SRC)/mame/drivers/ymmu100.ppm scripts/build/file2str.py @echo Converting $<... $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ ymmu100_bkg UINT8 @@ -1513,7 +1513,7 @@ ifeq ($(OS),windows) $(shell for /r src %%i in (*.mak) do srcclean %%i >&2 ) $(shell for /r src %%i in (*.lst) do srcclean %%i >&2 ) $(shell for /r src %%i in (*.lay) do srcclean %%i >&2 ) - $(shell for /r src %%i in (*.inc) do srcclean %%i >&2 ) + $(shell for /r src %%i in (*.hxx) do srcclean %%i >&2 ) $(shell for /r hash %%i in (*.xml) do srcclean %%i >&2 ) else $(shell find src/ -name *.c -exec ./srcclean {} >&2 ;) @@ -1521,7 +1521,7 @@ else $(shell find src/ -name *.mak -exec ./srcclean {} >&2 ;) $(shell find src/ -name *.lst -exec ./srcclean {} >&2 ;) $(shell find src/ -name *.lay -exec ./srcclean {} >&2 ;) - $(shell find src/ -name *.inc -exec ./srcclean {} >&2 ;) + $(shell find src/ -name *.hxx -exec ./srcclean {} >&2 ;) $(shell find hash/ -name *.xml -exec ./srcclean {} >&2 ;) endif diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 7b749fd2926..3da1e88cb3c 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1634,9 +1634,9 @@ if (BUSES["NES"]~=null) then files { MAME_DIR .. "src/devices/bus/nes/nes_slot.cpp", MAME_DIR .. "src/devices/bus/nes/nes_slot.h", - MAME_DIR .. "src/devices/bus/nes/nes_ines.inc", - MAME_DIR .. "src/devices/bus/nes/nes_pcb.inc", - MAME_DIR .. "src/devices/bus/nes/nes_unif.inc", + MAME_DIR .. "src/devices/bus/nes/nes_ines.hxx", + MAME_DIR .. "src/devices/bus/nes/nes_pcb.hxx", + MAME_DIR .. "src/devices/bus/nes/nes_unif.hxx", MAME_DIR .. "src/devices/bus/nes/nes_carts.cpp", MAME_DIR .. "src/devices/bus/nes/nes_carts.h", MAME_DIR .. "src/devices/bus/nes/2a03pur.cpp", diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 53f09b3abc0..5bb90325fa6 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -86,12 +86,12 @@ if (CPUS["ARCOMPACT"]~=null) then MAME_DIR .. "src/devices/cpu/arcompact/arcompact_common.h", } dependency { - { MAME_DIR .. "src/devices/cpu/arcompact/arcompact.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.inc" }, - { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_execute.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.inc" }, + { MAME_DIR .. "src/devices/cpu/arcompact/arcompact.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx" }, + { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_execute.cpp", GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" , GEN_DIR .. "emu/cpu/arcompact/arcompact.inc", { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" }, {"@echo Generating arcompact source .inc files...", PYTHON .. " $(1) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" , GEN_DIR .. "emu/cpu/arcompact/arcompact.hxx", { MAME_DIR .. "src/devices/cpu/arcompact/arcompact_make.py" }, {"@echo Generating ARCOMPACT source files...", PYTHON .. " $(1) $(@)" }}, } end @@ -129,10 +129,10 @@ if (CPUS["ARM7"]~=null) then MAME_DIR .. "src/devices/cpu/arm7/lpc210x.cpp", MAME_DIR .. "src/devices/cpu/arm7/lpc210x.h", MAME_DIR .. "src/devices/cpu/arm7/arm7core.h", - MAME_DIR .. "src/devices/cpu/arm7/arm7core.inc", - MAME_DIR .. "src/devices/cpu/arm7/arm7drc.inc", + MAME_DIR .. "src/devices/cpu/arm7/arm7core.hxx", + MAME_DIR .. "src/devices/cpu/arm7/arm7drc.hxx", MAME_DIR .. "src/devices/cpu/arm7/arm7help.h", - MAME_DIR .. "src/devices/cpu/arm7/arm7tdrc.inc", + MAME_DIR .. "src/devices/cpu/arm7/arm7tdrc.hxx", } end @@ -198,7 +198,7 @@ if (CPUS["ADSP21XX"]~=null) then files { MAME_DIR .. "src/devices/cpu/adsp2100/adsp2100.cpp", MAME_DIR .. "src/devices/cpu/adsp2100/adsp2100.h", - MAME_DIR .. "src/devices/cpu/adsp2100/2100ops.inc", + MAME_DIR .. "src/devices/cpu/adsp2100/2100ops.hxx", } end @@ -215,12 +215,12 @@ if (CPUS["ADSP21062"]~=null) then files { MAME_DIR .. "src/devices/cpu/sharc/sharc.cpp", MAME_DIR .. "src/devices/cpu/sharc/sharc.h", - MAME_DIR .. "src/devices/cpu/sharc/compute.inc", - MAME_DIR .. "src/devices/cpu/sharc/sharcdma.inc", + MAME_DIR .. "src/devices/cpu/sharc/compute.hxx", + MAME_DIR .. "src/devices/cpu/sharc/sharcdma.hxx", MAME_DIR .. "src/devices/cpu/sharc/sharcdsm.h", - MAME_DIR .. "src/devices/cpu/sharc/sharcmem.inc", + MAME_DIR .. "src/devices/cpu/sharc/sharcmem.hxx", MAME_DIR .. "src/devices/cpu/sharc/sharcops.h", - MAME_DIR .. "src/devices/cpu/sharc/sharcops.inc", + MAME_DIR .. "src/devices/cpu/sharc/sharcops.hxx", } end @@ -253,7 +253,7 @@ if (CPUS["DSP16A"]~=null) then files { MAME_DIR .. "src/devices/cpu/dsp16/dsp16.cpp", MAME_DIR .. "src/devices/cpu/dsp16/dsp16.h", - MAME_DIR .. "src/devices/cpu/dsp16/dsp16ops.inc", + MAME_DIR .. "src/devices/cpu/dsp16/dsp16ops.hxx", } end @@ -270,7 +270,7 @@ if (CPUS["DSP32C"]~=null) then files { MAME_DIR .. "src/devices/cpu/dsp32/dsp32.cpp", MAME_DIR .. "src/devices/cpu/dsp32/dsp32.h", - MAME_DIR .. "src/devices/cpu/dsp32/dsp32ops.inc", + MAME_DIR .. "src/devices/cpu/dsp32/dsp32ops.hxx", } end @@ -382,7 +382,7 @@ if (CPUS["E0C6200"]~=null) then MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200.h", MAME_DIR .. "src/devices/cpu/e0c6200/e0c6s46.cpp", MAME_DIR .. "src/devices/cpu/e0c6200/e0c6s46.h", - MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200op.inc", + MAME_DIR .. "src/devices/cpu/e0c6200/e0c6200op.hxx", } end @@ -415,7 +415,7 @@ if (CPUS["COP400"]~=null) then files { MAME_DIR .. "src/devices/cpu/cop400/cop400.cpp", MAME_DIR .. "src/devices/cpu/cop400/cop400.h", - MAME_DIR .. "src/devices/cpu/cop400/cop400op.inc", + MAME_DIR .. "src/devices/cpu/cop400/cop400op.hxx", } end @@ -466,8 +466,8 @@ if (CPUS["T11"]~=null) then files { MAME_DIR .. "src/devices/cpu/t11/t11.cpp", MAME_DIR .. "src/devices/cpu/t11/t11.h", - MAME_DIR .. "src/devices/cpu/t11/t11ops.inc", - MAME_DIR .. "src/devices/cpu/t11/t11table.inc", + MAME_DIR .. "src/devices/cpu/t11/t11ops.hxx", + MAME_DIR .. "src/devices/cpu/t11/t11table.hxx", } end @@ -585,17 +585,17 @@ if (CPUS["H8"]~=null) then } dependency { - { MAME_DIR .. "src/devices/cpu/h8/h8.cpp", GEN_DIR .. "emu/cpu/h8/h8.inc" }, - { MAME_DIR .. "src/devices/cpu/h8/h8h.cpp", GEN_DIR .. "emu/cpu/h8/h8h.inc" }, - { MAME_DIR .. "src/devices/cpu/h8/h8s2000.cpp", GEN_DIR .. "emu/cpu/h8/h8s2000.inc" }, - { MAME_DIR .. "src/devices/cpu/h8/h8s2600.cpp", GEN_DIR .. "emu/cpu/h8/h8s2600.inc" }, + { MAME_DIR .. "src/devices/cpu/h8/h8.cpp", GEN_DIR .. "emu/cpu/h8/h8.hxx" }, + { MAME_DIR .. "src/devices/cpu/h8/h8h.cpp", GEN_DIR .. "emu/cpu/h8/h8h.hxx" }, + { MAME_DIR .. "src/devices/cpu/h8/h8s2000.cpp", GEN_DIR .. "emu/cpu/h8/h8s2000.hxx" }, + { MAME_DIR .. "src/devices/cpu/h8/h8s2600.cpp", GEN_DIR .. "emu/cpu/h8/h8s2600.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8.inc", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8-300 source file...", PYTHON .. " $(1) $(<) o $(@)" }}, - { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8h.inc", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8-300H source file...", PYTHON .. " $(1) $(<) h $(@)" }}, - { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8s2000.inc", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8S/2000 source file...", PYTHON .. " $(1) $(<) s20 $(@)" }}, - { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8s2600.inc", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8S/2600 source file...", PYTHON .. " $(1) $(<) s26 $(@)" }}, + { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8.hxx", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8-300 source file...", PYTHON .. " $(1) $(<) o $(@)" }}, + { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8h.hxx", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8-300H source file...", PYTHON .. " $(1) $(<) h $(@)" }}, + { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8s2000.hxx", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8S/2000 source file...", PYTHON .. " $(1) $(<) s20 $(@)" }}, + { MAME_DIR .. "src/devices/cpu/h8/h8.lst" , GEN_DIR .. "emu/cpu/h8/h8s2600.hxx", { MAME_DIR .. "src/devices/cpu/h8/h8make.py" }, {"@echo Generating H8S/2600 source file...", PYTHON .. " $(1) $(<) s26 $(@)" }}, } end @@ -719,7 +719,7 @@ if (CPUS["E1"]~=null) then files { MAME_DIR .. "src/devices/cpu/e132xs/e132xs.cpp", MAME_DIR .. "src/devices/cpu/e132xs/e132xs.h", - MAME_DIR .. "src/devices/cpu/e132xs/e132xsop.inc", + MAME_DIR .. "src/devices/cpu/e132xs/e132xsop.hxx", } end @@ -852,7 +852,7 @@ if (CPUS["MCS51"]~=null) then files { MAME_DIR .. "src/devices/cpu/mcs51/mcs51.cpp", MAME_DIR .. "src/devices/cpu/mcs51/mcs51.h", - MAME_DIR .. "src/devices/cpu/mcs51/mcs51ops.inc", + MAME_DIR .. "src/devices/cpu/mcs51/mcs51ops.hxx", } end @@ -875,15 +875,15 @@ if (CPUS["MCS96"]~=null) then MAME_DIR .. "src/devices/cpu/mcs96/i8xc196.h", } dependency { - { MAME_DIR .. "src/devices/cpu/mcs96/mcs96.cpp", GEN_DIR .. "emu/cpu/mcs96/mcs96.inc" }, - { MAME_DIR .. "src/devices/cpu/mcs96/i8x9x.cpp", GEN_DIR .. "emu/cpu/mcs96/i8x9x.inc" }, - { MAME_DIR .. "src/devices/cpu/mcs96/i8xc196.cpp", GEN_DIR .. "emu/cpu/mcs96/i8xc196.inc" }, + { MAME_DIR .. "src/devices/cpu/mcs96/mcs96.cpp", GEN_DIR .. "emu/cpu/mcs96/mcs96.hxx" }, + { MAME_DIR .. "src/devices/cpu/mcs96/i8x9x.cpp", GEN_DIR .. "emu/cpu/mcs96/i8x9x.hxx" }, + { MAME_DIR .. "src/devices/cpu/mcs96/i8xc196.cpp", GEN_DIR .. "emu/cpu/mcs96/i8xc196.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/mcs96.inc", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating mcs96 source file...", PYTHON .. " $(1) mcs96 $(<) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/i8x9x.inc", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating i8x9x source file...", PYTHON .. " $(1) i8x9x $(<) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/i8xc196.inc", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating i8xc196 source file...", PYTHON .. " $(1) i8xc196 $(<) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/mcs96.hxx", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating mcs96 source file...", PYTHON .. " $(1) mcs96 $(<) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/i8x9x.hxx", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating i8x9x source file...", PYTHON .. " $(1) i8x9x $(<) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/mcs96/mcs96ops.lst" , GEN_DIR .. "emu/cpu/mcs96/i8xc196.hxx", { MAME_DIR .. "src/devices/cpu/mcs96/mcs96make.py" }, {"@echo Generating i8xc196 source file...", PYTHON .. " $(1) i8xc196 $(<) $(@)" }}, } end @@ -915,14 +915,14 @@ if (CPUS["I386"]~=null) then MAME_DIR .. "src/devices/cpu/i386/i386.cpp", MAME_DIR .. "src/devices/cpu/i386/i386.h", MAME_DIR .. "src/devices/cpu/i386/cycles.h", - MAME_DIR .. "src/devices/cpu/i386/i386op16.inc", - MAME_DIR .. "src/devices/cpu/i386/i386op32.inc", + MAME_DIR .. "src/devices/cpu/i386/i386op16.hxx", + MAME_DIR .. "src/devices/cpu/i386/i386op32.hxx", MAME_DIR .. "src/devices/cpu/i386/i386ops.h", - MAME_DIR .. "src/devices/cpu/i386/i386ops.inc", + MAME_DIR .. "src/devices/cpu/i386/i386ops.hxx", MAME_DIR .. "src/devices/cpu/i386/i386priv.h", - MAME_DIR .. "src/devices/cpu/i386/i486ops.inc", - MAME_DIR .. "src/devices/cpu/i386/pentops.inc", - MAME_DIR .. "src/devices/cpu/i386/x87ops.inc", + MAME_DIR .. "src/devices/cpu/i386/i486ops.hxx", + MAME_DIR .. "src/devices/cpu/i386/pentops.hxx", + MAME_DIR .. "src/devices/cpu/i386/x87ops.hxx", } end @@ -940,7 +940,7 @@ if (CPUS["I860"]~=null) then MAME_DIR .. "src/devices/cpu/i860/i860.cpp", MAME_DIR .. "src/devices/cpu/i860/i860.h", --MAME_DIR .. "src/devices/cpu/i860/i860dasm.cpp", - MAME_DIR .. "src/devices/cpu/i860/i860dec.inc", + MAME_DIR .. "src/devices/cpu/i860/i860dec.hxx", } end @@ -974,7 +974,7 @@ if (CPUS["LH5801"]~=null) then files { MAME_DIR .. "src/devices/cpu/lh5801/lh5801.cpp", MAME_DIR .. "src/devices/cpu/lh5801/lh5801.h", - MAME_DIR .. "src/devices/cpu/lh5801/5801tbl.inc", + MAME_DIR .. "src/devices/cpu/lh5801/5801tbl.hxx", } end @@ -1253,30 +1253,30 @@ if (CPUS["M6502"]~=null) then } dependency { - { MAME_DIR .. "src/devices/cpu/m6502/deco16.cpp", GEN_DIR .. "emu/cpu/m6502/deco16.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m4510.cpp", GEN_DIR .. "emu/cpu/m6502/m4510.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m6502.cpp", GEN_DIR .. "emu/cpu/m6502/m6502.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m65c02.cpp", GEN_DIR .. "emu/cpu/m6502/m65c02.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m65ce02.cpp", GEN_DIR .. "emu/cpu/m6502/m65ce02.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m6509.cpp", GEN_DIR .. "emu/cpu/m6502/m6509.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m6510.cpp", GEN_DIR .. "emu/cpu/m6502/m6510.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/n2a03.cpp", GEN_DIR .. "emu/cpu/m6502/n2a03.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/r65c02.cpp", GEN_DIR .. "emu/cpu/m6502/r65c02.inc" }, - { MAME_DIR .. "src/devices/cpu/m6502/m740.cpp", GEN_DIR .. "emu/cpu/m6502/m740.inc" }, + { MAME_DIR .. "src/devices/cpu/m6502/deco16.cpp", GEN_DIR .. "emu/cpu/m6502/deco16.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m4510.cpp", GEN_DIR .. "emu/cpu/m6502/m4510.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m6502.cpp", GEN_DIR .. "emu/cpu/m6502/m6502.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m65c02.cpp", GEN_DIR .. "emu/cpu/m6502/m65c02.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m65ce02.cpp", GEN_DIR .. "emu/cpu/m6502/m65ce02.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m6509.cpp", GEN_DIR .. "emu/cpu/m6502/m6509.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m6510.cpp", GEN_DIR .. "emu/cpu/m6502/m6510.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/n2a03.cpp", GEN_DIR .. "emu/cpu/m6502/n2a03.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/r65c02.cpp", GEN_DIR .. "emu/cpu/m6502/r65c02.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6502/m740.cpp", GEN_DIR .. "emu/cpu/m6502/m740.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/m6502/odeco16.lst", GEN_DIR .. "emu/cpu/m6502/deco16.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/ddeco16.lst" }, {"@echo Generating deco16 source file...", PYTHON .. " $(1) deco16_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om4510.lst", GEN_DIR .. "emu/cpu/m6502/m4510.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm4510.lst" }, {"@echo Generating m4510 source file...", PYTHON .. " $(1) m4510_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om6502.lst", GEN_DIR .. "emu/cpu/m6502/m6502.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6502.lst" }, {"@echo Generating m6502 source file...", PYTHON .. " $(1) m6502_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om65c02.lst", GEN_DIR .. "emu/cpu/m6502/m65c02.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm65c02.lst" }, {"@echo Generating m65c02 source file...", PYTHON .. " $(1) m65c02_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om65ce02.lst",GEN_DIR .. "emu/cpu/m6502/m65ce02.inc",{ MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm65ce02.lst" }, {"@echo Generating m65ce02 source file...", PYTHON .. " $(1) m65ce02_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om6509.lst", GEN_DIR .. "emu/cpu/m6502/m6509.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6509.lst" }, {"@echo Generating m6509 source file...", PYTHON .. " $(1) m6509_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om6510.lst", GEN_DIR .. "emu/cpu/m6502/m6510.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6510.lst" }, {"@echo Generating m6510 source file...", PYTHON .. " $(1) m6510_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/on2a03.lst", GEN_DIR .. "emu/cpu/m6502/n2a03.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dn2a03.lst" }, {"@echo Generating n2a03 source file...", PYTHON .. " $(1) n2a03_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/om740.lst" , GEN_DIR .. "emu/cpu/m6502/m740.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm740.lst" }, {"@echo Generating m740 source file...", PYTHON .. " $(1) m740_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/odeco16.lst", GEN_DIR .. "emu/cpu/m6502/deco16.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/ddeco16.lst" }, {"@echo Generating deco16 source file...", PYTHON .. " $(1) deco16_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om4510.lst", GEN_DIR .. "emu/cpu/m6502/m4510.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm4510.lst" }, {"@echo Generating m4510 source file...", PYTHON .. " $(1) m4510_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om6502.lst", GEN_DIR .. "emu/cpu/m6502/m6502.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6502.lst" }, {"@echo Generating m6502 source file...", PYTHON .. " $(1) m6502_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om65c02.lst", GEN_DIR .. "emu/cpu/m6502/m65c02.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm65c02.lst" }, {"@echo Generating m65c02 source file...", PYTHON .. " $(1) m65c02_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om65ce02.lst",GEN_DIR .. "emu/cpu/m6502/m65ce02.hxx",{ MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm65ce02.lst" }, {"@echo Generating m65ce02 source file...", PYTHON .. " $(1) m65ce02_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om6509.lst", GEN_DIR .. "emu/cpu/m6502/m6509.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6509.lst" }, {"@echo Generating m6509 source file...", PYTHON .. " $(1) m6509_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om6510.lst", GEN_DIR .. "emu/cpu/m6502/m6510.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm6510.lst" }, {"@echo Generating m6510 source file...", PYTHON .. " $(1) m6510_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/on2a03.lst", GEN_DIR .. "emu/cpu/m6502/n2a03.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dn2a03.lst" }, {"@echo Generating n2a03 source file...", PYTHON .. " $(1) n2a03_device $(<) $(2) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/om740.lst" , GEN_DIR .. "emu/cpu/m6502/m740.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py", MAME_DIR .. "src/devices/cpu/m6502/dm740.lst" }, {"@echo Generating m740 source file...", PYTHON .. " $(1) m740_device $(<) $(2) $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6502/dr65c02.lst", GEN_DIR .. "emu/cpu/m6502/r65c02.inc", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py" }, {"@echo Generating r65c02 source file...", PYTHON .. " $(1) r65c02_device - $(<) $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6502/dr65c02.lst", GEN_DIR .. "emu/cpu/m6502/r65c02.hxx", { MAME_DIR .. "src/devices/cpu/m6502/m6502make.py" }, {"@echo Generating r65c02 source file...", PYTHON .. " $(1) r65c02_device - $(<) $(@)" }}, } end @@ -1289,8 +1289,8 @@ if (CPUS["M6800"]~=null) then files { MAME_DIR .. "src/devices/cpu/m6800/m6800.cpp", MAME_DIR .. "src/devices/cpu/m6800/m6800.h", - MAME_DIR .. "src/devices/cpu/m6800/6800ops.inc", - MAME_DIR .. "src/devices/cpu/m6800/6800tbl.inc", + MAME_DIR .. "src/devices/cpu/m6800/6800ops.hxx", + MAME_DIR .. "src/devices/cpu/m6800/6800tbl.hxx", } end @@ -1307,7 +1307,7 @@ if (CPUS["M6805"]~=null) then files { MAME_DIR .. "src/devices/cpu/m6805/m6805.cpp", MAME_DIR .. "src/devices/cpu/m6805/m6805.h", - MAME_DIR .. "src/devices/cpu/m6805/6805ops.inc", + MAME_DIR .. "src/devices/cpu/m6805/6805ops.hxx", } end @@ -1334,15 +1334,15 @@ if (CPUS["M6809"]~=null) then } dependency { - { MAME_DIR .. "src/devices/cpu/m6809/m6809.cpp", GEN_DIR .. "emu/cpu/m6809/m6809.inc" }, - { MAME_DIR .. "src/devices/cpu/m6809/hd6309.cpp", GEN_DIR .. "emu/cpu/m6809/hd6309.inc" }, - { MAME_DIR .. "src/devices/cpu/m6809/konami.cpp", GEN_DIR .. "emu/cpu/m6809/konami.inc" }, + { MAME_DIR .. "src/devices/cpu/m6809/m6809.cpp", GEN_DIR .. "emu/cpu/m6809/m6809.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6809/hd6309.cpp", GEN_DIR .. "emu/cpu/m6809/hd6309.hxx" }, + { MAME_DIR .. "src/devices/cpu/m6809/konami.cpp", GEN_DIR .. "emu/cpu/m6809/konami.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/m6809/m6809.ops" , GEN_DIR .. "emu/cpu/m6809/m6809.inc", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating m6809 source file...", PYTHON .. " $(1) $(<) > $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6809/hd6309.ops" , GEN_DIR .. "emu/cpu/m6809/hd6309.inc", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating hd6309 source file...", PYTHON .. " $(1) $(<) > $(@)" }}, - { MAME_DIR .. "src/devices/cpu/m6809/konami.ops" , GEN_DIR .. "emu/cpu/m6809/konami.inc", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating konami source file...", PYTHON .. " $(1) $(<) > $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6809/m6809.ops" , GEN_DIR .. "emu/cpu/m6809/m6809.hxx", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating m6809 source file...", PYTHON .. " $(1) $(<) > $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6809/hd6309.ops" , GEN_DIR .. "emu/cpu/m6809/hd6309.hxx", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating hd6309 source file...", PYTHON .. " $(1) $(<) > $(@)" }}, + { MAME_DIR .. "src/devices/cpu/m6809/konami.ops" , GEN_DIR .. "emu/cpu/m6809/konami.hxx", { MAME_DIR .. "src/devices/cpu/m6809/m6809make.py" , MAME_DIR .. "src/devices/cpu/m6809/base6x09.ops" }, {"@echo Generating konami source file...", PYTHON .. " $(1) $(<) > $(@)" }}, } end @@ -1362,7 +1362,7 @@ if (CPUS["MC68HC11"]~=null) then MAME_DIR .. "src/devices/cpu/mc68hc11/mc68hc11.cpp", MAME_DIR .. "src/devices/cpu/mc68hc11/mc68hc11.h", MAME_DIR .. "src/devices/cpu/mc68hc11/hc11ops.h", - MAME_DIR .. "src/devices/cpu/mc68hc11/hc11ops.inc", + MAME_DIR .. "src/devices/cpu/mc68hc11/hc11ops.hxx", } end @@ -1382,7 +1382,7 @@ if (CPUS["M680X0"]~=null) then MAME_DIR .. "src/devices/cpu/m68000/m68kops.cpp", MAME_DIR .. "src/devices/cpu/m68000/m68kops.h", MAME_DIR .. "src/devices/cpu/m68000/m68000.h", - MAME_DIR .. "src/devices/cpu/m68000/m68kfpu.inc", + MAME_DIR .. "src/devices/cpu/m68000/m68kfpu.hxx", --MAME_DIR .. "src/devices/cpu/m68000/m68kmake.cpp", MAME_DIR .. "src/devices/cpu/m68000/m68kmmu.h", --MAME_DIR .. "src/devices/cpu/m68000/m68k_in.cpp", @@ -1407,7 +1407,7 @@ if (CPUS["DSP56156"]~=null) then MAME_DIR .. "src/devices/cpu/dsp56k/dsp56pcu.cpp", MAME_DIR .. "src/devices/cpu/dsp56k/dsp56pcu.h", MAME_DIR .. "src/devices/cpu/dsp56k/dsp56def.h", - MAME_DIR .. "src/devices/cpu/dsp56k/dsp56ops.inc", + MAME_DIR .. "src/devices/cpu/dsp56k/dsp56ops.hxx", MAME_DIR .. "src/devices/cpu/dsp56k/inst.h", MAME_DIR .. "src/devices/cpu/dsp56k/opcode.h", MAME_DIR .. "src/devices/cpu/dsp56k/pmove.h", @@ -1494,12 +1494,12 @@ if (CPUS["NEC"]~=null) then MAME_DIR .. "src/devices/cpu/nec/nec.h", MAME_DIR .. "src/devices/cpu/nec/necea.h", MAME_DIR .. "src/devices/cpu/nec/necinstr.h", - MAME_DIR .. "src/devices/cpu/nec/necinstr.inc", + MAME_DIR .. "src/devices/cpu/nec/necinstr.hxx", MAME_DIR .. "src/devices/cpu/nec/necmacro.h", MAME_DIR .. "src/devices/cpu/nec/necmodrm.h", MAME_DIR .. "src/devices/cpu/nec/necpriv.h", MAME_DIR .. "src/devices/cpu/nec/v25instr.h", - MAME_DIR .. "src/devices/cpu/nec/v25instr.inc", + MAME_DIR .. "src/devices/cpu/nec/v25instr.hxx", MAME_DIR .. "src/devices/cpu/nec/v25priv.h", MAME_DIR .. "src/devices/cpu/nec/v25.cpp", MAME_DIR .. "src/devices/cpu/nec/v25.h", @@ -1533,18 +1533,18 @@ if (CPUS["V60"]~=null) then files { MAME_DIR .. "src/devices/cpu/v60/v60.cpp", MAME_DIR .. "src/devices/cpu/v60/v60.h", - MAME_DIR .. "src/devices/cpu/v60/am.inc", - MAME_DIR .. "src/devices/cpu/v60/am1.inc", - MAME_DIR .. "src/devices/cpu/v60/am2.inc", - MAME_DIR .. "src/devices/cpu/v60/am3.inc", - MAME_DIR .. "src/devices/cpu/v60/op12.inc", - MAME_DIR .. "src/devices/cpu/v60/op2.inc", - MAME_DIR .. "src/devices/cpu/v60/op3.inc", - MAME_DIR .. "src/devices/cpu/v60/op4.inc", - MAME_DIR .. "src/devices/cpu/v60/op5.inc", - MAME_DIR .. "src/devices/cpu/v60/op6.inc", - MAME_DIR .. "src/devices/cpu/v60/op7a.inc", - MAME_DIR .. "src/devices/cpu/v60/optable.inc", + MAME_DIR .. "src/devices/cpu/v60/am.hxx", + MAME_DIR .. "src/devices/cpu/v60/am1.hxx", + MAME_DIR .. "src/devices/cpu/v60/am2.hxx", + MAME_DIR .. "src/devices/cpu/v60/am3.hxx", + MAME_DIR .. "src/devices/cpu/v60/op12.hxx", + MAME_DIR .. "src/devices/cpu/v60/op2.hxx", + MAME_DIR .. "src/devices/cpu/v60/op3.hxx", + MAME_DIR .. "src/devices/cpu/v60/op4.hxx", + MAME_DIR .. "src/devices/cpu/v60/op5.hxx", + MAME_DIR .. "src/devices/cpu/v60/op6.hxx", + MAME_DIR .. "src/devices/cpu/v60/op7a.hxx", + MAME_DIR .. "src/devices/cpu/v60/optable.hxx", } end @@ -1715,8 +1715,8 @@ if (CPUS["SATURN"]~=null) then files { MAME_DIR .. "src/devices/cpu/saturn/saturn.cpp", MAME_DIR .. "src/devices/cpu/saturn/saturn.h", - MAME_DIR .. "src/devices/cpu/saturn/satops.inc", - MAME_DIR .. "src/devices/cpu/saturn/sattable.inc", + MAME_DIR .. "src/devices/cpu/saturn/satops.hxx", + MAME_DIR .. "src/devices/cpu/saturn/sattable.hxx", } end @@ -1793,8 +1793,8 @@ if (CPUS["SC61860"]~=null) then MAME_DIR .. "src/devices/cpu/sc61860/sc61860.cpp", MAME_DIR .. "src/devices/cpu/sc61860/sc61860.h", --MAME_DIR .. "src/devices/cpu/sc61860/readpc.cpp", - MAME_DIR .. "src/devices/cpu/sc61860/scops.inc", - MAME_DIR .. "src/devices/cpu/sc61860/sctable.inc", + MAME_DIR .. "src/devices/cpu/sc61860/scops.hxx", + MAME_DIR .. "src/devices/cpu/sc61860/sctable.hxx", } end @@ -1912,7 +1912,7 @@ if (CPUS["TMS7000"]~=null) then files { MAME_DIR .. "src/devices/cpu/tms7000/tms7000.cpp", MAME_DIR .. "src/devices/cpu/tms7000/tms7000.h", - MAME_DIR .. "src/devices/cpu/tms7000/tms70op.inc", + MAME_DIR .. "src/devices/cpu/tms7000/tms70op.hxx", } end @@ -1955,11 +1955,11 @@ if (CPUS["TMS340X0"]~=null) then files { MAME_DIR .. "src/devices/cpu/tms34010/tms34010.cpp", MAME_DIR .. "src/devices/cpu/tms34010/tms34010.h", - MAME_DIR .. "src/devices/cpu/tms34010/34010fld.inc", - MAME_DIR .. "src/devices/cpu/tms34010/34010gfx.inc", + MAME_DIR .. "src/devices/cpu/tms34010/34010fld.hxx", + MAME_DIR .. "src/devices/cpu/tms34010/34010gfx.hxx", MAME_DIR .. "src/devices/cpu/tms34010/34010ops.h", - MAME_DIR .. "src/devices/cpu/tms34010/34010ops.inc", - MAME_DIR .. "src/devices/cpu/tms34010/34010tbl.inc", + MAME_DIR .. "src/devices/cpu/tms34010/34010ops.hxx", + MAME_DIR .. "src/devices/cpu/tms34010/34010tbl.hxx", --MAME_DIR .. "src/devices/cpu/tms34010/dis34010.cpp", } end @@ -2011,7 +2011,7 @@ if (CPUS["TMS32031"]~=null) then files { MAME_DIR .. "src/devices/cpu/tms32031/tms32031.cpp", MAME_DIR .. "src/devices/cpu/tms32031/tms32031.h", - MAME_DIR .. "src/devices/cpu/tms32031/32031ops.inc", + MAME_DIR .. "src/devices/cpu/tms32031/32031ops.hxx", } end @@ -2029,7 +2029,7 @@ if (CPUS["TMS32051"]~=null) then MAME_DIR .. "src/devices/cpu/tms32051/tms32051.cpp", MAME_DIR .. "src/devices/cpu/tms32051/tms32051.h", MAME_DIR .. "src/devices/cpu/tms32051/32051ops.h", - MAME_DIR .. "src/devices/cpu/tms32051/32051ops.inc", + MAME_DIR .. "src/devices/cpu/tms32051/32051ops.hxx", } end @@ -2067,18 +2067,18 @@ if (CPUS["TMS57002"]~=null) then MAME_DIR .. "src/devices/cpu/tms57002/tms57kdec.cpp", } dependency { - { MAME_DIR .. "src/devices/cpu/tms57002/tms57kdec.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.inc" }, - { MAME_DIR .. "src/devices/cpu/tms57002/tms57002.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.inc" }, + { MAME_DIR .. "src/devices/cpu/tms57002/tms57kdec.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.hxx" }, + { MAME_DIR .. "src/devices/cpu/tms57002/tms57002.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.hxx" }, } custombuildtask { - { MAME_DIR .. "src/devices/cpu/tms57002/tmsinstr.lst" , GEN_DIR .. "emu/cpu/tms57002/tms57002.inc", { MAME_DIR .. "src/devices/cpu/tms57002/tmsmake.py" }, {"@echo Generating TMS57002 source file...", PYTHON .. " $(1) $(<) $(@)" } } + { MAME_DIR .. "src/devices/cpu/tms57002/tmsinstr.lst" , GEN_DIR .. "emu/cpu/tms57002/tms57002.hxx", { MAME_DIR .. "src/devices/cpu/tms57002/tmsmake.py" }, {"@echo Generating TMS57002 source file...", PYTHON .. " $(1) $(<) $(@)" } } } end if (CPUS["TMS57002"]~=null or _OPTIONS["with-tools"]) then table.insert(disasm_files , MAME_DIR .. "src/devices/cpu/tms57002/57002dsm.cpp") - table.insert(disasm_dependency , { MAME_DIR .. "src/devices/cpu/tms57002/57002dsm.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.inc" } ) - table.insert(disasm_custombuildtask , { MAME_DIR .. "src/devices/cpu/tms57002/tmsinstr.lst" , GEN_DIR .. "emu/cpu/tms57002/tms57002.inc", { MAME_DIR .. "src/devices/cpu/tms57002/tmsmake.py" }, {"@echo Generating TMS57002 source file...", PYTHON .. " $(1) $(<) $(@)" }}) + table.insert(disasm_dependency , { MAME_DIR .. "src/devices/cpu/tms57002/57002dsm.cpp", GEN_DIR .. "emu/cpu/tms57002/tms57002.hxx" } ) + table.insert(disasm_custombuildtask , { MAME_DIR .. "src/devices/cpu/tms57002/tmsinstr.lst" , GEN_DIR .. "emu/cpu/tms57002/tms57002.hxx", { MAME_DIR .. "src/devices/cpu/tms57002/tmsmake.py" }, {"@echo Generating TMS57002 source file...", PYTHON .. " $(1) $(<) $(@)" }}) end -------------------------------------------------- @@ -2102,7 +2102,7 @@ if (CPUS["TLCS900"]~=null) then files { MAME_DIR .. "src/devices/cpu/tlcs900/tlcs900.cpp", MAME_DIR .. "src/devices/cpu/tlcs900/tlcs900.h", - MAME_DIR .. "src/devices/cpu/tlcs900/900tbl.inc", + MAME_DIR .. "src/devices/cpu/tlcs900/900tbl.hxx", } end @@ -2144,8 +2144,8 @@ if (CPUS["LR35902"]~=null) then files { MAME_DIR .. "src/devices/cpu/lr35902/lr35902.cpp", MAME_DIR .. "src/devices/cpu/lr35902/lr35902.h", - MAME_DIR .. "src/devices/cpu/lr35902/opc_cb.inc", - MAME_DIR .. "src/devices/cpu/lr35902/opc_main.inc", + MAME_DIR .. "src/devices/cpu/lr35902/opc_cb.hxx", + MAME_DIR .. "src/devices/cpu/lr35902/opc_main.hxx", } end @@ -2162,14 +2162,14 @@ if (CPUS["Z180"]~=null) then files { MAME_DIR .. "src/devices/cpu/z180/z180.cpp", MAME_DIR .. "src/devices/cpu/z180/z180.h", - MAME_DIR .. "src/devices/cpu/z180/z180cb.inc", - MAME_DIR .. "src/devices/cpu/z180/z180dd.inc", - MAME_DIR .. "src/devices/cpu/z180/z180ed.inc", - MAME_DIR .. "src/devices/cpu/z180/z180fd.inc", - MAME_DIR .. "src/devices/cpu/z180/z180op.inc", + MAME_DIR .. "src/devices/cpu/z180/z180cb.hxx", + MAME_DIR .. "src/devices/cpu/z180/z180dd.hxx", + MAME_DIR .. "src/devices/cpu/z180/z180ed.hxx", + MAME_DIR .. "src/devices/cpu/z180/z180fd.hxx", + MAME_DIR .. "src/devices/cpu/z180/z180op.hxx", MAME_DIR .. "src/devices/cpu/z180/z180ops.h", MAME_DIR .. "src/devices/cpu/z180/z180tbl.h", - MAME_DIR .. "src/devices/cpu/z180/z180xy.inc", + MAME_DIR .. "src/devices/cpu/z180/z180xy.hxx", MAME_DIR .. "src/devices/cpu/z80/z80daisy.cpp", MAME_DIR .. "src/devices/cpu/z80/z80daisy.h", } @@ -2191,8 +2191,8 @@ if (CPUS["Z8000"]~=null) then --MAME_DIR .. "src/devices/cpu/z8000/makedab.cpp", MAME_DIR .. "src/devices/cpu/z8000/z8000cpu.h", MAME_DIR .. "src/devices/cpu/z8000/z8000dab.h", - MAME_DIR .. "src/devices/cpu/z8000/z8000ops.inc", - MAME_DIR .. "src/devices/cpu/z8000/z8000tbl.inc", + MAME_DIR .. "src/devices/cpu/z8000/z8000ops.hxx", + MAME_DIR .. "src/devices/cpu/z8000/z8000tbl.hxx", } end @@ -2209,7 +2209,7 @@ if (CPUS["Z8"]~=null) then files { MAME_DIR .. "src/devices/cpu/z8/z8.cpp", MAME_DIR .. "src/devices/cpu/z8/z8.h", - MAME_DIR .. "src/devices/cpu/z8/z8ops.inc", + MAME_DIR .. "src/devices/cpu/z8/z8ops.hxx", } end diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index b8b98cc2da0..2449faa0ae5 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -172,7 +172,7 @@ files { MAME_DIR .. "src/emu/validity.h", MAME_DIR .. "src/emu/video.cpp", MAME_DIR .. "src/emu/video.h", - MAME_DIR .. "src/emu/rendersw.inc", + MAME_DIR .. "src/emu/rendersw.hxx", MAME_DIR .. "src/emu/ui/uimain.h", MAME_DIR .. "src/emu/ui/cmdrender.h", -- TODO: remove MAME_DIR .. "src/emu/ui/cmddata.h", -- TODO: remove diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 72bde3ab5ce..42a51a6c1e4 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1988,7 +1988,7 @@ if (MACHINES["S3C2400"]~=null) then files { MAME_DIR .. "src/devices/machine/s3c2400.cpp", MAME_DIR .. "src/devices/machine/s3c2400.h", - MAME_DIR .. "src/devices/machine/s3c24xx.inc", + MAME_DIR .. "src/devices/machine/s3c24xx.hxx", } end @@ -2001,7 +2001,7 @@ if (MACHINES["S3C2410"]~=null) then files { MAME_DIR .. "src/devices/machine/s3c2410.cpp", MAME_DIR .. "src/devices/machine/s3c2410.h", - MAME_DIR .. "src/devices/machine/s3c24xx.inc", + MAME_DIR .. "src/devices/machine/s3c24xx.hxx", } end @@ -2026,7 +2026,7 @@ if (MACHINES["S3C2440"]~=null) then files { MAME_DIR .. "src/devices/machine/s3c2440.cpp", MAME_DIR .. "src/devices/machine/s3c2440.h", - MAME_DIR .. "src/devices/machine/s3c24xx.inc", + MAME_DIR .. "src/devices/machine/s3c24xx.hxx", } end diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 8039109941a..2c54bf7f0f6 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -81,15 +81,15 @@ if (SOUNDS["DISCRETE"]~=null) then MAME_DIR .. "src/devices/sound/discrete.h", MAME_DIR .. "src/devices/sound/disc_cls.h", MAME_DIR .. "src/devices/sound/disc_dev.h", - MAME_DIR .. "src/devices/sound/disc_dev.inc", + MAME_DIR .. "src/devices/sound/disc_dev.hxx", MAME_DIR .. "src/devices/sound/disc_flt.h", - MAME_DIR .. "src/devices/sound/disc_flt.inc", - MAME_DIR .. "src/devices/sound/disc_inp.inc", + MAME_DIR .. "src/devices/sound/disc_flt.hxx", + MAME_DIR .. "src/devices/sound/disc_inp.hxx", MAME_DIR .. "src/devices/sound/disc_mth.h", - MAME_DIR .. "src/devices/sound/disc_mth.inc", - MAME_DIR .. "src/devices/sound/disc_sys.inc", + MAME_DIR .. "src/devices/sound/disc_mth.hxx", + MAME_DIR .. "src/devices/sound/disc_sys.hxx", MAME_DIR .. "src/devices/sound/disc_wav.h", - MAME_DIR .. "src/devices/sound/disc_wav.inc", + MAME_DIR .. "src/devices/sound/disc_wav.hxx", } end @@ -1014,7 +1014,7 @@ if (SOUNDS["TMS5110"]~=null) then files { MAME_DIR .. "src/devices/sound/tms5110.cpp", MAME_DIR .. "src/devices/sound/tms5110.h", - MAME_DIR .. "src/devices/sound/tms5110r.inc", + MAME_DIR .. "src/devices/sound/tms5110r.hxx", } end @@ -1026,7 +1026,7 @@ if (SOUNDS["TMS5220"]~=null) then files { MAME_DIR .. "src/devices/sound/tms5220.cpp", MAME_DIR .. "src/devices/sound/tms5220.h", - MAME_DIR .. "src/devices/sound/tms5110r.inc", + MAME_DIR .. "src/devices/sound/tms5110r.hxx", MAME_DIR .. "src/devices/machine/spchrom.cpp", MAME_DIR .. "src/devices/machine/spchrom.h", } @@ -1082,7 +1082,7 @@ if (SOUNDS["VLM5030"]~=null) then files { MAME_DIR .. "src/devices/sound/vlm5030.cpp", MAME_DIR .. "src/devices/sound/vlm5030.h", - MAME_DIR .. "src/devices/sound/tms5110r.inc", + MAME_DIR .. "src/devices/sound/tms5110r.hxx", } end diff --git a/scripts/src/video.lua b/scripts/src/video.lua index a8993df052b..587c36f2713 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -203,8 +203,8 @@ if (VIDEOS["EPIC12"]~=null) then 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.inc", - MAME_DIR .. "src/devices/video/epic12pixel.inc", + MAME_DIR .. "src/devices/video/epic12in.hxx", + MAME_DIR .. "src/devices/video/epic12pixel.hxx", } end diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index edd8458fd87..50300af2f7d 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -1027,8 +1027,8 @@ files { MAME_DIR .. "src/mame/audio/jaguar.cpp", MAME_DIR .. "src/mame/video/jaguar.cpp", MAME_DIR .. "src/mame/video/jagblit.h", - MAME_DIR .. "src/mame/video/jagblit.inc", - MAME_DIR .. "src/mame/video/jagobj.inc", + MAME_DIR .. "src/mame/video/jagblit.hxx", + MAME_DIR .. "src/mame/video/jagobj.hxx", MAME_DIR .. "src/mame/drivers/jedi.cpp", MAME_DIR .. "src/mame/includes/jedi.h", MAME_DIR .. "src/mame/audio/jedi.cpp", @@ -1200,24 +1200,24 @@ files { MAME_DIR .. "src/mame/drivers/mpu2.cpp", MAME_DIR .. "src/mame/drivers/mpu3.cpp", MAME_DIR .. "src/mame/drivers/mpu4.cpp", - MAME_DIR .. "src/mame/drivers/mpu4sw.inc", - MAME_DIR .. "src/mame/drivers/mpu4.inc", + MAME_DIR .. "src/mame/drivers/mpu4sw.hxx", + MAME_DIR .. "src/mame/drivers/mpu4.hxx", MAME_DIR .. "src/mame/includes/mpu4.h", - MAME_DIR .. "src/mame/drivers/mpu4mod2sw.inc", - MAME_DIR .. "src/mame/drivers/mpu4mod4yam.inc", + MAME_DIR .. "src/mame/drivers/mpu4mod2sw.hxx", + MAME_DIR .. "src/mame/drivers/mpu4mod4yam.hxx", MAME_DIR .. "src/mame/drivers/mpu4plasma.cpp", MAME_DIR .. "src/mame/drivers/mpu4dealem.cpp", MAME_DIR .. "src/mame/drivers/mpu4vid.cpp", - MAME_DIR .. "src/mame/drivers/mpu4avan.inc", - MAME_DIR .. "src/mame/drivers/mpu4union.inc", - MAME_DIR .. "src/mame/drivers/mpu4concept.inc", - MAME_DIR .. "src/mame/drivers/mpu4empire.inc", - MAME_DIR .. "src/mame/drivers/mpu4mdm.inc", - MAME_DIR .. "src/mame/drivers/mpu4crystal.inc", - MAME_DIR .. "src/mame/drivers/mpu4bwb.inc", - MAME_DIR .. "src/mame/drivers/mpu4misc.inc", + MAME_DIR .. "src/mame/drivers/mpu4avan.hxx", + MAME_DIR .. "src/mame/drivers/mpu4union.hxx", + MAME_DIR .. "src/mame/drivers/mpu4concept.hxx", + MAME_DIR .. "src/mame/drivers/mpu4empire.hxx", + MAME_DIR .. "src/mame/drivers/mpu4mdm.hxx", + MAME_DIR .. "src/mame/drivers/mpu4crystal.hxx", + MAME_DIR .. "src/mame/drivers/mpu4bwb.hxx", + MAME_DIR .. "src/mame/drivers/mpu4misc.hxx", MAME_DIR .. "src/mame/drivers/mpu5.cpp", - MAME_DIR .. "src/mame/drivers/mpu5.inc", + MAME_DIR .. "src/mame/drivers/mpu5.hxx", MAME_DIR .. "src/mame/video/awpvid.cpp", MAME_DIR .. "src/mame/video/awpvid.h", MAME_DIR .. "src/mame/machine/meters.cpp", @@ -1236,10 +1236,10 @@ files { MAME_DIR .. "src/mame/drivers/bfm_sc4.cpp", MAME_DIR .. "src/mame/drivers/bfm_sc5.cpp", MAME_DIR .. "src/mame/includes/bfm_sc5.h", - MAME_DIR .. "src/mame/drivers/bfm_sc5.inc", + MAME_DIR .. "src/mame/drivers/bfm_sc5.hxx", MAME_DIR .. "src/mame/drivers/bfm_ad5.cpp", MAME_DIR .. "src/mame/includes/bfm_ad5.h", - MAME_DIR .. "src/mame/drivers/bfm_ad5.inc", + MAME_DIR .. "src/mame/drivers/bfm_ad5.hxx", MAME_DIR .. "src/mame/machine/bfm_sc45_helper.cpp", MAME_DIR .. "src/mame/machine/bfm_sc45_helper.h", MAME_DIR .. "src/mame/includes/bfm_sc45.h", @@ -2384,7 +2384,7 @@ createMAMEProjects(_target, _subtarget, "maygay") files { MAME_DIR .. "src/mame/drivers/maygay1b.cpp", MAME_DIR .. "src/mame/includes/maygay1b.h", - MAME_DIR .. "src/mame/drivers/maygay1b.inc", + MAME_DIR .. "src/mame/drivers/maygay1b.hxx", MAME_DIR .. "src/mame/drivers/maygayv1.cpp", MAME_DIR .. "src/mame/drivers/maygayep.cpp", MAME_DIR .. "src/mame/drivers/maygaysw.cpp", @@ -2676,7 +2676,7 @@ createMAMEProjects(_target, _subtarget, "neogeo") files { MAME_DIR .. "src/mame/drivers/neogeo.cpp", MAME_DIR .. "src/mame/includes/neogeo.h", - MAME_DIR .. "src/mame/drivers/neodriv.inc", + MAME_DIR .. "src/mame/drivers/neodriv.hxx", MAME_DIR .. "src/mame/video/neogeo.cpp", MAME_DIR .. "src/mame/drivers/neopcb.cpp", MAME_DIR .. "src/mame/video/neogeo_spr.cpp", @@ -3049,7 +3049,7 @@ files { MAME_DIR .. "src/mame/audio/dsbz80.h", MAME_DIR .. "src/mame/drivers/model2.cpp", MAME_DIR .. "src/mame/includes/model2.h", - MAME_DIR .. "src/mame/video/model2rd.inc", + MAME_DIR .. "src/mame/video/model2rd.hxx", MAME_DIR .. "src/mame/video/model2.cpp", MAME_DIR .. "src/mame/drivers/model3.cpp", MAME_DIR .. "src/mame/includes/model3.h", @@ -3297,7 +3297,7 @@ files { MAME_DIR .. "src/mame/machine/n64.cpp", MAME_DIR .. "src/mame/video/n64.cpp", MAME_DIR .. "src/mame/video/n64types.h", - MAME_DIR .. "src/mame/video/rdpfiltr.inc", + MAME_DIR .. "src/mame/video/rdpfiltr.hxx", MAME_DIR .. "src/mame/video/n64.h", MAME_DIR .. "src/mame/video/rdpblend.cpp", MAME_DIR .. "src/mame/video/rdpblend.h", @@ -3361,8 +3361,8 @@ files { MAME_DIR .. "src/mame/audio/hng64.cpp", MAME_DIR .. "src/mame/machine/hng64_net.cpp", MAME_DIR .. "src/mame/machine/hng64_net.h", - MAME_DIR .. "src/mame/video/hng64_3d.inc", - MAME_DIR .. "src/mame/video/hng64_sprite.inc", + MAME_DIR .. "src/mame/video/hng64_3d.hxx", + MAME_DIR .. "src/mame/video/hng64_sprite.hxx", MAME_DIR .. "src/mame/drivers/lasso.cpp", MAME_DIR .. "src/mame/includes/lasso.h", MAME_DIR .. "src/mame/video/lasso.cpp", @@ -4474,7 +4474,7 @@ files { MAME_DIR .. "src/mame/drivers/multfish.cpp", MAME_DIR .. "src/mame/includes/multfish.h", MAME_DIR .. "src/mame/drivers/multfish_boot.cpp", - MAME_DIR .. "src/mame/drivers/multfish_ref.inc", + MAME_DIR .. "src/mame/drivers/multfish_ref.hxx", MAME_DIR .. "src/mame/drivers/murogem.cpp", MAME_DIR .. "src/mame/drivers/murogmbl.cpp", MAME_DIR .. "src/mame/drivers/neoprint.cpp", @@ -4588,7 +4588,7 @@ files { MAME_DIR .. "src/mame/drivers/ice_bozopail.cpp", MAME_DIR .. "src/mame/drivers/ice_tbd.cpp", MAME_DIR .. "src/mame/drivers/umipoker.cpp", - MAME_DIR .. "src/mame/drivers/unkfr.inc", + MAME_DIR .. "src/mame/drivers/unkfr.hxx", MAME_DIR .. "src/mame/drivers/unkhorse.cpp", MAME_DIR .. "src/mame/drivers/usgames.cpp", MAME_DIR .. "src/mame/includes/usgames.h", diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index a756f522286..5b3ec38269d 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -974,8 +974,8 @@ files { MAME_DIR .. "src/mame/audio/jaguar.cpp", MAME_DIR .. "src/mame/video/jaguar.cpp", MAME_DIR .. "src/mame/video/jagblit.h", - MAME_DIR .. "src/mame/video/jagblit.inc", - MAME_DIR .. "src/mame/video/jagobj.inc", + MAME_DIR .. "src/mame/video/jagblit.hxx", + MAME_DIR .. "src/mame/video/jagobj.hxx", MAME_DIR .. "src/mame/audio/gorf.cpp", MAME_DIR .. "src/mame/audio/wow.cpp", MAME_DIR .. "src/mame/drivers/astrocde.cpp", @@ -992,7 +992,7 @@ files { MAME_DIR .. "src/mame/machine/n64.cpp", MAME_DIR .. "src/mame/video/n64.cpp", MAME_DIR .. "src/mame/video/n64types.h", - MAME_DIR .. "src/mame/video/rdpfiltr.inc", + MAME_DIR .. "src/mame/video/rdpfiltr.hxx", MAME_DIR .. "src/mame/video/n64.h", MAME_DIR .. "src/mame/video/rdpblend.cpp", MAME_DIR .. "src/mame/video/rdpblend.h", @@ -2157,10 +2157,10 @@ files { MAME_DIR .. "src/mame/includes/snes.h", MAME_DIR .. "src/mame/machine/snescx4.cpp", MAME_DIR .. "src/mame/machine/snescx4.h", - MAME_DIR .. "src/mame/machine/cx4data.inc", - MAME_DIR .. "src/mame/machine/cx4fn.inc", - MAME_DIR .. "src/mame/machine/cx4oam.inc", - MAME_DIR .. "src/mame/machine/cx4ops.inc", + MAME_DIR .. "src/mame/machine/cx4data.hxx", + MAME_DIR .. "src/mame/machine/cx4fn.hxx", + MAME_DIR .. "src/mame/machine/cx4oam.hxx", + MAME_DIR .. "src/mame/machine/cx4ops.hxx", MAME_DIR .. "src/mame/drivers/vboy.cpp", MAME_DIR .. "src/mame/audio/vboy.cpp", MAME_DIR .. "src/mame/audio/vboy.h", @@ -2251,7 +2251,7 @@ files { createMESSProjects(_target, _subtarget, "palm") files { MAME_DIR .. "src/mame/drivers/palm.cpp", - MAME_DIR .. "src/mame/drivers/palm_dbg.inc", + MAME_DIR .. "src/mame/drivers/palm_dbg.hxx", MAME_DIR .. "src/mame/drivers/palmz22.cpp", } diff --git a/src/devices/bus/nes/nes_ines.inc b/src/devices/bus/nes/nes_ines.hxx similarity index 100% rename from src/devices/bus/nes/nes_ines.inc rename to src/devices/bus/nes/nes_ines.hxx diff --git a/src/devices/bus/nes/nes_pcb.inc b/src/devices/bus/nes/nes_pcb.hxx similarity index 100% rename from src/devices/bus/nes/nes_pcb.inc rename to src/devices/bus/nes/nes_pcb.hxx diff --git a/src/devices/bus/nes/nes_slot.cpp b/src/devices/bus/nes/nes_slot.cpp index 5eaf22852c9..1bcf8d6de6e 100644 --- a/src/devices/bus/nes/nes_slot.cpp +++ b/src/devices/bus/nes/nes_slot.cpp @@ -806,7 +806,7 @@ void nes_cart_slot_device::pcb_reset() -------------------------------------------------*/ /* Include emulation of NES PCBs for softlist */ -#include "nes_pcb.inc" +#include "nes_pcb.hxx" /*------------------------------------------------- @@ -816,7 +816,7 @@ void nes_cart_slot_device::pcb_reset() -------------------------------------------------*/ /* Include emulation of UNIF Boards for .unf files */ -#include "nes_unif.inc" +#include "nes_unif.hxx" /*------------------------------------------------- @@ -826,7 +826,7 @@ void nes_cart_slot_device::pcb_reset() -------------------------------------------------*/ /* Include emulation of iNES Mappers for .nes files */ -#include "nes_ines.inc" +#include "nes_ines.hxx" bool nes_cart_slot_device::call_load() diff --git a/src/devices/bus/nes/nes_unif.inc b/src/devices/bus/nes/nes_unif.hxx similarity index 100% rename from src/devices/bus/nes/nes_unif.inc rename to src/devices/bus/nes/nes_unif.hxx diff --git a/src/devices/cpu/adsp2100/2100ops.inc b/src/devices/cpu/adsp2100/2100ops.hxx similarity index 100% rename from src/devices/cpu/adsp2100/2100ops.inc rename to src/devices/cpu/adsp2100/2100ops.hxx diff --git a/src/devices/cpu/adsp2100/adsp2100.cpp b/src/devices/cpu/adsp2100/adsp2100.cpp index 3f169ae0ee5..868303fde40 100644 --- a/src/devices/cpu/adsp2100/adsp2100.cpp +++ b/src/devices/cpu/adsp2100/adsp2100.cpp @@ -818,7 +818,7 @@ inline UINT32 adsp21xx_device::opcode_read() IMPORT CORE UTILITIES ***************************************************************************/ -#include "2100ops.inc" +#include "2100ops.hxx" diff --git a/src/devices/cpu/arcompact/arcompact_execute.cpp b/src/devices/cpu/arcompact/arcompact_execute.cpp index 8da820fa25d..d145a698fc8 100644 --- a/src/devices/cpu/arcompact/arcompact_execute.cpp +++ b/src/devices/cpu/arcompact/arcompact_execute.cpp @@ -1840,7 +1840,7 @@ ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_helper(OPS_32, const char } -#include "cpu/arcompact/arcompact.inc" +#include "cpu/arcompact/arcompact.hxx" ARCOMPACT_RETTYPE arcompact_device::arcompact_handle04_01(OPS_32) { diff --git a/src/devices/cpu/arm7/arm7.cpp b/src/devices/cpu/arm7/arm7.cpp index f10537dfd16..50388580e5a 100644 --- a/src/devices/cpu/arm7/arm7.cpp +++ b/src/devices/cpu/arm7/arm7.cpp @@ -483,7 +483,7 @@ bool arm7_cpu_device::memory_translate(address_spacenum spacenum, int intention, /* include the arm7 core */ -#include "arm7core.inc" +#include "arm7core.hxx" /*************************************************************************** * CPU SPECIFIC IMPLEMENTATIONS @@ -1211,4 +1211,4 @@ UINT8 arm7_cpu_device::arm7_cpu_read8(UINT32 addr) return m_program->read_byte(addr); } -#include "arm7drc.inc" +#include "arm7drc.hxx" diff --git a/src/devices/cpu/arm7/arm7core.inc b/src/devices/cpu/arm7/arm7core.hxx similarity index 100% rename from src/devices/cpu/arm7/arm7core.inc rename to src/devices/cpu/arm7/arm7core.hxx diff --git a/src/devices/cpu/arm7/arm7drc.inc b/src/devices/cpu/arm7/arm7drc.hxx similarity index 99% rename from src/devices/cpu/arm7/arm7drc.inc rename to src/devices/cpu/arm7/arm7drc.hxx index 54ef46aa0fa..c588234eb5b 100644 --- a/src/devices/cpu/arm7/arm7drc.inc +++ b/src/devices/cpu/arm7/arm7drc.hxx @@ -37,7 +37,7 @@ CONSTANTS ***************************************************************************/ -#include "arm7tdrc.inc" +#include "arm7tdrc.hxx" /* map variables */ #define MAPVAR_PC uml::M0 diff --git a/src/devices/cpu/arm7/arm7tdrc.inc b/src/devices/cpu/arm7/arm7tdrc.hxx similarity index 100% rename from src/devices/cpu/arm7/arm7tdrc.inc rename to src/devices/cpu/arm7/arm7tdrc.hxx diff --git a/src/devices/cpu/cop400/cop400.cpp b/src/devices/cpu/cop400/cop400.cpp index bad120eeb03..41d2974fb65 100644 --- a/src/devices/cpu/cop400/cop400.cpp +++ b/src/devices/cpu/cop400/cop400.cpp @@ -351,7 +351,7 @@ INSTRUCTION(illegal) logerror("COP400: PC = %04x, Illegal opcode = %02x\n", PC-1, ROM(PC-1)); } -#include "cop400op.inc" +#include "cop400op.hxx" /*************************************************************************** OPCODE TABLES diff --git a/src/devices/cpu/cop400/cop400op.inc b/src/devices/cpu/cop400/cop400op.hxx similarity index 100% rename from src/devices/cpu/cop400/cop400op.inc rename to src/devices/cpu/cop400/cop400op.hxx diff --git a/src/devices/cpu/dsp16/dsp16.cpp b/src/devices/cpu/dsp16/dsp16.cpp index ac27d657fa1..70155100bfe 100644 --- a/src/devices/cpu/dsp16/dsp16.cpp +++ b/src/devices/cpu/dsp16/dsp16.cpp @@ -450,4 +450,4 @@ void dsp16_device::execute_run() } while (m_icount > 0); } -#include "dsp16ops.inc" +#include "dsp16ops.hxx" diff --git a/src/devices/cpu/dsp16/dsp16ops.inc b/src/devices/cpu/dsp16/dsp16ops.hxx similarity index 100% rename from src/devices/cpu/dsp16/dsp16ops.inc rename to src/devices/cpu/dsp16/dsp16ops.hxx diff --git a/src/devices/cpu/dsp32/dsp32.cpp b/src/devices/cpu/dsp32/dsp32.cpp index f9a3907c8d0..dd6c2b17184 100644 --- a/src/devices/cpu/dsp32/dsp32.cpp +++ b/src/devices/cpu/dsp32/dsp32.cpp @@ -550,7 +550,7 @@ void dsp32c_device::update_pins(void) // CORE INCLUDE //************************************************************************** -#include "dsp32ops.inc" +#include "dsp32ops.hxx" diff --git a/src/devices/cpu/dsp32/dsp32ops.inc b/src/devices/cpu/dsp32/dsp32ops.hxx similarity index 100% rename from src/devices/cpu/dsp32/dsp32ops.inc rename to src/devices/cpu/dsp32/dsp32ops.hxx diff --git a/src/devices/cpu/dsp56k/dsp56k.cpp b/src/devices/cpu/dsp56k/dsp56k.cpp index d3cf3804fa8..39a19d73bd9 100644 --- a/src/devices/cpu/dsp56k/dsp56k.cpp +++ b/src/devices/cpu/dsp56k/dsp56k.cpp @@ -440,7 +440,7 @@ void dsp56k_device::device_reset() /*************************************************************************** CORE INCLUDE ***************************************************************************/ -#include "dsp56ops.inc" +#include "dsp56ops.hxx" /*************************************************************************** diff --git a/src/devices/cpu/dsp56k/dsp56ops.inc b/src/devices/cpu/dsp56k/dsp56ops.hxx similarity index 100% rename from src/devices/cpu/dsp56k/dsp56ops.inc rename to src/devices/cpu/dsp56k/dsp56ops.hxx diff --git a/src/devices/cpu/e0c6200/e0c6200.cpp b/src/devices/cpu/e0c6200/e0c6200.cpp index 780f4e77a04..c61250f068c 100644 --- a/src/devices/cpu/e0c6200/e0c6200.cpp +++ b/src/devices/cpu/e0c6200/e0c6200.cpp @@ -21,7 +21,7 @@ #include "e0c6200.h" #include "debugger.h" -#include "e0c6200op.inc" +#include "e0c6200op.hxx" // disasm diff --git a/src/devices/cpu/e0c6200/e0c6200op.inc b/src/devices/cpu/e0c6200/e0c6200op.hxx similarity index 100% rename from src/devices/cpu/e0c6200/e0c6200op.inc rename to src/devices/cpu/e0c6200/e0c6200op.hxx diff --git a/src/devices/cpu/e132xs/e132xs.cpp b/src/devices/cpu/e132xs/e132xs.cpp index 66567e35c2f..be3ea79d7eb 100644 --- a/src/devices/cpu/e132xs/e132xs.cpp +++ b/src/devices/cpu/e132xs/e132xs.cpp @@ -4871,7 +4871,7 @@ void hyperstone_device::hyperstone_trap(struct hyperstone_device::regs_decode *d } -#include "e132xsop.inc" +#include "e132xsop.hxx" //************************************************************************** // CORE EXECUTION LOOP diff --git a/src/devices/cpu/e132xs/e132xsop.inc b/src/devices/cpu/e132xs/e132xsop.hxx similarity index 100% rename from src/devices/cpu/e132xs/e132xsop.inc rename to src/devices/cpu/e132xs/e132xsop.hxx diff --git a/src/devices/cpu/h8/h8.cpp b/src/devices/cpu/h8/h8.cpp index efaac3c3380..a92143e5680 100644 --- a/src/devices/cpu/h8/h8.cpp +++ b/src/devices/cpu/h8/h8.cpp @@ -1592,4 +1592,4 @@ void h8_device::set_nz32(UINT32 v) CCR |= F_N; } -#include "cpu/h8/h8.inc" +#include "cpu/h8/h8.hxx" diff --git a/src/devices/cpu/h8/h8h.cpp b/src/devices/cpu/h8/h8h.cpp index 89615fadad5..a7ca2bc8685 100644 --- a/src/devices/cpu/h8/h8h.cpp +++ b/src/devices/cpu/h8/h8h.cpp @@ -15,4 +15,4 @@ offs_t h8h_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *opro return disassemble_generic(buffer, pc, oprom, opram, options, disasm_entries); } -#include "cpu/h8/h8h.inc" +#include "cpu/h8/h8h.hxx" diff --git a/src/devices/cpu/h8/h8s2000.cpp b/src/devices/cpu/h8/h8s2000.cpp index 4686e718666..7ebb24fd181 100644 --- a/src/devices/cpu/h8/h8s2000.cpp +++ b/src/devices/cpu/h8/h8s2000.cpp @@ -14,4 +14,4 @@ offs_t h8s2000_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 * return disassemble_generic(buffer, pc, oprom, opram, options, disasm_entries); } -#include "cpu/h8/h8s2000.inc" +#include "cpu/h8/h8s2000.hxx" diff --git a/src/devices/cpu/h8/h8s2600.cpp b/src/devices/cpu/h8/h8s2600.cpp index a72cf591a19..d0b6edfeef2 100644 --- a/src/devices/cpu/h8/h8s2600.cpp +++ b/src/devices/cpu/h8/h8s2600.cpp @@ -13,4 +13,4 @@ offs_t h8s2600_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 * return disassemble_generic(buffer, pc, oprom, opram, options, disasm_entries); } -#include "cpu/h8/h8s2600.inc" +#include "cpu/h8/h8s2600.hxx" diff --git a/src/devices/cpu/i386/i386.cpp b/src/devices/cpu/i386/i386.cpp index 454f9004d61..b46feb0f813 100644 --- a/src/devices/cpu/i386/i386.cpp +++ b/src/devices/cpu/i386/i386.cpp @@ -2879,12 +2879,12 @@ void i386_device::report_invalid_modrm(const char* opcode, UINT8 modrm) } -#include "i386ops.inc" -#include "i386op16.inc" -#include "i386op32.inc" -#include "i486ops.inc" -#include "pentops.inc" -#include "x87ops.inc" +#include "i386ops.hxx" +#include "i386op16.hxx" +#include "i386op32.hxx" +#include "i486ops.hxx" +#include "pentops.hxx" +#include "x87ops.hxx" #include "i386ops.h" void i386_device::i386_decode_opcode() diff --git a/src/devices/cpu/i386/i386op16.inc b/src/devices/cpu/i386/i386op16.hxx similarity index 100% rename from src/devices/cpu/i386/i386op16.inc rename to src/devices/cpu/i386/i386op16.hxx diff --git a/src/devices/cpu/i386/i386op32.inc b/src/devices/cpu/i386/i386op32.hxx similarity index 100% rename from src/devices/cpu/i386/i386op32.inc rename to src/devices/cpu/i386/i386op32.hxx diff --git a/src/devices/cpu/i386/i386ops.inc b/src/devices/cpu/i386/i386ops.hxx similarity index 100% rename from src/devices/cpu/i386/i386ops.inc rename to src/devices/cpu/i386/i386ops.hxx diff --git a/src/devices/cpu/i386/i486ops.inc b/src/devices/cpu/i386/i486ops.hxx similarity index 100% rename from src/devices/cpu/i386/i486ops.inc rename to src/devices/cpu/i386/i486ops.hxx diff --git a/src/devices/cpu/i386/pentops.inc b/src/devices/cpu/i386/pentops.hxx similarity index 100% rename from src/devices/cpu/i386/pentops.inc rename to src/devices/cpu/i386/pentops.hxx diff --git a/src/devices/cpu/i386/x87ops.inc b/src/devices/cpu/i386/x87ops.hxx similarity index 100% rename from src/devices/cpu/i386/x87ops.inc rename to src/devices/cpu/i386/x87ops.hxx diff --git a/src/devices/cpu/i860/i860.cpp b/src/devices/cpu/i860/i860.cpp index 4a02ab51dd6..d37079f31e2 100644 --- a/src/devices/cpu/i860/i860.cpp +++ b/src/devices/cpu/i860/i860.cpp @@ -234,4 +234,4 @@ offs_t i860_cpu_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 /************************************************************************** * The actual decode and execute code. **************************************************************************/ -#include "i860dec.inc" +#include "i860dec.hxx" diff --git a/src/devices/cpu/i860/i860dec.inc b/src/devices/cpu/i860/i860dec.hxx similarity index 100% rename from src/devices/cpu/i860/i860dec.inc rename to src/devices/cpu/i860/i860dec.hxx diff --git a/src/devices/cpu/lh5801/5801tbl.inc b/src/devices/cpu/lh5801/5801tbl.hxx similarity index 100% rename from src/devices/cpu/lh5801/5801tbl.inc rename to src/devices/cpu/lh5801/5801tbl.hxx diff --git a/src/devices/cpu/lh5801/lh5801.cpp b/src/devices/cpu/lh5801/lh5801.cpp index 76902136c29..efdb959080d 100644 --- a/src/devices/cpu/lh5801/lh5801.cpp +++ b/src/devices/cpu/lh5801/lh5801.cpp @@ -77,7 +77,7 @@ lh5801_cpu_device::lh5801_cpu_device(const machine_config &mconfig, const char * /*************************************************************** * include the opcode macros, functions and tables ***************************************************************/ -#include "5801tbl.inc" +#include "5801tbl.hxx" void lh5801_cpu_device::device_start() { diff --git a/src/devices/cpu/lr35902/lr35902.cpp b/src/devices/cpu/lr35902/lr35902.cpp index 1a7634c21e9..a3c281a1766 100644 --- a/src/devices/cpu/lr35902/lr35902.cpp +++ b/src/devices/cpu/lr35902/lr35902.cpp @@ -302,7 +302,7 @@ void lr35902_cpu_device::execute_run() UINT8 x; /* Execute instruction */ switch( m_op ) { -#include "opc_main.inc" +#include "opc_main.hxx" default: // actually this should lock up the cpu! logerror("LR35902: Illegal opcode $%02X @ %04X\n", m_op, m_PC); diff --git a/src/devices/cpu/lr35902/opc_cb.inc b/src/devices/cpu/lr35902/opc_cb.hxx similarity index 100% rename from src/devices/cpu/lr35902/opc_cb.inc rename to src/devices/cpu/lr35902/opc_cb.hxx diff --git a/src/devices/cpu/lr35902/opc_main.inc b/src/devices/cpu/lr35902/opc_main.hxx similarity index 99% rename from src/devices/cpu/lr35902/opc_main.inc rename to src/devices/cpu/lr35902/opc_main.hxx index a02c36130ca..16a99d1d695 100644 --- a/src/devices/cpu/lr35902/opc_main.inc +++ b/src/devices/cpu/lr35902/opc_main.hxx @@ -1112,7 +1112,7 @@ case 0xCB: /* PREFIX! */ x = mem_read_byte( m_PC++ ); switch (x) { - #include "opc_cb.inc" + #include "opc_cb.hxx" } break; case 0xCC: /* CALL Z,n16 */ diff --git a/src/devices/cpu/m6502/deco16.cpp b/src/devices/cpu/m6502/deco16.cpp index b0651e97171..30ae298daa6 100644 --- a/src/devices/cpu/m6502/deco16.cpp +++ b/src/devices/cpu/m6502/deco16.cpp @@ -51,4 +51,4 @@ const address_space_config *deco16_device::memory_space_config(address_spacenum } } -#include "cpu/m6502/deco16.inc" +#include "cpu/m6502/deco16.hxx" diff --git a/src/devices/cpu/m6502/m4510.cpp b/src/devices/cpu/m6502/m4510.cpp index b741b7dbeca..1b52ef569c8 100644 --- a/src/devices/cpu/m6502/m4510.cpp +++ b/src/devices/cpu/m6502/m4510.cpp @@ -105,4 +105,4 @@ UINT8 m4510_device::mi_4510_nd::read_arg(UINT16 adr) return program->read_byte(base->map(adr)); } -#include "cpu/m6502/m4510.inc" +#include "cpu/m6502/m4510.hxx" diff --git a/src/devices/cpu/m6502/m6502.cpp b/src/devices/cpu/m6502/m6502.cpp index a6bf400151c..4f18eda7c14 100644 --- a/src/devices/cpu/m6502/m6502.cpp +++ b/src/devices/cpu/m6502/m6502.cpp @@ -723,4 +723,4 @@ WRITE_LINE_MEMBER( m6502_device::nmi_line ) set_input_line( M6502_NMI_LINE, state ); } -#include "cpu/m6502/m6502.inc" +#include "cpu/m6502/m6502.hxx" diff --git a/src/devices/cpu/m6502/m6509.cpp b/src/devices/cpu/m6502/m6509.cpp index ec21e4c725c..d5a82a11fde 100644 --- a/src/devices/cpu/m6502/m6509.cpp +++ b/src/devices/cpu/m6502/m6509.cpp @@ -145,4 +145,4 @@ UINT8 m6509_device::mi_6509_nd::read_arg(UINT16 adr) return res; } -#include "cpu/m6502/m6509.inc" +#include "cpu/m6502/m6509.hxx" diff --git a/src/devices/cpu/m6502/m6510.cpp b/src/devices/cpu/m6502/m6510.cpp index 5ab9b0a6259..32ee2d6d4e0 100644 --- a/src/devices/cpu/m6502/m6510.cpp +++ b/src/devices/cpu/m6502/m6510.cpp @@ -172,4 +172,4 @@ UINT8 m6510_device::mi_6510_nd::read_arg(UINT16 adr) return res; } -#include "cpu/m6502/m6510.inc" +#include "cpu/m6502/m6510.hxx" diff --git a/src/devices/cpu/m6502/m65c02.cpp b/src/devices/cpu/m6502/m65c02.cpp index 4f02de6471c..8af7e663e8b 100644 --- a/src/devices/cpu/m6502/m65c02.cpp +++ b/src/devices/cpu/m6502/m65c02.cpp @@ -29,4 +29,4 @@ offs_t m65c02_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *o return disassemble_generic(buffer, pc, oprom, opram, options, disasm_entries); } -#include "cpu/m6502/m65c02.inc" +#include "cpu/m6502/m65c02.hxx" diff --git a/src/devices/cpu/m6502/m65ce02.cpp b/src/devices/cpu/m6502/m65ce02.cpp index ca7d72289a1..50b7dcb2129 100644 --- a/src/devices/cpu/m6502/m65ce02.cpp +++ b/src/devices/cpu/m6502/m65ce02.cpp @@ -95,4 +95,4 @@ void m65ce02_device::state_string_export(const device_state_entry &entry, std::s } } -#include "cpu/m6502/m65ce02.inc" +#include "cpu/m6502/m65ce02.hxx" diff --git a/src/devices/cpu/m6502/m740.cpp b/src/devices/cpu/m6502/m740.cpp index b5dc72f87f9..3659a773ef5 100644 --- a/src/devices/cpu/m6502/m740.cpp +++ b/src/devices/cpu/m6502/m740.cpp @@ -240,4 +240,4 @@ void m740_device::set_irq_line(int line, int state) // printf("M740 single IRQ state is %d (MPX %08x, vector %x)\n", irq_state, m_irq_multiplex, m_irq_vector); } -#include "cpu/m6502/m740.inc" +#include "cpu/m6502/m740.hxx" diff --git a/src/devices/cpu/m6502/n2a03.cpp b/src/devices/cpu/m6502/n2a03.cpp index f168995ce5f..36d50261f3f 100644 --- a/src/devices/cpu/m6502/n2a03.cpp +++ b/src/devices/cpu/m6502/n2a03.cpp @@ -139,4 +139,4 @@ machine_config_constructor n2a03_device::device_mconfig_additions() const } -#include "cpu/m6502/n2a03.inc" +#include "cpu/m6502/n2a03.hxx" diff --git a/src/devices/cpu/m6502/r65c02.cpp b/src/devices/cpu/m6502/r65c02.cpp index 3101ffd0341..7aca4506731 100644 --- a/src/devices/cpu/m6502/r65c02.cpp +++ b/src/devices/cpu/m6502/r65c02.cpp @@ -28,4 +28,4 @@ offs_t r65c02_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *o return disassemble_generic(buffer, pc, oprom, opram, options, disasm_entries); } -#include "cpu/m6502/r65c02.inc" +#include "cpu/m6502/r65c02.hxx" diff --git a/src/devices/cpu/m6800/6800ops.inc b/src/devices/cpu/m6800/6800ops.hxx similarity index 100% rename from src/devices/cpu/m6800/6800ops.inc rename to src/devices/cpu/m6800/6800ops.hxx diff --git a/src/devices/cpu/m6800/6800tbl.inc b/src/devices/cpu/m6800/6800tbl.hxx similarity index 100% rename from src/devices/cpu/m6800/6800tbl.inc rename to src/devices/cpu/m6800/6800tbl.hxx diff --git a/src/devices/cpu/m6800/m6800.cpp b/src/devices/cpu/m6800/m6800.cpp index ecdcfa95186..f19cc15b4ba 100644 --- a/src/devices/cpu/m6800/m6800.cpp +++ b/src/devices/cpu/m6800/m6800.cpp @@ -838,10 +838,10 @@ void m6800_cpu_device::write_port2() } /* include the opcode prototypes and function pointer tables */ -#include "6800tbl.inc" +#include "6800tbl.hxx" /* include the opcode functions */ -#include "6800ops.inc" +#include "6800ops.hxx" int m6800_cpu_device::m6800_rx() { diff --git a/src/devices/cpu/m68000/m68kcpu.cpp b/src/devices/cpu/m68000/m68kcpu.cpp index 3adef0173ba..7a76094bdc5 100644 --- a/src/devices/cpu/m68000/m68kcpu.cpp +++ b/src/devices/cpu/m68000/m68kcpu.cpp @@ -29,7 +29,7 @@ static const char copyright_notice[] = #include "m68kcpu.h" #include "m68kops.h" -#include "m68kfpu.inc" +#include "m68kfpu.hxx" #include "m68kmmu.h" extern void m68040_fpu_op0(m68000_base_device *m68k); diff --git a/src/devices/cpu/m68000/m68kfpu.inc b/src/devices/cpu/m68000/m68kfpu.hxx similarity index 100% rename from src/devices/cpu/m68000/m68kfpu.inc rename to src/devices/cpu/m68000/m68kfpu.hxx diff --git a/src/devices/cpu/m6805/6805ops.inc b/src/devices/cpu/m6805/6805ops.hxx similarity index 100% rename from src/devices/cpu/m6805/6805ops.inc rename to src/devices/cpu/m6805/6805ops.hxx diff --git a/src/devices/cpu/m6805/m6805.cpp b/src/devices/cpu/m6805/m6805.cpp index 9a7effe5c5c..65d7fd86a55 100644 --- a/src/devices/cpu/m6805/m6805.cpp +++ b/src/devices/cpu/m6805/m6805.cpp @@ -561,7 +561,7 @@ void m6805_device::execute_set_input(int inputnum, int state) } } -#include "6805ops.inc" +#include "6805ops.hxx" //------------------------------------------------- // execute_clocks_to_cycles - convert the raw diff --git a/src/devices/cpu/m6809/hd6309.cpp b/src/devices/cpu/m6809/hd6309.cpp index 712c6bcf45e..8ca8c3d15c5 100644 --- a/src/devices/cpu/m6809/hd6309.cpp +++ b/src/devices/cpu/m6809/hd6309.cpp @@ -795,7 +795,7 @@ inline void hd6309_device::execute_one() { switch(pop_state()) { -#include "cpu/m6809/hd6309.inc" +#include "cpu/m6809/hd6309.hxx" } } diff --git a/src/devices/cpu/m6809/konami.cpp b/src/devices/cpu/m6809/konami.cpp index 618b298fcc7..40775327a82 100644 --- a/src/devices/cpu/m6809/konami.cpp +++ b/src/devices/cpu/m6809/konami.cpp @@ -361,7 +361,7 @@ inline void konami_cpu_device::execute_one() { switch(pop_state()) { -#include "cpu/m6809/konami.inc" +#include "cpu/m6809/konami.hxx" } } diff --git a/src/devices/cpu/m6809/m6809.cpp b/src/devices/cpu/m6809/m6809.cpp index d52fcb0fe40..c0b757a38e0 100644 --- a/src/devices/cpu/m6809/m6809.cpp +++ b/src/devices/cpu/m6809/m6809.cpp @@ -529,7 +529,7 @@ void m6809_base_device::execute_one() { switch(pop_state()) { -#include "cpu/m6809/m6809.inc" +#include "cpu/m6809/m6809.hxx" } } diff --git a/src/devices/cpu/mc68hc11/hc11ops.inc b/src/devices/cpu/mc68hc11/hc11ops.hxx similarity index 100% rename from src/devices/cpu/mc68hc11/hc11ops.inc rename to src/devices/cpu/mc68hc11/hc11ops.hxx diff --git a/src/devices/cpu/mc68hc11/mc68hc11.cpp b/src/devices/cpu/mc68hc11/mc68hc11.cpp index 0d5a54b402e..0bace4613d3 100644 --- a/src/devices/cpu/mc68hc11/mc68hc11.cpp +++ b/src/devices/cpu/mc68hc11/mc68hc11.cpp @@ -353,7 +353,7 @@ void mc68hc11_cpu_device::WRITE16(UINT32 address, UINT16 value) /*****************************************************************************/ -#include "hc11ops.inc" +#include "hc11ops.hxx" #include "hc11ops.h" void mc68hc11_cpu_device::device_start() diff --git a/src/devices/cpu/mcs51/mcs51.cpp b/src/devices/cpu/mcs51/mcs51.cpp index f0b0a1d3723..6723abefe37 100644 --- a/src/devices/cpu/mcs51/mcs51.cpp +++ b/src/devices/cpu/mcs51/mcs51.cpp @@ -1343,7 +1343,7 @@ void mcs51_cpu_device::i8051_set_serial_rx_callback(read8_delegate rx_func) #define OPHANDLER( _name ) void mcs51_cpu_device::_name (UINT8 r) -#include "mcs51ops.inc" +#include "mcs51ops.hxx" void mcs51_cpu_device::execute_op(UINT8 op) diff --git a/src/devices/cpu/mcs51/mcs51ops.inc b/src/devices/cpu/mcs51/mcs51ops.hxx similarity index 100% rename from src/devices/cpu/mcs51/mcs51ops.inc rename to src/devices/cpu/mcs51/mcs51ops.hxx diff --git a/src/devices/cpu/mcs96/i8x9x.cpp b/src/devices/cpu/mcs96/i8x9x.cpp index f235cf90c28..a0616c0b223 100644 --- a/src/devices/cpu/mcs96/i8x9x.cpp +++ b/src/devices/cpu/mcs96/i8x9x.cpp @@ -371,4 +371,4 @@ p8098_device::p8098_device(const machine_config &mconfig, const char *tag, devic const device_type C8095 = &device_creator; const device_type P8098 = &device_creator; -#include "cpu/mcs96/i8x9x.inc" +#include "cpu/mcs96/i8x9x.hxx" diff --git a/src/devices/cpu/mcs96/i8xc196.cpp b/src/devices/cpu/mcs96/i8xc196.cpp index 19553280de2..ee1bcc229ce 100644 --- a/src/devices/cpu/mcs96/i8xc196.cpp +++ b/src/devices/cpu/mcs96/i8xc196.cpp @@ -73,4 +73,4 @@ void i8xc196_device::do_exec_partial() { } -#include "cpu/mcs96/i8xc196.inc" +#include "cpu/mcs96/i8xc196.hxx" diff --git a/src/devices/cpu/mcs96/mcs96.cpp b/src/devices/cpu/mcs96/mcs96.cpp index cca35f9ac42..4dd8c882870 100644 --- a/src/devices/cpu/mcs96/mcs96.cpp +++ b/src/devices/cpu/mcs96/mcs96.cpp @@ -749,4 +749,4 @@ void mcs96_device::set_nz16(UINT16 v) PSW |= F_N; } -#include "cpu/mcs96/mcs96.inc" +#include "cpu/mcs96/mcs96.hxx" diff --git a/src/devices/cpu/nec/nec.cpp b/src/devices/cpu/nec/nec.cpp index 610cd4e433c..b368d666ffe 100644 --- a/src/devices/cpu/nec/nec.cpp +++ b/src/devices/cpu/nec/nec.cpp @@ -314,7 +314,7 @@ void nec_common_device::external_int() /* OPCODES */ /****************************************************************************/ -#include "necinstr.inc" +#include "necinstr.hxx" /*****************************************************************************/ diff --git a/src/devices/cpu/nec/necinstr.inc b/src/devices/cpu/nec/necinstr.hxx similarity index 100% rename from src/devices/cpu/nec/necinstr.inc rename to src/devices/cpu/nec/necinstr.hxx diff --git a/src/devices/cpu/nec/v25.cpp b/src/devices/cpu/nec/v25.cpp index 2b0f4006e38..2333a525d9b 100644 --- a/src/devices/cpu/nec/v25.cpp +++ b/src/devices/cpu/nec/v25.cpp @@ -361,8 +361,8 @@ void v25_common_device::external_int() /* OPCODES */ /****************************************************************************/ -#include "necinstr.inc" -#include "v25instr.inc" +#include "necinstr.hxx" +#include "v25instr.hxx" /*****************************************************************************/ diff --git a/src/devices/cpu/nec/v25instr.inc b/src/devices/cpu/nec/v25instr.hxx similarity index 100% rename from src/devices/cpu/nec/v25instr.inc rename to src/devices/cpu/nec/v25instr.hxx diff --git a/src/devices/cpu/saturn/satops.inc b/src/devices/cpu/saturn/satops.hxx similarity index 100% rename from src/devices/cpu/saturn/satops.inc rename to src/devices/cpu/saturn/satops.hxx diff --git a/src/devices/cpu/saturn/sattable.inc b/src/devices/cpu/saturn/sattable.hxx similarity index 100% rename from src/devices/cpu/saturn/sattable.inc rename to src/devices/cpu/saturn/sattable.hxx diff --git a/src/devices/cpu/saturn/saturn.cpp b/src/devices/cpu/saturn/saturn.cpp index 98904446dd7..9993e118919 100644 --- a/src/devices/cpu/saturn/saturn.cpp +++ b/src/devices/cpu/saturn/saturn.cpp @@ -69,8 +69,8 @@ offs_t saturn_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *o * include the opcode macros, functions and tables ***************************************************************/ -#include "satops.inc" -#include "sattable.inc" +#include "satops.hxx" +#include "sattable.hxx" /***************************************************************************** * diff --git a/src/devices/cpu/sc61860/sc61860.cpp b/src/devices/cpu/sc61860/sc61860.cpp index ac63f371132..4051d451561 100644 --- a/src/devices/cpu/sc61860/sc61860.cpp +++ b/src/devices/cpu/sc61860/sc61860.cpp @@ -89,8 +89,8 @@ TIMER_CALLBACK_MEMBER(sc61860_device::sc61860_2ms_tick) /*************************************************************** * include the opcode macros, functions and tables ***************************************************************/ -#include "scops.inc" -#include "sctable.inc" +#include "scops.hxx" +#include "sctable.hxx" void sc61860_device::device_reset() { diff --git a/src/devices/cpu/sc61860/scops.inc b/src/devices/cpu/sc61860/scops.hxx similarity index 100% rename from src/devices/cpu/sc61860/scops.inc rename to src/devices/cpu/sc61860/scops.hxx diff --git a/src/devices/cpu/sc61860/sctable.inc b/src/devices/cpu/sc61860/sctable.hxx similarity index 100% rename from src/devices/cpu/sc61860/sctable.inc rename to src/devices/cpu/sc61860/sctable.hxx diff --git a/src/devices/cpu/sharc/compute.inc b/src/devices/cpu/sharc/compute.hxx similarity index 100% rename from src/devices/cpu/sharc/compute.inc rename to src/devices/cpu/sharc/compute.hxx diff --git a/src/devices/cpu/sharc/sharc.cpp b/src/devices/cpu/sharc/sharc.cpp index bee241441ca..3c4cadf5386 100644 --- a/src/devices/cpu/sharc/sharc.cpp +++ b/src/devices/cpu/sharc/sharc.cpp @@ -224,9 +224,9 @@ void adsp21062_device::sharc_iop_w(UINT32 address, UINT32 data) } -#include "sharcmem.inc" -#include "sharcdma.inc" -#include "sharcops.inc" +#include "sharcmem.hxx" +#include "sharcdma.hxx" +#include "sharcops.hxx" #include "sharcops.h" diff --git a/src/devices/cpu/sharc/sharcdma.inc b/src/devices/cpu/sharc/sharcdma.hxx similarity index 100% rename from src/devices/cpu/sharc/sharcdma.inc rename to src/devices/cpu/sharc/sharcdma.hxx diff --git a/src/devices/cpu/sharc/sharcmem.inc b/src/devices/cpu/sharc/sharcmem.hxx similarity index 100% rename from src/devices/cpu/sharc/sharcmem.inc rename to src/devices/cpu/sharc/sharcmem.hxx diff --git a/src/devices/cpu/sharc/sharcops.inc b/src/devices/cpu/sharc/sharcops.hxx similarity index 99% rename from src/devices/cpu/sharc/sharcops.inc rename to src/devices/cpu/sharc/sharcops.hxx index 5d3f70b7c04..5bcc9765f1c 100644 --- a/src/devices/cpu/sharc/sharcops.inc +++ b/src/devices/cpu/sharc/sharcops.hxx @@ -701,7 +701,7 @@ void adsp21062_device::SHIFT_OPERATION_IMM(int shiftop, int data, int rn, int rx } } -#include "compute.inc" +#include "compute.hxx" void adsp21062_device::COMPUTE(UINT32 opcode) { diff --git a/src/devices/cpu/t11/t11.cpp b/src/devices/cpu/t11/t11.cpp index f2337e6bae7..4930b956ea5 100644 --- a/src/devices/cpu/t11/t11.cpp +++ b/src/devices/cpu/t11/t11.cpp @@ -234,10 +234,10 @@ void t11_device::t11_check_irqs() *************************************/ /* includes the static function prototypes and the master opcode table */ -#include "t11table.inc" +#include "t11table.hxx" /* includes the actual opcode implementations */ -#include "t11ops.inc" +#include "t11ops.hxx" diff --git a/src/devices/cpu/t11/t11ops.inc b/src/devices/cpu/t11/t11ops.hxx similarity index 100% rename from src/devices/cpu/t11/t11ops.inc rename to src/devices/cpu/t11/t11ops.hxx diff --git a/src/devices/cpu/t11/t11table.inc b/src/devices/cpu/t11/t11table.hxx similarity index 100% rename from src/devices/cpu/t11/t11table.inc rename to src/devices/cpu/t11/t11table.hxx diff --git a/src/devices/cpu/tlcs900/900tbl.inc b/src/devices/cpu/tlcs900/900tbl.hxx similarity index 100% rename from src/devices/cpu/tlcs900/900tbl.inc rename to src/devices/cpu/tlcs900/900tbl.hxx diff --git a/src/devices/cpu/tlcs900/tlcs900.cpp b/src/devices/cpu/tlcs900/tlcs900.cpp index 2a7399de6bd..cc610e7906d 100644 --- a/src/devices/cpu/tlcs900/tlcs900.cpp +++ b/src/devices/cpu/tlcs900/tlcs900.cpp @@ -525,7 +525,7 @@ void tmp95c061_device::device_reset() } -#include "900tbl.inc" +#include "900tbl.hxx" #define TMP95C061_NUM_MASKABLE_IRQS 22 diff --git a/src/devices/cpu/tms32031/32031ops.inc b/src/devices/cpu/tms32031/32031ops.hxx similarity index 100% rename from src/devices/cpu/tms32031/32031ops.inc rename to src/devices/cpu/tms32031/32031ops.hxx diff --git a/src/devices/cpu/tms32031/tms32031.cpp b/src/devices/cpu/tms32031/tms32031.cpp index 692166b474a..ce6651d4fba 100644 --- a/src/devices/cpu/tms32031/tms32031.cpp +++ b/src/devices/cpu/tms32031/tms32031.cpp @@ -846,4 +846,4 @@ void tms3203x_device::execute_run() // CORE OPCODES //************************************************************************** -#include "32031ops.inc" +#include "32031ops.hxx" diff --git a/src/devices/cpu/tms32051/32051ops.inc b/src/devices/cpu/tms32051/32051ops.hxx similarity index 100% rename from src/devices/cpu/tms32051/32051ops.inc rename to src/devices/cpu/tms32051/32051ops.hxx diff --git a/src/devices/cpu/tms32051/tms32051.cpp b/src/devices/cpu/tms32051/tms32051.cpp index 5d35b7c025a..9bbde38dae0 100644 --- a/src/devices/cpu/tms32051/tms32051.cpp +++ b/src/devices/cpu/tms32051/tms32051.cpp @@ -148,7 +148,7 @@ void tms32051_device::DM_WRITE16(UINT16 address, UINT16 data) m_data->write_word(address << 1, data); } -#include "32051ops.inc" +#include "32051ops.hxx" #include "32051ops.h" void tms32051_device::op_group_be() diff --git a/src/devices/cpu/tms34010/34010fld.inc b/src/devices/cpu/tms34010/34010fld.hxx similarity index 100% rename from src/devices/cpu/tms34010/34010fld.inc rename to src/devices/cpu/tms34010/34010fld.hxx diff --git a/src/devices/cpu/tms34010/34010gfx.inc b/src/devices/cpu/tms34010/34010gfx.hxx similarity index 99% rename from src/devices/cpu/tms34010/34010gfx.inc rename to src/devices/cpu/tms34010/34010gfx.hxx index 8a56f5f87d1..ece6085fd6e 100644 --- a/src/devices/cpu/tms34010/34010gfx.inc +++ b/src/devices/cpu/tms34010/34010gfx.hxx @@ -641,35 +641,35 @@ const tms340x0_device::pixblt_b_op_func tms340x0_device::s_fill_op_table[] = /* 1bpp cases */ #define BITS_PER_PIXEL 1 #define FUNCTION_NAME(base) base##_1_op0 - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 2bpp cases */ #define BITS_PER_PIXEL 2 #define FUNCTION_NAME(base) base##_2_op0 - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 4bpp cases */ #define BITS_PER_PIXEL 4 #define FUNCTION_NAME(base) base##_4_op0 - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 8bpp cases */ #define BITS_PER_PIXEL 8 #define FUNCTION_NAME(base) base##_8_op0 - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 16bpp cases */ #define BITS_PER_PIXEL 16 #define FUNCTION_NAME(base) base##_16_op0 - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL @@ -687,35 +687,35 @@ const tms340x0_device::pixblt_b_op_func tms340x0_device::s_fill_op_table[] = /* 1bpp cases */ #define BITS_PER_PIXEL 1 #define FUNCTION_NAME(base) base##_1_opx - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 2bpp cases */ #define BITS_PER_PIXEL 2 #define FUNCTION_NAME(base) base##_2_opx - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 4bpp cases */ #define BITS_PER_PIXEL 4 #define FUNCTION_NAME(base) base##_4_opx - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 8bpp cases */ #define BITS_PER_PIXEL 8 #define FUNCTION_NAME(base) base##_8_opx - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 16bpp cases */ #define BITS_PER_PIXEL 16 #define FUNCTION_NAME(base) base##_16_opx - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL @@ -734,35 +734,35 @@ const tms340x0_device::pixblt_b_op_func tms340x0_device::s_fill_op_table[] = /* 1bpp cases */ #define BITS_PER_PIXEL 1 #define FUNCTION_NAME(base) base##_1_op0_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 2bpp cases */ #define BITS_PER_PIXEL 2 #define FUNCTION_NAME(base) base##_2_op0_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 4bpp cases */ #define BITS_PER_PIXEL 4 #define FUNCTION_NAME(base) base##_4_op0_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 8bpp cases */ #define BITS_PER_PIXEL 8 #define FUNCTION_NAME(base) base##_8_op0_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 16bpp cases */ #define BITS_PER_PIXEL 16 #define FUNCTION_NAME(base) base##_16_op0_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL @@ -780,35 +780,35 @@ const tms340x0_device::pixblt_b_op_func tms340x0_device::s_fill_op_table[] = /* 1bpp cases */ #define BITS_PER_PIXEL 1 #define FUNCTION_NAME(base) base##_1_opx_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 2bpp cases */ #define BITS_PER_PIXEL 2 #define FUNCTION_NAME(base) base##_2_opx_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 4bpp cases */ #define BITS_PER_PIXEL 4 #define FUNCTION_NAME(base) base##_4_opx_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 8bpp cases */ #define BITS_PER_PIXEL 8 #define FUNCTION_NAME(base) base##_8_opx_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL /* 16bpp cases */ #define BITS_PER_PIXEL 16 #define FUNCTION_NAME(base) base##_16_opx_trans - #include "34010gfx.inc" + #include "34010gfx.hxx" #undef FUNCTION_NAME #undef BITS_PER_PIXEL diff --git a/src/devices/cpu/tms34010/34010ops.inc b/src/devices/cpu/tms34010/34010ops.hxx similarity index 100% rename from src/devices/cpu/tms34010/34010ops.inc rename to src/devices/cpu/tms34010/34010ops.hxx diff --git a/src/devices/cpu/tms34010/34010tbl.inc b/src/devices/cpu/tms34010/34010tbl.hxx similarity index 100% rename from src/devices/cpu/tms34010/34010tbl.inc rename to src/devices/cpu/tms34010/34010tbl.hxx diff --git a/src/devices/cpu/tms34010/tms34010.cpp b/src/devices/cpu/tms34010/tms34010.cpp index 3bda4e028ac..3a5eb434554 100644 --- a/src/devices/cpu/tms34010/tms34010.cpp +++ b/src/devices/cpu/tms34010/tms34010.cpp @@ -458,14 +458,14 @@ UINT32 tms340x0_device::raster_op_21(UINT32 newpix, UINT32 oldpix) { return (old OPCODE TABLE & IMPLEMENTATIONS ***************************************************************************/ -#include "34010fld.inc" +#include "34010fld.hxx" /* includes the static function prototypes and the master opcode table */ -#include "34010tbl.inc" +#include "34010tbl.hxx" /* includes the actual opcode implementations */ -#include "34010ops.inc" -#include "34010gfx.inc" +#include "34010ops.hxx" +#include "34010gfx.hxx" diff --git a/src/devices/cpu/tms57002/57002dsm.cpp b/src/devices/cpu/tms57002/57002dsm.cpp index 960054806fc..db4a0d12b15 100644 --- a/src/devices/cpu/tms57002/57002dsm.cpp +++ b/src/devices/cpu/tms57002/57002dsm.cpp @@ -45,7 +45,7 @@ CPU_DISASSEMBLE(tms57002) switch((opcode >> 11) & 0x7f) { // category 3 #define DASM3 -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef DASM3 default: @@ -59,7 +59,7 @@ CPU_DISASSEMBLE(tms57002) break; #define DASM1 -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef DASM1 default: @@ -82,7 +82,7 @@ CPU_DISASSEMBLE(tms57002) break; #define DASM2 -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef DASM2 default: diff --git a/src/devices/cpu/tms57002/tms57002.cpp b/src/devices/cpu/tms57002/tms57002.cpp index f05b4cad4f1..93f8a3e7924 100644 --- a/src/devices/cpu/tms57002/tms57002.cpp +++ b/src/devices/cpu/tms57002/tms57002.cpp @@ -756,7 +756,7 @@ void tms57002_device::execute_run() goto inst; #define CINTRP -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef CINTRP default: diff --git a/src/devices/cpu/tms57002/tms57kdec.cpp b/src/devices/cpu/tms57002/tms57kdec.cpp index b71d0695141..62061cc6cc7 100644 --- a/src/devices/cpu/tms57002/tms57kdec.cpp +++ b/src/devices/cpu/tms57002/tms57kdec.cpp @@ -93,7 +93,7 @@ void tms57002_device::decode_cat1(UINT32 opcode, unsigned short *op, cstate *cs) break; #define CDEC1 -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef CDEC1 default: @@ -109,7 +109,7 @@ void tms57002_device::decode_cat2_pre(UINT32 opcode, unsigned short *op, cstate break; #define CDEC2A -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef CDEC2A default: @@ -125,7 +125,7 @@ void tms57002_device::decode_cat2_post(UINT32 opcode, unsigned short *op, cstate break; #define CDEC2B -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef CDEC2B default: @@ -141,7 +141,7 @@ void tms57002_device::decode_cat3(UINT32 opcode, unsigned short *op, cstate *cs) break; #define CDEC3 -#include "cpu/tms57002/tms57002.inc" +#include "cpu/tms57002/tms57002.hxx" #undef CDEC3 default: diff --git a/src/devices/cpu/tms7000/tms7000.cpp b/src/devices/cpu/tms7000/tms7000.cpp index d64b47d924c..b604a9fa2d3 100644 --- a/src/devices/cpu/tms7000/tms7000.cpp +++ b/src/devices/cpu/tms7000/tms7000.cpp @@ -621,7 +621,7 @@ WRITE8_MEMBER(tms7000_device::tms7000_pf_w) // execute //------------------------------------------------- -#include "tms70op.inc" +#include "tms70op.hxx" void tms7000_device::execute_run() { diff --git a/src/devices/cpu/tms7000/tms70op.inc b/src/devices/cpu/tms7000/tms70op.hxx similarity index 100% rename from src/devices/cpu/tms7000/tms70op.inc rename to src/devices/cpu/tms7000/tms70op.hxx diff --git a/src/devices/cpu/v60/am.inc b/src/devices/cpu/v60/am.hxx similarity index 93% rename from src/devices/cpu/v60/am.inc rename to src/devices/cpu/v60/am.hxx index aa9c9687c8e..0432350788d 100644 --- a/src/devices/cpu/v60/am.inc +++ b/src/devices/cpu/v60/am.hxx @@ -9,9 +9,9 @@ // Addressing mode functions and tables -#include "am1.inc" // ReadAM -#include "am2.inc" // ReadAMAddress -#include "am3.inc" // WriteAM +#include "am1.hxx" // ReadAM +#include "am2.hxx" // ReadAMAddress +#include "am3.hxx" // WriteAM /* Input: diff --git a/src/devices/cpu/v60/am1.inc b/src/devices/cpu/v60/am1.hxx similarity index 100% rename from src/devices/cpu/v60/am1.inc rename to src/devices/cpu/v60/am1.hxx diff --git a/src/devices/cpu/v60/am2.inc b/src/devices/cpu/v60/am2.hxx similarity index 100% rename from src/devices/cpu/v60/am2.inc rename to src/devices/cpu/v60/am2.hxx diff --git a/src/devices/cpu/v60/am3.inc b/src/devices/cpu/v60/am3.hxx similarity index 100% rename from src/devices/cpu/v60/am3.inc rename to src/devices/cpu/v60/am3.hxx diff --git a/src/devices/cpu/v60/op12.inc b/src/devices/cpu/v60/op12.hxx similarity index 100% rename from src/devices/cpu/v60/op12.inc rename to src/devices/cpu/v60/op12.hxx diff --git a/src/devices/cpu/v60/op2.inc b/src/devices/cpu/v60/op2.hxx similarity index 100% rename from src/devices/cpu/v60/op2.inc rename to src/devices/cpu/v60/op2.hxx diff --git a/src/devices/cpu/v60/op3.inc b/src/devices/cpu/v60/op3.hxx similarity index 100% rename from src/devices/cpu/v60/op3.inc rename to src/devices/cpu/v60/op3.hxx diff --git a/src/devices/cpu/v60/op4.inc b/src/devices/cpu/v60/op4.hxx similarity index 100% rename from src/devices/cpu/v60/op4.inc rename to src/devices/cpu/v60/op4.hxx diff --git a/src/devices/cpu/v60/op5.inc b/src/devices/cpu/v60/op5.hxx similarity index 100% rename from src/devices/cpu/v60/op5.inc rename to src/devices/cpu/v60/op5.hxx diff --git a/src/devices/cpu/v60/op6.inc b/src/devices/cpu/v60/op6.hxx similarity index 100% rename from src/devices/cpu/v60/op6.inc rename to src/devices/cpu/v60/op6.hxx diff --git a/src/devices/cpu/v60/op7a.inc b/src/devices/cpu/v60/op7a.hxx similarity index 100% rename from src/devices/cpu/v60/op7a.inc rename to src/devices/cpu/v60/op7a.hxx diff --git a/src/devices/cpu/v60/optable.inc b/src/devices/cpu/v60/optable.hxx similarity index 100% rename from src/devices/cpu/v60/optable.inc rename to src/devices/cpu/v60/optable.hxx diff --git a/src/devices/cpu/v60/v60.cpp b/src/devices/cpu/v60/v60.cpp index 61764add79a..0a202847f35 100644 --- a/src/devices/cpu/v60/v60.cpp +++ b/src/devices/cpu/v60/v60.cpp @@ -358,16 +358,16 @@ UINT32 v60_device::v60_update_psw_for_exception(int is_interrupt, int target_lev // Addressing mode decoding functions -#include "am.inc" +#include "am.hxx" // Opcode functions -#include "op12.inc" -#include "op2.inc" -#include "op3.inc" -#include "op4.inc" -#include "op5.inc" -#include "op6.inc" -#include "op7a.inc" +#include "op12.hxx" +#include "op2.hxx" +#include "op3.hxx" +#include "op4.hxx" +#include "op5.hxx" +#include "op6.hxx" +#include "op7a.hxx" UINT32 v60_device::opUNHANDLED() { @@ -376,7 +376,7 @@ UINT32 v60_device::opUNHANDLED() } // Opcode jump table -#include "optable.inc" +#include "optable.hxx" void v60_device::device_start() { diff --git a/src/devices/cpu/z180/z180.cpp b/src/devices/cpu/z180/z180.cpp index 7b389baec26..8cff26069c0 100644 --- a/src/devices/cpu/z180/z180.cpp +++ b/src/devices/cpu/z180/z180.cpp @@ -762,12 +762,12 @@ static std::unique_ptr SZHVC_sub; #include "z180ops.h" #include "z180tbl.h" -#include "z180cb.inc" -#include "z180xy.inc" -#include "z180dd.inc" -#include "z180fd.inc" -#include "z180ed.inc" -#include "z180op.inc" +#include "z180cb.hxx" +#include "z180xy.hxx" +#include "z180dd.hxx" +#include "z180fd.hxx" +#include "z180ed.hxx" +#include "z180op.hxx" const address_space_config *z180_device::memory_space_config(address_spacenum spacenum) const diff --git a/src/devices/cpu/z180/z180cb.inc b/src/devices/cpu/z180/z180cb.hxx similarity index 100% rename from src/devices/cpu/z180/z180cb.inc rename to src/devices/cpu/z180/z180cb.hxx diff --git a/src/devices/cpu/z180/z180dd.inc b/src/devices/cpu/z180/z180dd.hxx similarity index 100% rename from src/devices/cpu/z180/z180dd.inc rename to src/devices/cpu/z180/z180dd.hxx diff --git a/src/devices/cpu/z180/z180ed.inc b/src/devices/cpu/z180/z180ed.hxx similarity index 100% rename from src/devices/cpu/z180/z180ed.inc rename to src/devices/cpu/z180/z180ed.hxx diff --git a/src/devices/cpu/z180/z180fd.inc b/src/devices/cpu/z180/z180fd.hxx similarity index 100% rename from src/devices/cpu/z180/z180fd.inc rename to src/devices/cpu/z180/z180fd.hxx diff --git a/src/devices/cpu/z180/z180op.inc b/src/devices/cpu/z180/z180op.hxx similarity index 100% rename from src/devices/cpu/z180/z180op.inc rename to src/devices/cpu/z180/z180op.hxx diff --git a/src/devices/cpu/z180/z180xy.inc b/src/devices/cpu/z180/z180xy.hxx similarity index 100% rename from src/devices/cpu/z180/z180xy.inc rename to src/devices/cpu/z180/z180xy.hxx diff --git a/src/devices/cpu/z8/z8.cpp b/src/devices/cpu/z8/z8.cpp index ad8b79f8ba5..53aecb48b1b 100644 --- a/src/devices/cpu/z8/z8.cpp +++ b/src/devices/cpu/z8/z8.cpp @@ -541,7 +541,7 @@ INSTRUCTION( illegal ) logerror("Z8: PC = %04x, Illegal opcode = %02x\n", m_pc - 1, opcode); } -#include "z8ops.inc" +#include "z8ops.hxx" /*************************************************************************** OPCODE TABLES diff --git a/src/devices/cpu/z8/z8ops.inc b/src/devices/cpu/z8/z8ops.hxx similarity index 100% rename from src/devices/cpu/z8/z8ops.inc rename to src/devices/cpu/z8/z8ops.hxx diff --git a/src/devices/cpu/z8000/z8000.cpp b/src/devices/cpu/z8000/z8000.cpp index 9f71abf47a8..910402cf1b3 100644 --- a/src/devices/cpu/z8000/z8000.cpp +++ b/src/devices/cpu/z8000/z8000.cpp @@ -360,8 +360,8 @@ void z8002_device::cycles(int cycles) m_icount -= cycles; } -#include "z8000ops.inc" -#include "z8000tbl.inc" +#include "z8000ops.hxx" +#include "z8000tbl.hxx" void z8002_device::set_irq(int type) { diff --git a/src/devices/cpu/z8000/z8000ops.inc b/src/devices/cpu/z8000/z8000ops.hxx similarity index 100% rename from src/devices/cpu/z8000/z8000ops.inc rename to src/devices/cpu/z8000/z8000ops.hxx diff --git a/src/devices/cpu/z8000/z8000tbl.inc b/src/devices/cpu/z8000/z8000tbl.hxx similarity index 100% rename from src/devices/cpu/z8000/z8000tbl.inc rename to src/devices/cpu/z8000/z8000tbl.hxx diff --git a/src/devices/machine/s3c2400.cpp b/src/devices/machine/s3c2400.cpp index a1ef609a1ac..dec1ad8bf11 100644 --- a/src/devices/machine/s3c2400.cpp +++ b/src/devices/machine/s3c2400.cpp @@ -31,7 +31,7 @@ static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, c #define DEVICE_S3C2400 #define S3C24_CLASS_NAME s3c2400_device -#include "machine/s3c24xx.inc" +#include "machine/s3c24xx.hxx" #undef DEVICE_S3C2400 UINT32 s3c2400_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) diff --git a/src/devices/machine/s3c2410.cpp b/src/devices/machine/s3c2410.cpp index c89a67ef47b..3ba6e373a4c 100644 --- a/src/devices/machine/s3c2410.cpp +++ b/src/devices/machine/s3c2410.cpp @@ -31,7 +31,7 @@ static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, c #define DEVICE_S3C2410 #define S3C24_CLASS_NAME s3c2410_device -#include "machine/s3c24xx.inc" +#include "machine/s3c24xx.hxx" #undef DEVICE_S3C2410 UINT32 s3c2410_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) diff --git a/src/devices/machine/s3c2440.cpp b/src/devices/machine/s3c2440.cpp index 7cc5e0a6247..360f83f244d 100644 --- a/src/devices/machine/s3c2440.cpp +++ b/src/devices/machine/s3c2440.cpp @@ -31,7 +31,7 @@ static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, c #define DEVICE_S3C2440 #define S3C24_CLASS_NAME s3c2440_device -#include "machine/s3c24xx.inc" +#include "machine/s3c24xx.hxx" #undef DEVICE_S3C2440 UINT32 s3c2440_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) diff --git a/src/devices/machine/s3c24xx.inc b/src/devices/machine/s3c24xx.hxx similarity index 100% rename from src/devices/machine/s3c24xx.inc rename to src/devices/machine/s3c24xx.hxx diff --git a/src/devices/sound/disc_dev.inc b/src/devices/sound/disc_dev.hxx similarity index 100% rename from src/devices/sound/disc_dev.inc rename to src/devices/sound/disc_dev.hxx diff --git a/src/devices/sound/disc_flt.inc b/src/devices/sound/disc_flt.hxx similarity index 100% rename from src/devices/sound/disc_flt.inc rename to src/devices/sound/disc_flt.hxx diff --git a/src/devices/sound/disc_inp.inc b/src/devices/sound/disc_inp.hxx similarity index 100% rename from src/devices/sound/disc_inp.inc rename to src/devices/sound/disc_inp.hxx diff --git a/src/devices/sound/disc_mth.inc b/src/devices/sound/disc_mth.hxx similarity index 100% rename from src/devices/sound/disc_mth.inc rename to src/devices/sound/disc_mth.hxx diff --git a/src/devices/sound/disc_sys.inc b/src/devices/sound/disc_sys.hxx similarity index 100% rename from src/devices/sound/disc_sys.inc rename to src/devices/sound/disc_sys.hxx diff --git a/src/devices/sound/disc_wav.inc b/src/devices/sound/disc_wav.hxx similarity index 100% rename from src/devices/sound/disc_wav.inc rename to src/devices/sound/disc_wav.hxx diff --git a/src/devices/sound/discrete.cpp b/src/devices/sound/discrete.cpp index a2232bc9f44..80498db791f 100644 --- a/src/devices/sound/discrete.cpp +++ b/src/devices/sound/discrete.cpp @@ -157,12 +157,12 @@ private: * *************************************/ -#include "disc_sys.inc" /* discrete core modules and support functions */ -#include "disc_wav.inc" /* Wave sources - SINE/SQUARE/NOISE/etc */ -#include "disc_mth.inc" /* Math Devices - ADD/GAIN/etc */ -#include "disc_inp.inc" /* Input Devices - INPUT/CONST/etc */ -#include "disc_flt.inc" /* Filter Devices - RCF/HPF/LPF */ -#include "disc_dev.inc" /* Popular Devices - NE555/etc */ +#include "disc_sys.hxx" /* discrete core modules and support functions */ +#include "disc_wav.hxx" /* Wave sources - SINE/SQUARE/NOISE/etc */ +#include "disc_mth.hxx" /* Math Devices - ADD/GAIN/etc */ +#include "disc_inp.hxx" /* Input Devices - INPUT/CONST/etc */ +#include "disc_flt.hxx" /* Filter Devices - RCF/HPF/LPF */ +#include "disc_dev.hxx" /* Popular Devices - NE555/etc */ /************************************* * diff --git a/src/devices/sound/tms5110.cpp b/src/devices/sound/tms5110.cpp index 6e7de3e445c..d0d676e742e 100644 --- a/src/devices/sound/tms5110.cpp +++ b/src/devices/sound/tms5110.cpp @@ -143,7 +143,7 @@ static INT16 clip_analog(INT16 cliptemp); /* Pull in the ROM tables */ -#include "tms5110r.inc" +#include "tms5110r.hxx" #define DEBUG_5110 0 diff --git a/src/devices/sound/tms5110r.inc b/src/devices/sound/tms5110r.hxx similarity index 100% rename from src/devices/sound/tms5110r.inc rename to src/devices/sound/tms5110r.hxx diff --git a/src/devices/sound/tms5220.cpp b/src/devices/sound/tms5220.cpp index bb050d53182..d9da8b973bd 100644 --- a/src/devices/sound/tms5220.cpp +++ b/src/devices/sound/tms5220.cpp @@ -394,7 +394,7 @@ static INT16 clip_analog(INT16 cliptemp); static const UINT8 reload_table[4] = { 0, 2, 4, 6 }; //sample count reload for 5220c and cd2501ecd only; 5200 and 5220 always reload with 0; keep in mind this is loaded on IP=0 PC=12 subcycle=1 so it immediately will increment after one sample, effectively being 1,3,5,7 as in the comments above. // Pull in the ROM tables -#include "tms5110r.inc" +#include "tms5110r.hxx" void tms5220_device::set_variant(int variant) diff --git a/src/devices/sound/vlm5030.cpp b/src/devices/sound/vlm5030.cpp index 3bd8928e3e5..d47981affbb 100644 --- a/src/devices/sound/vlm5030.cpp +++ b/src/devices/sound/vlm5030.cpp @@ -134,7 +134,7 @@ enum { }; /* Pull in the ROM tables */ -#include "tms5110r.inc" +#include "tms5110r.hxx" /* speed parameter diff --git a/src/devices/video/epic12_blit0.cpp b/src/devices/video/epic12_blit0.cpp index 3588573bdee..8bd7d8a4ff3 100644 --- a/src/devices/video/epic12_blit0.cpp +++ b/src/devices/video/epic12_blit0.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f0_ti0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr1_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit1.cpp b/src/devices/video/epic12_blit1.cpp index 2cef4fae933..7ef055ce463 100644 --- a/src/devices/video/epic12_blit1.cpp +++ b/src/devices/video/epic12_blit1.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti0_tr0_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit2.cpp b/src/devices/video/epic12_blit2.cpp index 039ab762635..8909ca1df7e 100644 --- a/src/devices/video/epic12_blit2.cpp +++ b/src/devices/video/epic12_blit2.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f1_ti0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr1_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit3.cpp b/src/devices/video/epic12_blit3.cpp index 868f4c1e25e..7bc6b7ca44a 100644 --- a/src/devices/video/epic12_blit3.cpp +++ b/src/devices/video/epic12_blit3.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti0_tr0_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit4.cpp b/src/devices/video/epic12_blit4.cpp index c5ed93ae70b..06dec67898c 100644 --- a/src/devices/video/epic12_blit4.cpp +++ b/src/devices/video/epic12_blit4.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr1_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit5.cpp b/src/devices/video/epic12_blit5.cpp index 4c0a3b0bd0d..9520abb64e9 100644 --- a/src/devices/video/epic12_blit5.cpp +++ b/src/devices/video/epic12_blit5.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f0_ti1_tr0_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit6.cpp b/src/devices/video/epic12_blit6.cpp index 9ef7302b139..3cdcf2f4b9a 100644 --- a/src/devices/video/epic12_blit6.cpp +++ b/src/devices/video/epic12_blit6.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr1_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit7.cpp b/src/devices/video/epic12_blit7.cpp index 6ab5366a721..480f85011dd 100644 --- a/src/devices/video/epic12_blit7.cpp +++ b/src/devices/video/epic12_blit7.cpp @@ -12,7 +12,7 @@ /* Special Case */ #define BLENDED 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_plain -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef BLENDED @@ -22,7 +22,7 @@ #define _SMODE 0 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -30,7 +30,7 @@ #define _SMODE 1 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -38,7 +38,7 @@ #define _SMODE 2 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -46,7 +46,7 @@ #define _SMODE 3 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -54,7 +54,7 @@ #define _SMODE 4 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -62,7 +62,7 @@ #define _SMODE 5 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -70,7 +70,7 @@ #define _SMODE 6 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -78,7 +78,7 @@ #define _SMODE 7 #define _DMODE 0 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d0 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -89,7 +89,7 @@ #define _SMODE 0 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -97,7 +97,7 @@ #define _SMODE 1 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -105,7 +105,7 @@ #define _SMODE 2 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -113,7 +113,7 @@ #define _SMODE 3 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -121,7 +121,7 @@ #define _SMODE 4 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -129,7 +129,7 @@ #define _SMODE 5 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -137,7 +137,7 @@ #define _SMODE 6 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -145,7 +145,7 @@ #define _SMODE 7 #define _DMODE 1 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d1 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -156,7 +156,7 @@ #define _SMODE 0 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -164,7 +164,7 @@ #define _SMODE 1 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -172,7 +172,7 @@ #define _SMODE 2 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -180,7 +180,7 @@ #define _SMODE 3 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -188,7 +188,7 @@ #define _SMODE 4 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -196,7 +196,7 @@ #define _SMODE 5 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -204,7 +204,7 @@ #define _SMODE 6 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -212,7 +212,7 @@ #define _SMODE 7 #define _DMODE 2 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d2 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -223,7 +223,7 @@ #define _SMODE 0 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -231,7 +231,7 @@ #define _SMODE 1 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -239,7 +239,7 @@ #define _SMODE 2 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -247,7 +247,7 @@ #define _SMODE 3 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -255,7 +255,7 @@ #define _SMODE 4 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -263,7 +263,7 @@ #define _SMODE 5 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -271,7 +271,7 @@ #define _SMODE 6 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -279,7 +279,7 @@ #define _SMODE 7 #define _DMODE 3 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d3 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -290,7 +290,7 @@ #define _SMODE 0 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -298,7 +298,7 @@ #define _SMODE 1 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -306,7 +306,7 @@ #define _SMODE 2 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -314,7 +314,7 @@ #define _SMODE 3 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -322,7 +322,7 @@ #define _SMODE 4 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -330,7 +330,7 @@ #define _SMODE 5 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -338,7 +338,7 @@ #define _SMODE 6 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -346,7 +346,7 @@ #define _SMODE 7 #define _DMODE 4 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d4 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -356,7 +356,7 @@ #define _SMODE 0 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -364,7 +364,7 @@ #define _SMODE 1 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -372,7 +372,7 @@ #define _SMODE 2 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -380,7 +380,7 @@ #define _SMODE 3 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -388,7 +388,7 @@ #define _SMODE 4 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -396,7 +396,7 @@ #define _SMODE 5 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -404,7 +404,7 @@ #define _SMODE 6 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -412,7 +412,7 @@ #define _SMODE 7 #define _DMODE 5 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d5 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -422,7 +422,7 @@ #define _SMODE 0 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -430,7 +430,7 @@ #define _SMODE 1 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -438,7 +438,7 @@ #define _SMODE 2 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -446,7 +446,7 @@ #define _SMODE 3 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -454,7 +454,7 @@ #define _SMODE 4 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -462,7 +462,7 @@ #define _SMODE 5 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -470,7 +470,7 @@ #define _SMODE 6 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -478,7 +478,7 @@ #define _SMODE 7 #define _DMODE 6 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d6 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -489,7 +489,7 @@ #define _SMODE 0 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s0_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -497,7 +497,7 @@ #define _SMODE 1 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s1_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -505,7 +505,7 @@ #define _SMODE 2 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s2_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -513,7 +513,7 @@ #define _SMODE 3 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s3_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -521,7 +521,7 @@ #define _SMODE 4 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s4_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -529,7 +529,7 @@ #define _SMODE 5 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s5_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -537,7 +537,7 @@ #define _SMODE 6 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s6_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE @@ -545,7 +545,7 @@ #define _SMODE 7 #define _DMODE 7 #define FUNCNAME draw_sprite_f1_ti1_tr0_s7_d7 -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef _SMODE #undef _DMODE diff --git a/src/devices/video/epic12_blit8.cpp b/src/devices/video/epic12_blit8.cpp index fb9cc763395..fb0ff8a7e24 100644 --- a/src/devices/video/epic12_blit8.cpp +++ b/src/devices/video/epic12_blit8.cpp @@ -12,13 +12,13 @@ #define TRANSPARENT 1 #define FLIPX 0 #define FUNCNAME draw_sprite_f0_ti0_tr1_simple -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef FLIPX #define FLIPX 1 #define FUNCNAME draw_sprite_f1_ti0_tr1_simple -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef FLIPX #undef TRANSPARENT @@ -27,13 +27,13 @@ #define TRANSPARENT 0 #define FLIPX 0 #define FUNCNAME draw_sprite_f0_ti0_tr0_simple -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef FLIPX #define FLIPX 1 #define FUNCNAME draw_sprite_f1_ti0_tr0_simple -#include "epic12in.inc" +#include "epic12in.hxx" #undef FUNCNAME #undef FLIPX #undef TRANSPARENT diff --git a/src/devices/video/epic12in.inc b/src/devices/video/epic12in.hxx similarity index 91% rename from src/devices/video/epic12in.inc rename to src/devices/video/epic12in.hxx index 4297c5a2d55..8bb6beb97f4 100644 --- a/src/devices/video/epic12in.inc +++ b/src/devices/video/epic12in.hxx @@ -143,21 +143,21 @@ void epic12_device::FUNCNAME(BLIT_PARAMS) while (bigblocks) { - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" - #include "epic12pixel.inc" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" + #include "epic12pixel.hxx" bigblocks--; } #endif while (bmpbytes(); } -#include "video/hng64_3d.inc" -#include "video/hng64_sprite.inc" +#include "video/hng64_3d.hxx" +#include "video/hng64_sprite.hxx" diff --git a/src/mame/video/hng64_3d.inc b/src/mame/video/hng64_3d.hxx similarity index 100% rename from src/mame/video/hng64_3d.inc rename to src/mame/video/hng64_3d.hxx diff --git a/src/mame/video/hng64_sprite.inc b/src/mame/video/hng64_sprite.hxx similarity index 100% rename from src/mame/video/hng64_sprite.inc rename to src/mame/video/hng64_sprite.hxx diff --git a/src/mame/video/jagblit.inc b/src/mame/video/jagblit.hxx similarity index 99% rename from src/mame/video/jagblit.inc rename to src/mame/video/jagblit.hxx index 6b75f1f4b2d..7051e9aed91 100644 --- a/src/mame/video/jagblit.inc +++ b/src/mame/video/jagblit.hxx @@ -12,7 +12,7 @@ #define COMMAND -- blitter command bits for blitter #define A1FIXED -- fixed A1 flag bits for blitter #define A2FIXED -- fixed A2 flag bits for blitter - #include "jagblit.inc" + #include "jagblit.hxx" ****************************************************************************/ diff --git a/src/mame/video/jagobj.inc b/src/mame/video/jagobj.hxx similarity index 100% rename from src/mame/video/jagobj.inc rename to src/mame/video/jagobj.hxx diff --git a/src/mame/video/jaguar.cpp b/src/mame/video/jaguar.cpp index 216b3743d04..3e0803cfb90 100644 --- a/src/mame/video/jaguar.cpp +++ b/src/mame/video/jaguar.cpp @@ -861,7 +861,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, *************************************/ #define INCLUDE_OBJECT_PROCESSOR -#include "jagobj.inc" +#include "jagobj.hxx" @@ -876,7 +876,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND command #define A1FIXED a1flags #define A2FIXED a2flags -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -887,7 +887,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x09800001 #define A1FIXED 0x010020 #define A2FIXED 0x010020 -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -897,7 +897,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x09800009 #define A1FIXED 0x000020 #define A2FIXED 0x000020 -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -907,7 +907,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x01800009 #define A1FIXED 0x000028 #define A2FIXED 0x000028 -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -917,7 +917,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x01800001 #define A1FIXED 0x000018 #define A2FIXED 0x000018 -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -927,7 +927,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x01c00001 #define A1FIXED 0x000018 #define A2FIXED 0x000018 -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -938,7 +938,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x00010000 #define A1FIXED a1flags #define A2FIXED a2flags -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -948,7 +948,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND 0x01800001 #define A1FIXED a1flags #define A2FIXED a2flags -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND @@ -958,7 +958,7 @@ UINT32 jaguar_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, #define COMMAND ((command & 0xf0000f00) | 0x01800001) #define A1FIXED a1flags #define A2FIXED a2flags -#include "jagblit.inc" +#include "jagblit.hxx" #undef A2FIXED #undef A1FIXED #undef COMMAND diff --git a/src/mame/video/model2rd.inc b/src/mame/video/model2rd.hxx similarity index 100% rename from src/mame/video/model2rd.inc rename to src/mame/video/model2rd.hxx diff --git a/src/mame/video/n64.cpp b/src/mame/video/n64.cpp index 85033978fca..13ee70bb950 100644 --- a/src/mame/video/n64.cpp +++ b/src/mame/video/n64.cpp @@ -63,7 +63,7 @@ bool n64_rdp::rdp_range_check(UINT32 addr) /*****************************************************************************/ // The functions in this file should be moved into the parent Processor class. -#include "rdpfiltr.inc" +#include "rdpfiltr.hxx" INT32 n64_rdp::get_alpha_cvg(INT32 comb_alpha, rdp_span_aux* userdata, const rdp_poly_state &object) { diff --git a/src/mame/video/rdpfiltr.inc b/src/mame/video/rdpfiltr.hxx similarity index 100% rename from src/mame/video/rdpfiltr.inc rename to src/mame/video/rdpfiltr.hxx diff --git a/src/osd/modules/render/drawgdi.cpp b/src/osd/modules/render/drawgdi.cpp index 6d6b98218b6..7822314e7f4 100644 --- a/src/osd/modules/render/drawgdi.cpp +++ b/src/osd/modules/render/drawgdi.cpp @@ -7,7 +7,7 @@ //============================================================ #include "drawgdi.h" -#include "rendersw.inc" +#include "rendersw.hxx" //============================================================ // destructor diff --git a/src/osd/modules/render/drawsdl.cpp b/src/osd/modules/render/drawsdl.cpp index 81943bf9165..5cbf63ec056 100644 --- a/src/osd/modules/render/drawsdl.cpp +++ b/src/osd/modules/render/drawsdl.cpp @@ -17,7 +17,7 @@ // MAME headers #include "emu.h" #include "ui/uimain.h" -#include "rendersw.inc" +#include "rendersw.hxx" // standard SDL headers #include "sdlinc.h" diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index 0af298a4441..6f5c7c7f455 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -125,7 +125,7 @@ int main(int argc, char *argv[]) /* determine if we are a C file */ ext = strrchr(argv[1], '.'); - is_c_file = (ext && (core_stricmp(ext, ".c") == 0 || core_stricmp(ext, ".h") == 0 || core_stricmp(ext, ".cpp") == 0 || core_stricmp(ext, ".inc") == 0 || core_stricmp(ext, ".lst") == 0)); + is_c_file = (ext && (core_stricmp(ext, ".c") == 0 || core_stricmp(ext, ".h") == 0 || core_stricmp(ext, ".cpp") == 0 || core_stricmp(ext, ".hxx") == 0 || core_stricmp(ext, ".lst") == 0)); is_xml_file = (ext && core_stricmp(ext, ".xml") == 0); /* rip through it */