diff --git a/makefile b/makefile index fc1a2f6c743..c038d7c0de0 100644 --- a/makefile +++ b/makefile @@ -365,7 +365,6 @@ endif # add core include paths CCOMFLAGS += \ -I$(SRC)/$(TARGET) \ - -I$(SRC)/$(TARGET)/includes \ -I$(OBJ)/$(TARGET)/layout \ -I$(SRC)/emu \ -I$(OBJ)/emu \ diff --git a/src/mame/audio/atarifb.c b/src/mame/audio/atarifb.c index 87707f32b4d..5aa2ab6c0ba 100644 --- a/src/mame/audio/atarifb.c +++ b/src/mame/audio/atarifb.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "atarifb.h" +#include "includes/atarifb.h" #include "sound/discrete.h" diff --git a/src/mame/audio/avalnche.c b/src/mame/audio/avalnche.c index 4c38c160a6b..4756a7871a8 100644 --- a/src/mame/audio/avalnche.c +++ b/src/mame/audio/avalnche.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "avalnche.h" +#include "includes/avalnche.h" #include "sound/discrete.h" diff --git a/src/mame/audio/aztarac.c b/src/mame/audio/aztarac.c index 2fdeee4807e..c8930199097 100644 --- a/src/mame/audio/aztarac.c +++ b/src/mame/audio/aztarac.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "aztarac.h" +#include "includes/aztarac.h" static int sound_status; diff --git a/src/mame/audio/bsktball.c b/src/mame/audio/bsktball.c index 1a51a78c606..5d8556bed92 100644 --- a/src/mame/audio/bsktball.c +++ b/src/mame/audio/bsktball.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "bsktball.h" +#include "includes/bsktball.h" #include "sound/discrete.h" /*************************************************************************** diff --git a/src/mame/audio/bzone.c b/src/mame/audio/bzone.c index e5f9867a9bb..8a978e013cd 100644 --- a/src/mame/audio/bzone.c +++ b/src/mame/audio/bzone.c @@ -20,7 +20,7 @@ D0 explosion enable gates a noise generator #include #include "driver.h" #include "streams.h" -#include "bzone.h" +#include "includes/bzone.h" #include "sound/discrete.h" #include "sound/pokey.h" diff --git a/src/mame/audio/canyon.c b/src/mame/audio/canyon.c index b55e2883659..5342a514716 100644 --- a/src/mame/audio/canyon.c +++ b/src/mame/audio/canyon.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "canyon.h" +#include "includes/canyon.h" #include "sound/discrete.h" diff --git a/src/mame/audio/cchasm.c b/src/mame/audio/cchasm.c index 92a0357318c..a321c44d1b4 100644 --- a/src/mame/audio/cchasm.c +++ b/src/mame/audio/cchasm.c @@ -8,7 +8,7 @@ #include "streams.h" #include "cpu/z80/z80.h" #include "machine/z80ctc.h" -#include "cchasm.h" +#include "includes/cchasm.h" #include "sound/ay8910.h" #include "sound/dac.h" diff --git a/src/mame/audio/cinemat.c b/src/mame/audio/cinemat.c index 1e22c4b8d7b..a2088b34c0f 100644 --- a/src/mame/audio/cinemat.c +++ b/src/mame/audio/cinemat.c @@ -21,7 +21,7 @@ #include "cpu/ccpu/ccpu.h" #include "cpu/z80/z80daisy.h" #include "machine/z80ctc.h" -#include "cinemat.h" +#include "includes/cinemat.h" #include "sound/samples.h" #include "sound/ay8910.h" diff --git a/src/mame/audio/circus.c b/src/mame/audio/circus.c index 0ec4b89a72d..658bb35f28e 100644 --- a/src/mame/audio/circus.c +++ b/src/mame/audio/circus.c @@ -1,6 +1,6 @@ #include "driver.h" #include "sound/samples.h" -#include "circus.h" +#include "includes/circus.h" static const char *const circus_sample_names[] = { diff --git a/src/mame/audio/crbaloon.c b/src/mame/audio/crbaloon.c index d67c4697afb..1d794c908d2 100644 --- a/src/mame/audio/crbaloon.c +++ b/src/mame/audio/crbaloon.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "crbaloon.h" +#include "includes/crbaloon.h" #include "sound/sn76477.h" #include "sound/discrete.h" diff --git a/src/mame/audio/dragrace.c b/src/mame/audio/dragrace.c index cc211099193..0be273b40a0 100644 --- a/src/mame/audio/dragrace.c +++ b/src/mame/audio/dragrace.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "dragrace.h" +#include "includes/dragrace.h" #include "sound/discrete.h" /************************************************************************/ diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c index 9f8d6584e09..fdd137daa95 100644 --- a/src/mame/audio/exidy.c +++ b/src/mame/audio/exidy.c @@ -13,7 +13,7 @@ #include "machine/6532riot.h" #include "sound/hc55516.h" #include "sound/tms5220.h" -#include "exidy.h" +#include "includes/exidy.h" diff --git a/src/mame/audio/exidy440.c b/src/mame/audio/exidy440.c index ffd973d3469..4c32d7e669e 100644 --- a/src/mame/audio/exidy440.c +++ b/src/mame/audio/exidy440.c @@ -10,7 +10,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" #include "streams.h" -#include "exidy440.h" +#include "includes/exidy440.h" #define SOUND_LOG 0 diff --git a/src/mame/audio/firetrk.c b/src/mame/audio/firetrk.c index 9ab126d3ab2..446696b5be6 100644 --- a/src/mame/audio/firetrk.c +++ b/src/mame/audio/firetrk.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "firetrk.h" +#include "includes/firetrk.h" #include "sound/discrete.h" diff --git a/src/mame/audio/galaga.c b/src/mame/audio/galaga.c index dc024428568..f3a8de34b67 100644 --- a/src/mame/audio/galaga.c +++ b/src/mame/audio/galaga.c @@ -6,7 +6,7 @@ #include "driver.h" #include "namco52.h" #include "namco54.h" -#include "galaga.h" +#include "includes/galaga.h" /************************************* diff --git a/src/mame/audio/grchamp.c b/src/mame/audio/grchamp.c index b29e7c2ec82..94388f3e99c 100644 --- a/src/mame/audio/grchamp.c +++ b/src/mame/audio/grchamp.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "grchamp.h" +#include "includes/grchamp.h" /************************************************************************/ diff --git a/src/mame/audio/gridlee.c b/src/mame/audio/gridlee.c index a850cf01630..dd20f8b695f 100644 --- a/src/mame/audio/gridlee.c +++ b/src/mame/audio/gridlee.c @@ -6,7 +6,7 @@ #include "driver.h" #include "streams.h" -#include "gridlee.h" +#include "includes/gridlee.h" #include "sound/samples.h" diff --git a/src/mame/audio/harddriv.c b/src/mame/audio/harddriv.c index 9e6bc872755..3c08ddadaf3 100644 --- a/src/mame/audio/harddriv.c +++ b/src/mame/audio/harddriv.c @@ -8,7 +8,7 @@ #include "cpu/tms32010/tms32010.h" #include "sound/dac.h" #include "machine/atarigen.h" -#include "harddriv.h" +#include "includes/harddriv.h" #define BIO_FREQUENCY (1000000 / 50) diff --git a/src/mame/audio/hitme.c b/src/mame/audio/hitme.c index a7d41e9cc3f..535cdeccbdd 100644 --- a/src/mame/audio/hitme.c +++ b/src/mame/audio/hitme.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "hitme.h" +#include "includes/hitme.h" #include "sound/discrete.h" diff --git a/src/mame/audio/jedi.c b/src/mame/audio/jedi.c index 9dc14e2430d..665b516b696 100644 --- a/src/mame/audio/jedi.c +++ b/src/mame/audio/jedi.c @@ -10,7 +10,7 @@ #include "cpu/m6502/m6502.h" #include "sound/tms5220.h" #include "sound/pokey.h" -#include "jedi.h" +#include "includes/jedi.h" diff --git a/src/mame/audio/leland.c b/src/mame/audio/leland.c index d25c9ae1b9b..fc183ff2170 100644 --- a/src/mame/audio/leland.c +++ b/src/mame/audio/leland.c @@ -81,7 +81,7 @@ #include "streams.h" #include "cpu/i86/i86.h" #include "cpu/z80/z80.h" -#include "leland.h" +#include "includes/leland.h" #include "sound/2151intf.h" diff --git a/src/mame/audio/llander.c b/src/mame/audio/llander.c index 3030750da89..e34f9ba5806 100644 --- a/src/mame/audio/llander.c +++ b/src/mame/audio/llander.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "asteroid.h" +#include "includes/asteroid.h" #include "sound/discrete.h" /************************************************************************/ diff --git a/src/mame/audio/m79amb.c b/src/mame/audio/m79amb.c index 9f555adfc64..fe92ca913c8 100644 --- a/src/mame/audio/m79amb.c +++ b/src/mame/audio/m79amb.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "m79amb.h" +#include "includes/m79amb.h" #include "sound/discrete.h" #define TIME_OF_9602(r, c) (0.34 * (r) * (c) * (1.0 + 1.0 / (r))) diff --git a/src/mame/audio/madalien.c b/src/mame/audio/madalien.c index 917f6166bf7..476777ed257 100644 --- a/src/mame/audio/madalien.c +++ b/src/mame/audio/madalien.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "madalien.h" +#include "includes/madalien.h" #include "sound/discrete.h" diff --git a/src/mame/audio/meadows.c b/src/mame/audio/meadows.c index 3e2f501d892..c5d2016a58a 100644 --- a/src/mame/audio/meadows.c +++ b/src/mame/audio/meadows.c @@ -8,7 +8,7 @@ #include "driver.h" #include "cpu/s2650/s2650.h" -#include "meadows.h" +#include "includes/meadows.h" #include "sound/samples.h" #include "sound/dac.h" diff --git a/src/mame/audio/nitedrvr.c b/src/mame/audio/nitedrvr.c index 379b8dd278d..bb56995aa79 100644 --- a/src/mame/audio/nitedrvr.c +++ b/src/mame/audio/nitedrvr.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "nitedrvr.h" +#include "includes/nitedrvr.h" #include "sound/discrete.h" diff --git a/src/mame/audio/norautp.c b/src/mame/audio/norautp.c index 1ce88d0d34e..41872edca0c 100644 --- a/src/mame/audio/norautp.c +++ b/src/mame/audio/norautp.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "norautp.h" +#include "includes/norautp.h" /* Discrete Sound Input Nodes */ diff --git a/src/mame/audio/orbit.c b/src/mame/audio/orbit.c index 2466085c0b0..333e32abd08 100644 --- a/src/mame/audio/orbit.c +++ b/src/mame/audio/orbit.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "orbit.h" +#include "includes/orbit.h" #include "sound/discrete.h" /************************************* diff --git a/src/mame/audio/phoenix.c b/src/mame/audio/phoenix.c index 69e048ab012..1cef8094f33 100644 --- a/src/mame/audio/phoenix.c +++ b/src/mame/audio/phoenix.c @@ -11,7 +11,7 @@ #include "driver.h" #include "streams.h" #include "sound/tms36xx.h" -#include "phoenix.h" +#include "includes/phoenix.h" /**************************************************************************** * 4006 diff --git a/src/mame/audio/polepos.c b/src/mame/audio/polepos.c index b82ceb0cb15..b240450b2b1 100644 --- a/src/mame/audio/polepos.c +++ b/src/mame/audio/polepos.c @@ -8,7 +8,7 @@ #include "machine/rescap.h" #include "namco52.h" #include "namco54.h" -#include "polepos.h" +#include "includes/polepos.h" static int sample_msb = 0; static int sample_lsb = 0; diff --git a/src/mame/audio/poolshrk.c b/src/mame/audio/poolshrk.c index bbd6429f078..e0c93cda72b 100644 --- a/src/mame/audio/poolshrk.c +++ b/src/mame/audio/poolshrk.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "poolshrk.h" +#include "includes/poolshrk.h" #include "sound/discrete.h" /************************************************************************/ diff --git a/src/mame/audio/qix.c b/src/mame/audio/qix.c index 83fa78c4520..d80d1ea5547 100644 --- a/src/mame/audio/qix.c +++ b/src/mame/audio/qix.c @@ -7,7 +7,7 @@ #include "driver.h" #include "cpu/m6800/m6800.h" #include "cpu/m6809/m6809.h" -#include "qix.h" +#include "includes/qix.h" #include "sound/sn76496.h" #include "sound/discrete.h" diff --git a/src/mame/audio/redalert.c b/src/mame/audio/redalert.c index 5bea5325733..3c86606f178 100644 --- a/src/mame/audio/redalert.c +++ b/src/mame/audio/redalert.c @@ -15,7 +15,7 @@ #include "machine/6821pia.h" #include "sound/ay8910.h" #include "sound/hc55516.h" -#include "redalert.h" +#include "includes/redalert.h" diff --git a/src/mame/audio/redbaron.c b/src/mame/audio/redbaron.c index 632bdf3d0d7..3f28a44f58f 100644 --- a/src/mame/audio/redbaron.c +++ b/src/mame/audio/redbaron.c @@ -17,7 +17,7 @@ #include #include "driver.h" #include "streams.h" -#include "bzone.h" +#include "includes/bzone.h" #include "sound/pokey.h" #define OUTPUT_RATE (48000) diff --git a/src/mame/audio/segag80r.c b/src/mame/audio/segag80r.c index 530f2872dc6..5edae1948f1 100644 --- a/src/mame/audio/segag80r.c +++ b/src/mame/audio/segag80r.c @@ -10,7 +10,7 @@ #include "driver.h" #include "streams.h" #include "cpu/mcs48/mcs48.h" -#include "segag80r.h" +#include "includes/segag80r.h" #include "machine/8255ppi.h" #include "machine/i8243.h" #include "sound/samples.h" diff --git a/src/mame/audio/segag80v.c b/src/mame/audio/segag80v.c index 735228fb7c2..8caecf0f2be 100644 --- a/src/mame/audio/segag80v.c +++ b/src/mame/audio/segag80v.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "segag80v.h" +#include "includes/segag80v.h" #include "sound/samples.h" /* History: diff --git a/src/mame/audio/segasnd.c b/src/mame/audio/segasnd.c index fcc9eaf5d0e..b5a575e8ee0 100644 --- a/src/mame/audio/segasnd.c +++ b/src/mame/audio/segasnd.c @@ -11,7 +11,7 @@ #include "driver.h" #include "streams.h" -#include "segag80v.h" +#include "includes/segag80v.h" #include "cpu/mcs48/mcs48.h" #include "sound/sp0250.h" #include "segasnd.h" diff --git a/src/mame/audio/skydiver.c b/src/mame/audio/skydiver.c index 82ee0c99e45..d07855f2f9b 100644 --- a/src/mame/audio/skydiver.c +++ b/src/mame/audio/skydiver.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "skydiver.h" +#include "includes/skydiver.h" #include "sound/discrete.h" diff --git a/src/mame/audio/skyraid.c b/src/mame/audio/skyraid.c index bf773afcf19..95dc7cac596 100644 --- a/src/mame/audio/skyraid.c +++ b/src/mame/audio/skyraid.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "skyraid.h" +#include "includes/skyraid.h" /* Discrete Sound Input Nodes */ diff --git a/src/mame/audio/snk6502.c b/src/mame/audio/snk6502.c index 4f679b731d5..08ee9dd2a35 100644 --- a/src/mame/audio/snk6502.c +++ b/src/mame/audio/snk6502.c @@ -14,7 +14,7 @@ #include "streams.h" #include "sound/sn76477.h" #include "sound/samples.h" -#include "snk6502.h" +#include "includes/snk6502.h" #include "sound/discrete.h" diff --git a/src/mame/audio/sprint2.c b/src/mame/audio/sprint2.c index 0209eebbd4a..20d0236e483 100644 --- a/src/mame/audio/sprint2.c +++ b/src/mame/audio/sprint2.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "sprint2.h" +#include "includes/sprint2.h" /************************************************************************/ diff --git a/src/mame/audio/sprint8.c b/src/mame/audio/sprint8.c index 81841261d48..72c357917f4 100644 --- a/src/mame/audio/sprint8.c +++ b/src/mame/audio/sprint8.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "sprint8.h" +#include "includes/sprint8.h" /* Discrete Sound Input Nodes */ diff --git a/src/mame/audio/starshp1.c b/src/mame/audio/starshp1.c index d1e00bb2e06..a2a260d5439 100644 --- a/src/mame/audio/starshp1.c +++ b/src/mame/audio/starshp1.c @@ -4,7 +4,7 @@ ************************************************************************/ #include "driver.h" -#include "starshp1.h" +#include "includes/starshp1.h" #include "sound/discrete.h" diff --git a/src/mame/audio/subs.c b/src/mame/audio/subs.c index fd12d43c9bf..50ffe770a22 100644 --- a/src/mame/audio/subs.c +++ b/src/mame/audio/subs.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "subs.h" +#include "includes/subs.h" #include "sound/discrete.h" diff --git a/src/mame/audio/tank8.c b/src/mame/audio/tank8.c index 6cd5c9c3ba9..9255b623200 100644 --- a/src/mame/audio/tank8.c +++ b/src/mame/audio/tank8.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "tank8.h" +#include "includes/tank8.h" #include "sound/discrete.h" diff --git a/src/mame/audio/targ.c b/src/mame/audio/targ.c index b543a5f3128..a709e7677e5 100644 --- a/src/mame/audio/targ.c +++ b/src/mame/audio/targ.c @@ -14,7 +14,7 @@ #include "driver.h" #include "sound/samples.h" #include "sound/dac.h" -#include "targ.h" +#include "includes/targ.h" diff --git a/src/mame/audio/triplhnt.c b/src/mame/audio/triplhnt.c index ec53eb8b267..b6db1684da1 100644 --- a/src/mame/audio/triplhnt.c +++ b/src/mame/audio/triplhnt.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "triplhnt.h" +#include "includes/triplhnt.h" #include "sound/discrete.h" diff --git a/src/mame/audio/turbo.c b/src/mame/audio/turbo.c index dd91be1053f..d3138fe3a2f 100644 --- a/src/mame/audio/turbo.c +++ b/src/mame/audio/turbo.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "turbo.h" +#include "includes/turbo.h" #include "sound/samples.h" diff --git a/src/mame/audio/vicdual.c b/src/mame/audio/vicdual.c index fc781f9a27a..60e94cee0f7 100644 --- a/src/mame/audio/vicdual.c +++ b/src/mame/audio/vicdual.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "vicdual.h" +#include "includes/vicdual.h" #include "sound/discrete.h" #include "sound/samples.h" diff --git a/src/mame/audio/videopin.c b/src/mame/audio/videopin.c index 74600e5019a..8ec3b62324f 100644 --- a/src/mame/audio/videopin.c +++ b/src/mame/audio/videopin.c @@ -4,7 +4,7 @@ *************************************************************************/ #include "driver.h" -#include "videopin.h" +#include "includes/videopin.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/1942.c b/src/mame/drivers/1942.c index 51bd201e096..e29b07a1a83 100644 --- a/src/mame/drivers/1942.c +++ b/src/mame/drivers/1942.c @@ -67,7 +67,7 @@ correctly. #include "cpu/z80/z80.h" #include "deprecat.h" #include "sound/ay8910.h" -#include "1942.h" +#include "includes/1942.h" static WRITE8_HANDLER( c1942_bankswitch_w ) diff --git a/src/mame/drivers/1943.c b/src/mame/drivers/1943.c index 79c7139686b..a809d86a764 100644 --- a/src/mame/drivers/1943.c +++ b/src/mame/drivers/1943.c @@ -31,7 +31,7 @@ #include "deprecat.h" #include "cpu/z80/z80.h" #include "sound/2203intf.h" -#include "1943.h" +#include "includes/1943.h" /* Read/Write Handlers */ diff --git a/src/mame/drivers/20pacgal.c b/src/mame/drivers/20pacgal.c index d8ab9a8513e..6a0449878b5 100644 --- a/src/mame/drivers/20pacgal.c +++ b/src/mame/drivers/20pacgal.c @@ -40,7 +40,7 @@ #include "machine/eepromdev.h" #include "sound/namco.h" #include "sound/dac.h" -#include "20pacgal.h" +#include "includes/20pacgal.h" /************************************* diff --git a/src/mame/drivers/actfancr.c b/src/mame/drivers/actfancr.c index 52d6745c649..05c82b7e8e0 100644 --- a/src/mame/drivers/actfancr.c +++ b/src/mame/drivers/actfancr.c @@ -28,7 +28,7 @@ #include "sound/2203intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" -#include "actfancr.h" +#include "includes/actfancr.h" /******************************************************************************/ diff --git a/src/mame/drivers/aeroboto.c b/src/mame/drivers/aeroboto.c index eb2f05b4c5c..c91d2ee3456 100644 --- a/src/mame/drivers/aeroboto.c +++ b/src/mame/drivers/aeroboto.c @@ -25,7 +25,7 @@ Revisions: #include "driver.h" #include "cpu/m6809/m6809.h" #include "sound/ay8910.h" -#include "aeroboto.h" +#include "includes/aeroboto.h" static READ8_HANDLER( aeroboto_201_r ) diff --git a/src/mame/drivers/ambush.c b/src/mame/drivers/ambush.c index 7f8198d701b..4d96bcdee19 100644 --- a/src/mame/drivers/ambush.c +++ b/src/mame/drivers/ambush.c @@ -36,7 +36,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "ambush.h" +#include "includes/ambush.h" /************************************* diff --git a/src/mame/drivers/angelkds.c b/src/mame/drivers/angelkds.c index 2984dc280ce..05455492eca 100644 --- a/src/mame/drivers/angelkds.c +++ b/src/mame/drivers/angelkds.c @@ -130,7 +130,7 @@ Dumped by Chackn #include "cpu/z80/z80.h" #include "machine/segacrpt.h" #include "sound/2203intf.h" -#include "angelkds.h" +#include "includes/angelkds.h" static READ8_HANDLER( angelkds_main_sound_r ); static WRITE8_HANDLER( angelkds_main_sound_w ); diff --git a/src/mame/drivers/appoooh.c b/src/mame/drivers/appoooh.c index f04b8ab4e2a..4f08e3fd575 100644 --- a/src/mame/drivers/appoooh.c +++ b/src/mame/drivers/appoooh.c @@ -163,7 +163,7 @@ Language #include "driver.h" #include "cpu/z80/z80.h" -#include "appoooh.h" +#include "includes/appoooh.h" #include "machine/segacrpt.h" // needed for robowres_decode #include "sound/msm5205.h" #include "sound/sn76496.h" diff --git a/src/mame/drivers/arabian.c b/src/mame/drivers/arabian.c index 9f75ca31fee..e7e968c5b59 100644 --- a/src/mame/drivers/arabian.c +++ b/src/mame/drivers/arabian.c @@ -68,7 +68,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "arabian.h" +#include "includes/arabian.h" #include "sound/ay8910.h" /* constants */ diff --git a/src/mame/drivers/arcadecl.c b/src/mame/drivers/arcadecl.c index 8006a7b9c8a..2a716186d63 100644 --- a/src/mame/drivers/arcadecl.c +++ b/src/mame/drivers/arcadecl.c @@ -68,7 +68,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" -#include "arcadecl.h" +#include "includes/arcadecl.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/arkanoid.c b/src/mame/drivers/arkanoid.c index 5f3a154a969..0fd19b939cf 100644 --- a/src/mame/drivers/arkanoid.c +++ b/src/mame/drivers/arkanoid.c @@ -505,7 +505,7 @@ DIP locations verified for: #include "driver.h" #include "cpu/z80/z80.h" -#include "arkanoid.h" +#include "includes/arkanoid.h" #include "sound/ay8910.h" #include "cpu/m6805/m6805.h" diff --git a/src/mame/drivers/artmagic.c b/src/mame/drivers/artmagic.c index 91d1c299e64..3e1c195a095 100644 --- a/src/mame/drivers/artmagic.c +++ b/src/mame/drivers/artmagic.c @@ -25,7 +25,7 @@ #include "cpu/m68000/m68000.h" #include "cpu/tms34010/tms34010.h" #include "video/tlc34076.h" -#include "artmagic.h" +#include "includes/artmagic.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/ashnojoe.c b/src/mame/drivers/ashnojoe.c index d52292b7bf0..572ba76d828 100644 --- a/src/mame/drivers/ashnojoe.c +++ b/src/mame/drivers/ashnojoe.c @@ -77,7 +77,7 @@ Coin B is not used #include "cpu/m68000/m68000.h" #include "sound/2203intf.h" #include "sound/msm5205.h" -#include "ashnojoe.h" +#include "includes/ashnojoe.h" static READ16_HANDLER(fake_4a00a_r) { diff --git a/src/mame/drivers/asteroid.c b/src/mame/drivers/asteroid.c index 6a547c9746f..68f47b9cf8e 100644 --- a/src/mame/drivers/asteroid.c +++ b/src/mame/drivers/asteroid.c @@ -189,7 +189,7 @@ There is not a rev 03 known or dumped. An Asteroids rev 03 is not mentioned in a #include "video/vector.h" #include "video/avgdvg.h" #include "machine/atari_vg.h" -#include "asteroid.h" +#include "includes/asteroid.h" #include "sound/discrete.h" #include "sound/pokey.h" diff --git a/src/mame/drivers/astrof.c b/src/mame/drivers/astrof.c index d675d901010..48429581094 100644 --- a/src/mame/drivers/astrof.c +++ b/src/mame/drivers/astrof.c @@ -58,7 +58,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "astrof.h" +#include "includes/astrof.h" #define MASTER_CLOCK (XTAL_10_595MHz) diff --git a/src/mame/drivers/asuka.c b/src/mame/drivers/asuka.c index 9d79b43b70b..8e03a7909be 100644 --- a/src/mame/drivers/asuka.c +++ b/src/mame/drivers/asuka.c @@ -215,7 +215,7 @@ DIP locations verified for: #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "video/taitoic.h" #include "audio/taitosnd.h" #include "sound/2610intf.h" diff --git a/src/mame/drivers/atarifb.c b/src/mame/drivers/atarifb.c index 89158a29404..f9acb684ba7 100644 --- a/src/mame/drivers/atarifb.c +++ b/src/mame/drivers/atarifb.c @@ -105,7 +105,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "atarifb.h" +#include "includes/atarifb.h" #include "sound/discrete.h" #include "atarifb.lh" diff --git a/src/mame/drivers/atarig1.c b/src/mame/drivers/atarig1.c index cd90ae8ce95..02e311191ff 100644 --- a/src/mame/drivers/atarig1.c +++ b/src/mame/drivers/atarig1.c @@ -22,7 +22,7 @@ #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" #include "video/atarirle.h" -#include "atarig1.h" +#include "includes/atarig1.h" diff --git a/src/mame/drivers/atarig42.c b/src/mame/drivers/atarig42.c index 4ccc048ab46..280eb7d8ecd 100644 --- a/src/mame/drivers/atarig42.c +++ b/src/mame/drivers/atarig42.c @@ -22,7 +22,7 @@ #include "machine/asic65.h" #include "audio/atarijsa.h" #include "video/atarirle.h" -#include "atarig42.h" +#include "includes/atarig42.h" /************************************* diff --git a/src/mame/drivers/atarigt.c b/src/mame/drivers/atarigt.c index 6450375c5de..1de21935d80 100644 --- a/src/mame/drivers/atarigt.c +++ b/src/mame/drivers/atarigt.c @@ -23,7 +23,7 @@ #include "video/atarirle.h" #include "cpu/m68000/m68000.h" #include "audio/cage.h" -#include "atarigt.h" +#include "includes/atarigt.h" #define LOG_PROTECTION (0) diff --git a/src/mame/drivers/atarigx2.c b/src/mame/drivers/atarigx2.c index bbd0f0554d6..45a38b8890c 100644 --- a/src/mame/drivers/atarigx2.c +++ b/src/mame/drivers/atarigx2.c @@ -23,7 +23,7 @@ #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" #include "video/atarirle.h" -#include "atarigx2.h" +#include "includes/atarigx2.h" diff --git a/src/mame/drivers/atarisy1.c b/src/mame/drivers/atarisy1.c index 96d1f56d2c8..0ef6c2e568c 100644 --- a/src/mame/drivers/atarisy1.c +++ b/src/mame/drivers/atarisy1.c @@ -173,7 +173,7 @@ #include "cpu/m6502/m6502.h" #include "machine/atarigen.h" #include "machine/6522via.h" -#include "atarisy1.h" +#include "includes/atarisy1.h" #include "sound/tms5220.h" #include "sound/2151intf.h" #include "sound/pokey.h" diff --git a/src/mame/drivers/atarisy2.c b/src/mame/drivers/atarisy2.c index 746f98280c0..1affe4514e8 100644 --- a/src/mame/drivers/atarisy2.c +++ b/src/mame/drivers/atarisy2.c @@ -126,8 +126,8 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "cpu/t11/t11.h" -#include "slapstic.h" -#include "atarisy2.h" +#include "includes/slapstic.h" +#include "includes/atarisy2.h" #include "sound/tms5220.h" #include "sound/2151intf.h" #include "sound/pokey.h" diff --git a/src/mame/drivers/ataxx.c b/src/mame/drivers/ataxx.c index 6a29f658d3f..6fb046d32a7 100644 --- a/src/mame/drivers/ataxx.c +++ b/src/mame/drivers/ataxx.c @@ -29,7 +29,7 @@ #include "cpu/i86/i86.h" #include "machine/eeprom.h" #include "cpu/z80/z80.h" -#include "leland.h" +#include "includes/leland.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/atetris.c b/src/mame/drivers/atetris.c index 66b1ba2aad3..bc77c6b8265 100644 --- a/src/mame/drivers/atetris.c +++ b/src/mame/drivers/atetris.c @@ -49,8 +49,8 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "slapstic.h" -#include "atetris.h" +#include "includes/slapstic.h" +#include "includes/atetris.h" #include "sound/sn76496.h" #include "sound/pokey.h" #include "state.h" diff --git a/src/mame/drivers/avalnche.c b/src/mame/drivers/avalnche.c index fd7e5011a51..07c73fcbcd1 100644 --- a/src/mame/drivers/avalnche.c +++ b/src/mame/drivers/avalnche.c @@ -31,7 +31,7 @@ #include "cpu/m6502/m6502.h" #include "deprecat.h" #include "sound/discrete.h" -#include "avalnche.h" +#include "includes/avalnche.h" #include "avalnche.lh" diff --git a/src/mame/drivers/aztarac.c b/src/mame/drivers/aztarac.c index 9b86aba290c..fb8149cac39 100644 --- a/src/mame/drivers/aztarac.c +++ b/src/mame/drivers/aztarac.c @@ -17,7 +17,7 @@ #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "video/vector.h" -#include "aztarac.h" +#include "includes/aztarac.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/backfire.c b/src/mame/drivers/backfire.c index 5d83c2a23f1..2e68a23663b 100644 --- a/src/mame/drivers/backfire.c +++ b/src/mame/drivers/backfire.c @@ -12,13 +12,13 @@ #define DE156CPU ARM #include "driver.h" -#include "decocrpt.h" -#include "deco32.h" +#include "includes/decocrpt.h" +#include "includes/deco32.h" #include "machine/eeprom.h" #include "sound/okim6295.h" #include "sound/ymz280b.h" #include "cpu/arm/arm.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" #include "rendlay.h" static UINT32 *backfire_spriteram32_1; diff --git a/src/mame/drivers/badlands.c b/src/mame/drivers/badlands.c index 7062171be26..7ec11acca23 100644 --- a/src/mame/drivers/badlands.c +++ b/src/mame/drivers/badlands.c @@ -165,7 +165,7 @@ Measurements - #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/m6502/m6502.h" -#include "badlands.h" +#include "includes/badlands.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/balsente.c b/src/mame/drivers/balsente.c index ada201a6153..de690955ab1 100644 --- a/src/mame/drivers/balsente.c +++ b/src/mame/drivers/balsente.c @@ -228,7 +228,7 @@ DIP locations verified for: #include "cpu/z80/z80.h" #include "cpu/m6809/m6809.h" #include "cpu/m68000/m68000.h" -#include "balsente.h" +#include "includes/balsente.h" #include "sound/cem3394.h" #include "stocker.lh" diff --git a/src/mame/drivers/bankp.c b/src/mame/drivers/bankp.c index 1744717cfd8..ddb8aac03a5 100644 --- a/src/mame/drivers/bankp.c +++ b/src/mame/drivers/bankp.c @@ -94,7 +94,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/sn76496.h" -#include "bankp.h" +#include "includes/bankp.h" /************************************* diff --git a/src/mame/drivers/batman.c b/src/mame/drivers/batman.c index 81b44ce9888..381997493ca 100644 --- a/src/mame/drivers/batman.c +++ b/src/mame/drivers/batman.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" -#include "batman.h" +#include "includes/batman.h" diff --git a/src/mame/drivers/battlane.c b/src/mame/drivers/battlane.c index f300dbfec32..b0d8f10a55c 100644 --- a/src/mame/drivers/battlane.c +++ b/src/mame/drivers/battlane.c @@ -12,7 +12,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" #include "sound/3526intf.h" -#include "battlane.h" +#include "includes/battlane.h" /************************************* * diff --git a/src/mame/drivers/battlex.c b/src/mame/drivers/battlex.c index 4e8831d7aa5..f26dc81d861 100644 --- a/src/mame/drivers/battlex.c +++ b/src/mame/drivers/battlex.c @@ -47,7 +47,7 @@ #include "cpu/z80/z80.h" #include "deprecat.h" #include "sound/ay8910.h" -#include "battlex.h" +#include "includes/battlex.h" /************************************* diff --git a/src/mame/drivers/beathead.c b/src/mame/drivers/beathead.c index 33c75431464..a0eeb367313 100644 --- a/src/mame/drivers/beathead.c +++ b/src/mame/drivers/beathead.c @@ -101,7 +101,7 @@ #include "cpu/asap/asap.h" #include "machine/atarigen.h" #include "audio/atarijsa.h" -#include "beathead.h" +#include "includes/beathead.h" diff --git a/src/mame/drivers/berzerk.c b/src/mame/drivers/berzerk.c index 75aec647a87..27ef6a95e90 100644 --- a/src/mame/drivers/berzerk.c +++ b/src/mame/drivers/berzerk.c @@ -10,7 +10,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "exidy.h" +#include "includes/exidy.h" #include "machine/74181.h" #include "sound/s14001a.h" #include "video/resnet.h" diff --git a/src/mame/drivers/bionicc.c b/src/mame/drivers/bionicc.c index f483f01b88e..bd6cb06b05f 100644 --- a/src/mame/drivers/bionicc.c +++ b/src/mame/drivers/bionicc.c @@ -59,7 +59,7 @@ #include "cpu/m68000/m68000.h" #include "deprecat.h" #include "sound/2151intf.h" -#include "bionicc.h" +#include "includes/bionicc.h" #define MASTER_CLOCK XTAL_24MHz #define EXO3_F0_CLK XTAL_14_31818MHz diff --git a/src/mame/drivers/blktiger.c b/src/mame/drivers/blktiger.c index dd761006a9c..33dd5679290 100644 --- a/src/mame/drivers/blktiger.c +++ b/src/mame/drivers/blktiger.c @@ -17,7 +17,7 @@ #include "cpu/z80/z80.h" #include "sound/2203intf.h" #include "cpu/mcs51/mcs51.h" -#include "blktiger.h" +#include "includes/blktiger.h" /************************************************** diff --git a/src/mame/drivers/blmbycar.c b/src/mame/drivers/blmbycar.c index 973f4735cb5..bd3e03c1858 100644 --- a/src/mame/drivers/blmbycar.c +++ b/src/mame/drivers/blmbycar.c @@ -26,7 +26,7 @@ Check game speed, it depends on a bit we toggle.. #include "driver.h" #include "cpu/m68000/m68000.h" #include "sound/okim6295.h" -#include "blmbycar.h" +#include "includes/blmbycar.h" /*************************************************************************** diff --git a/src/mame/drivers/blockout.c b/src/mame/drivers/blockout.c index f84ed7745e6..3aaef1599ac 100644 --- a/src/mame/drivers/blockout.c +++ b/src/mame/drivers/blockout.c @@ -70,7 +70,7 @@ #include "cpu/z80/z80.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "blockout.h" +#include "includes/blockout.h" static INTERRUPT_GEN( blockout_interrupt ) diff --git a/src/mame/drivers/blstroid.c b/src/mame/drivers/blstroid.c index 90b6ee92f92..c10caf97e85 100644 --- a/src/mame/drivers/blstroid.c +++ b/src/mame/drivers/blstroid.c @@ -21,7 +21,7 @@ #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" #include "audio/atarijsa.h" -#include "blstroid.h" +#include "includes/blstroid.h" diff --git a/src/mame/drivers/blueprnt.c b/src/mame/drivers/blueprnt.c index b5710f8728a..e4cbabba444 100644 --- a/src/mame/drivers/blueprnt.c +++ b/src/mame/drivers/blueprnt.c @@ -56,7 +56,7 @@ #include "deprecat.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "blueprnt.h" +#include "includes/blueprnt.h" /************************************* * diff --git a/src/mame/drivers/bogeyman.c b/src/mame/drivers/bogeyman.c index c5c316e331b..1ffa6f1219e 100644 --- a/src/mame/drivers/bogeyman.c +++ b/src/mame/drivers/bogeyman.c @@ -15,7 +15,7 @@ #include "deprecat.h" #include "cpu/m6502/m6502.h" #include "sound/ay8910.h" -#include "bogeyman.h" +#include "includes/bogeyman.h" /* Read/Write Handlers */ diff --git a/src/mame/drivers/bombjack.c b/src/mame/drivers/bombjack.c index b7b1318eaee..0192503fbb5 100644 --- a/src/mame/drivers/bombjack.c +++ b/src/mame/drivers/bombjack.c @@ -98,7 +98,7 @@ Dip Locations and factory settings verified with manual #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "bombjack.h" +#include "includes/bombjack.h" static TIMER_CALLBACK( soundlatch_callback ) diff --git a/src/mame/drivers/boogwing.c b/src/mame/drivers/boogwing.c index c292aacb7d1..2c42dabe6f4 100644 --- a/src/mame/drivers/boogwing.c +++ b/src/mame/drivers/boogwing.c @@ -81,9 +81,9 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/h6280/h6280.h" -#include "decocrpt.h" -#include "deco16ic.h" -#include "decoprot.h" +#include "includes/decocrpt.h" +#include "includes/deco16ic.h" +#include "includes/decoprot.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c index 8691c65f565..a64577c9a5b 100644 --- a/src/mame/drivers/brkthru.c +++ b/src/mame/drivers/brkthru.c @@ -53,7 +53,7 @@ #include "cpu/m6809/m6809.h" #include "sound/2203intf.h" #include "sound/3526intf.h" -#include "brkthru.h" +#include "includes/brkthru.h" #define MASTER_CLOCK XTAL_12MHz diff --git a/src/mame/drivers/bsktball.c b/src/mame/drivers/bsktball.c index bbc0a640470..10eefb8840d 100644 --- a/src/mame/drivers/bsktball.c +++ b/src/mame/drivers/bsktball.c @@ -26,7 +26,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "bsktball.h" +#include "includes/bsktball.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/btoads.c b/src/mame/drivers/btoads.c index 64f3cb21796..029bad91eb5 100644 --- a/src/mame/drivers/btoads.c +++ b/src/mame/drivers/btoads.c @@ -10,7 +10,7 @@ #include "cpu/z80/z80.h" #include "cpu/tms34010/tms34010.h" #include "video/tlc34076.h" -#include "btoads.h" +#include "includes/btoads.h" #include "sound/bsmt2000.h" diff --git a/src/mame/drivers/bwing.c b/src/mame/drivers/bwing.c index 2901f83c720..3b96c303f1c 100644 --- a/src/mame/drivers/bwing.c +++ b/src/mame/drivers/bwing.c @@ -28,7 +28,7 @@ Known issues: #include "cpu/m6502/m6502.h" #include "sound/ay8910.h" #include "sound/dac.h" -#include "bwing.h" +#include "includes/bwing.h" //**************************************************************************** diff --git a/src/mame/drivers/bzone.c b/src/mame/drivers/bzone.c index b9f10900206..0812ff0d117 100644 --- a/src/mame/drivers/bzone.c +++ b/src/mame/drivers/bzone.c @@ -207,7 +207,7 @@ #include "machine/mathbox.h" #include "machine/atari_vg.h" #include "rendlay.h" -#include "bzone.h" +#include "includes/bzone.h" #include "sound/pokey.h" diff --git a/src/mame/drivers/canyon.c b/src/mame/drivers/canyon.c index cf2a8b55341..3696caf81fd 100644 --- a/src/mame/drivers/canyon.c +++ b/src/mame/drivers/canyon.c @@ -38,7 +38,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "canyon.h" +#include "includes/canyon.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/capbowl.c b/src/mame/drivers/capbowl.c index c6690f7b41d..f36dd27e5a2 100644 --- a/src/mame/drivers/capbowl.c +++ b/src/mame/drivers/capbowl.c @@ -90,7 +90,7 @@ #include "driver.h" #include "machine/ticket.h" #include "cpu/m6809/m6809.h" -#include "capbowl.h" +#include "includes/capbowl.h" #include "sound/2203intf.h" #include "sound/dac.h" diff --git a/src/mame/drivers/carjmbre.c b/src/mame/drivers/carjmbre.c index 9361515daa4..abad1f5c6b7 100644 --- a/src/mame/drivers/carjmbre.c +++ b/src/mame/drivers/carjmbre.c @@ -45,7 +45,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "carjmbre.h" +#include "includes/carjmbre.h" /************************************* * diff --git a/src/mame/drivers/carpolo.c b/src/mame/drivers/carpolo.c index 57c8e96ba6b..c0bd7a31507 100644 --- a/src/mame/drivers/carpolo.c +++ b/src/mame/drivers/carpolo.c @@ -22,7 +22,7 @@ #include "machine/74148.h" #include "machine/74153.h" #include "machine/6821pia.h" -#include "carpolo.h" +#include "includes/carpolo.h" diff --git a/src/mame/drivers/cave.c b/src/mame/drivers/cave.c index 63cc5f41f67..1478c415d06 100644 --- a/src/mame/drivers/cave.c +++ b/src/mame/drivers/cave.c @@ -73,7 +73,7 @@ Versions known to exist but not dumped: #include "machine/eeprom.h" #include "machine/nmk112.h" #include "cpu/z80/z80.h" -#include "cave.h" +#include "includes/cave.h" #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/cbuster.c b/src/mame/drivers/cbuster.c index cf42c9240ee..0f1a9bc3553 100644 --- a/src/mame/drivers/cbuster.c +++ b/src/mame/drivers/cbuster.c @@ -22,7 +22,7 @@ #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" VIDEO_START( twocrude ); VIDEO_UPDATE( twocrude ); diff --git a/src/mame/drivers/ccastles.c b/src/mame/drivers/ccastles.c index 38aebfd5015..6edaea3f7cb 100644 --- a/src/mame/drivers/ccastles.c +++ b/src/mame/drivers/ccastles.c @@ -122,7 +122,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "sound/pokey.h" -#include "ccastles.h" +#include "includes/ccastles.h" #define MASTER_CLOCK (10000000) diff --git a/src/mame/drivers/cchasm.c b/src/mame/drivers/cchasm.c index e3ff5b5da94..aadc9eba9be 100644 --- a/src/mame/drivers/cchasm.c +++ b/src/mame/drivers/cchasm.c @@ -21,7 +21,7 @@ #include "video/vector.h" #include "machine/6840ptm.h" #include "machine/z80ctc.h" -#include "cchasm.h" +#include "includes/cchasm.h" #define CCHASM_68K_CLOCK (XTAL_8MHz) diff --git a/src/mame/drivers/centiped.c b/src/mame/drivers/centiped.c index 577d8010d57..ea34e192578 100644 --- a/src/mame/drivers/centiped.c +++ b/src/mame/drivers/centiped.c @@ -422,7 +422,7 @@ The Two Bit Score "Dux" hack was circulated and common enough for inclusion #include "cpu/m6502/m6502.h" #include "cpu/s2650/s2650.h" #include "machine/atari_vg.h" -#include "centiped.h" +#include "includes/centiped.h" #include "sound/ay8910.h" #include "sound/sn76496.h" #include "sound/pokey.h" diff --git a/src/mame/drivers/champbas.c b/src/mame/drivers/champbas.c index bde92e8a5ec..d1d6872e1c1 100644 --- a/src/mame/drivers/champbas.c +++ b/src/mame/drivers/champbas.c @@ -85,7 +85,7 @@ TODO: #include "cpu/alph8201/alph8201.h" #include "sound/ay8910.h" #include "sound/dac.h" -#include "champbas.h" +#include "includes/champbas.h" /************************************* diff --git a/src/mame/drivers/cheekyms.c b/src/mame/drivers/cheekyms.c index 13b18c6f393..9fa45474d4b 100644 --- a/src/mame/drivers/cheekyms.c +++ b/src/mame/drivers/cheekyms.c @@ -9,7 +9,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/dac.h" -#include "cheekyms.h" +#include "includes/cheekyms.h" static INPUT_CHANGED( coin_inserted ) diff --git a/src/mame/drivers/chihiro.c b/src/mame/drivers/chihiro.c index 40c8eab2c95..9786eccc47d 100644 --- a/src/mame/drivers/chihiro.c +++ b/src/mame/drivers/chihiro.c @@ -37,7 +37,7 @@ Thanks to Alex, Mr Mudkips, and Philip Burke for this info. #include "driver.h" #include "cpu/i386/i386.h" #include "video/generic.h" -#include "naomibd.h" +#include "includes/naomibd.h" static ADDRESS_MAP_START( xbox_map, ADDRESS_SPACE_PROGRAM, 32 ) AM_RANGE(0x00000000, 0x0007ffff) AM_RAM diff --git a/src/mame/drivers/chinagat.c b/src/mame/drivers/chinagat.c index 4f4cc5e687f..4da4a881016 100644 --- a/src/mame/drivers/chinagat.c +++ b/src/mame/drivers/chinagat.c @@ -78,7 +78,7 @@ Dip locations and factory settings verified with China Gate US manual. #include "sound/2203intf.h" #include "sound/okim6295.h" #include "sound/msm5205.h" -#include "ddragon.h" +#include "includes/ddragon.h" #define MAIN_CLOCK XTAL_12MHz #define PIXEL_CLOCK MAIN_CLOCK / 2 diff --git a/src/mame/drivers/cidelsa.c b/src/mame/drivers/cidelsa.c index 5e0407e475e..fa464500516 100644 --- a/src/mame/drivers/cidelsa.c +++ b/src/mame/drivers/cidelsa.c @@ -4,7 +4,7 @@ #include "sound/cdp1869.h" #include "sound/ay8910.h" #include "machine/cdp1852.h" -#include "cidelsa.h" +#include "includes/cidelsa.h" /* CDP1802 Interface */ diff --git a/src/mame/drivers/cinemat.c b/src/mame/drivers/cinemat.c index 3823c6b635b..a721934f7d9 100644 --- a/src/mame/drivers/cinemat.c +++ b/src/mame/drivers/cinemat.c @@ -32,7 +32,7 @@ #include "driver.h" #include "video/vector.h" #include "cpu/ccpu/ccpu.h" -#include "cinemat.h" +#include "includes/cinemat.h" #include "rendlay.h" #include "armora.lh" diff --git a/src/mame/drivers/circus.c b/src/mame/drivers/circus.c index 3cf8a4b1ef0..66c04fc7945 100644 --- a/src/mame/drivers/circus.c +++ b/src/mame/drivers/circus.c @@ -37,7 +37,7 @@ D000 Paddle Position and Interrupt Reset #include "cpu/m6502/m6502.h" #include "deprecat.h" #include "sound/samples.h" -#include "circus.h" +#include "includes/circus.h" #include "circus.lh" #include "crash.lh" diff --git a/src/mame/drivers/circusc.c b/src/mame/drivers/circusc.c index 963335bdea7..f0a54b23d9c 100644 --- a/src/mame/drivers/circusc.c +++ b/src/mame/drivers/circusc.c @@ -54,7 +54,7 @@ To enter service mode, keep 1&2 pressed on reset #include "sound/dac.h" #include "sound/sn76496.h" #include "sound/discrete.h" -#include "circusc.h" +#include "includes/circusc.h" static MACHINE_START( circusc ) diff --git a/src/mame/drivers/cischeat.c b/src/mame/drivers/cischeat.c index 45b8fc92486..c11696f8b73 100644 --- a/src/mame/drivers/cischeat.c +++ b/src/mame/drivers/cischeat.c @@ -172,7 +172,7 @@ Cisco Heat. #include "cpu/m68000/m68000.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "megasys1.h" +#include "includes/megasys1.h" #include "includes/cischeat.h" static UINT16 *rom_1, *rom_2, *rom_3; diff --git a/src/mame/drivers/citycon.c b/src/mame/drivers/citycon.c index 1be344a0484..49c0f3d023e 100644 --- a/src/mame/drivers/citycon.c +++ b/src/mame/drivers/citycon.c @@ -11,7 +11,7 @@ Dip locations added from dip listing at crazykong.com #include "cpu/m6809/m6809.h" #include "sound/ay8910.h" #include "sound/2203intf.h" -#include "citycon.h" +#include "includes/citycon.h" static READ8_HANDLER( citycon_in_r ) diff --git a/src/mame/drivers/cloud9.c b/src/mame/drivers/cloud9.c index 02546d6fb4b..fe14c5e7539 100644 --- a/src/mame/drivers/cloud9.c +++ b/src/mame/drivers/cloud9.c @@ -93,7 +93,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "sound/pokey.h" -#include "cloud9.h" +#include "includes/cloud9.h" #define MASTER_CLOCK (10000000) diff --git a/src/mame/drivers/cninja.c b/src/mame/drivers/cninja.c index 87241c66f75..1c1127fa507 100644 --- a/src/mame/drivers/cninja.c +++ b/src/mame/drivers/cninja.c @@ -43,11 +43,11 @@ Note about version levels using Mutant Fighter as the example: #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "cninja.h" +#include "includes/cninja.h" #include "cpu/h6280/h6280.h" -#include "deco16ic.h" -#include "decocrpt.h" -#include "decoprot.h" +#include "includes/deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/cojag.c b/src/mame/drivers/cojag.c index b364d1f7fe7..d3d2497be58 100644 --- a/src/mame/drivers/cojag.c +++ b/src/mame/drivers/cojag.c @@ -294,7 +294,7 @@ Notes: #include "cpu/jaguar/jaguar.h" #include "machine/idectrl.h" #include "sound/dac.h" -#include "jaguar.h" +#include "includes/jaguar.h" #define JAGUAR_CLOCK XTAL_52MHz diff --git a/src/mame/drivers/commando.c b/src/mame/drivers/commando.c index 3243d08aed0..ec3b63f40b9 100644 --- a/src/mame/drivers/commando.c +++ b/src/mame/drivers/commando.c @@ -46,7 +46,7 @@ Note : there is an ingame typo bug that doesn't display the bonus life values #include "cpu/z80/z80.h" #include "deprecat.h" #include "sound/2203intf.h" -#include "commando.h" +#include "includes/commando.h" /* Memory Maps */ diff --git a/src/mame/drivers/compgolf.c b/src/mame/drivers/compgolf.c index 27d5560294c..ee914b458b9 100644 --- a/src/mame/drivers/compgolf.c +++ b/src/mame/drivers/compgolf.c @@ -13,7 +13,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" #include "sound/2203intf.h" -#include "compgolf.h" +#include "includes/compgolf.h" /************************************* diff --git a/src/mame/drivers/cop01.c b/src/mame/drivers/cop01.c index f357d3ebe79..67bcadb563d 100644 --- a/src/mame/drivers/cop01.c +++ b/src/mame/drivers/cop01.c @@ -53,7 +53,7 @@ Mighty Guy board layout: #include "cpu/z80/z80.h" #include "sound/ay8910.h" #include "sound/3526intf.h" -#include "cop01.h" +#include "includes/cop01.h" #define MIGHTGUY_HACK 0 diff --git a/src/mame/drivers/copsnrob.c b/src/mame/drivers/copsnrob.c index d40187d230d..4128ab2f195 100644 --- a/src/mame/drivers/copsnrob.c +++ b/src/mame/drivers/copsnrob.c @@ -57,7 +57,7 @@ Added Dip locations according to manual. #include "driver.h" #include "cpu/m6502/m6502.h" -#include "copsnrob.h" +#include "includes/copsnrob.h" #include "copsnrob.lh" diff --git a/src/mame/drivers/cosmic.c b/src/mame/drivers/cosmic.c index be2332a61a9..1cb2ebd6969 100644 --- a/src/mame/drivers/cosmic.c +++ b/src/mame/drivers/cosmic.c @@ -42,7 +42,7 @@ forcing all sprites on a row to have an added blue component. #include "cpu/z80/z80.h" #include "sound/samples.h" #include "sound/dac.h" -#include "cosmic.h" +#include "includes/cosmic.h" /* Schematics show 12 triggers for discrete sound circuits */ diff --git a/src/mame/drivers/crbaloon.c b/src/mame/drivers/crbaloon.c index 0e91050b9a5..941184f9039 100644 --- a/src/mame/drivers/crbaloon.c +++ b/src/mame/drivers/crbaloon.c @@ -16,7 +16,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "crbaloon.h" +#include "includes/crbaloon.h" static UINT8 *pc3092_data; diff --git a/src/mame/drivers/crgolf.c b/src/mame/drivers/crgolf.c index 810997f30e9..cfd76d9e0f7 100644 --- a/src/mame/drivers/crgolf.c +++ b/src/mame/drivers/crgolf.c @@ -31,7 +31,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "crgolf.h" +#include "includes/crgolf.h" #include "sound/ay8910.h" #include "sound/msm5205.h" diff --git a/src/mame/drivers/crospang.c b/src/mame/drivers/crospang.c index 0695d4cf00e..b4fd253e7c7 100644 --- a/src/mame/drivers/crospang.c +++ b/src/mame/drivers/crospang.c @@ -33,7 +33,7 @@ #include "cpu/m68000/m68000.h" #include "sound/okim6295.h" #include "sound/3812intf.h" -#include "crospang.h" +#include "includes/crospang.h" static WRITE16_HANDLER ( crospang_soundlatch_w ) diff --git a/src/mame/drivers/cyberbal.c b/src/mame/drivers/cyberbal.c index 8a441c1d83b..cd434c4a576 100644 --- a/src/mame/drivers/cyberbal.c +++ b/src/mame/drivers/cyberbal.c @@ -26,7 +26,7 @@ #include "sound/dac.h" #include "rendlay.h" #include "audio/atarijsa.h" -#include "cyberbal.h" +#include "includes/cyberbal.h" /************************************* diff --git a/src/mame/drivers/darkhors.c b/src/mame/drivers/darkhors.c index 2d0d123fa61..d2d01668e87 100644 --- a/src/mame/drivers/darkhors.c +++ b/src/mame/drivers/darkhors.c @@ -60,7 +60,7 @@ To do: #include "machine/eeprom.h" #include "sound/okim6295.h" #include "sound/st0016.h" -#include "st0016.h" +#include "includes/st0016.h" #include "cpu/z80/z80.h" #define DARKHORS_DEBUG 0 diff --git a/src/mame/drivers/dassault.c b/src/mame/drivers/dassault.c index 6e60628e579..800bef2b5da 100644 --- a/src/mame/drivers/dassault.c +++ b/src/mame/drivers/dassault.c @@ -124,7 +124,7 @@ Dip locations verified with US conversion kit manual. #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/h6280/h6280.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/dblewing.c b/src/mame/drivers/dblewing.c index 4d99ae89094..f264660c6a0 100644 --- a/src/mame/drivers/dblewing.c +++ b/src/mame/drivers/dblewing.c @@ -20,8 +20,8 @@ Protection TODO: #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "decocrpt.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/deco16ic.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/dcheese.c b/src/mame/drivers/dcheese.c index 4b863425c88..80e44d223a0 100644 --- a/src/mame/drivers/dcheese.c +++ b/src/mame/drivers/dcheese.c @@ -34,7 +34,7 @@ #include "machine/eepromdev.h" #include "machine/ticket.h" #include "sound/bsmt2000.h" -#include "dcheese.h" +#include "includes/dcheese.h" #define MAIN_OSC 14318180 diff --git a/src/mame/drivers/dday.c b/src/mame/drivers/dday.c index eda928ccba9..1f4b5a7b75f 100644 --- a/src/mame/drivers/dday.c +++ b/src/mame/drivers/dday.c @@ -52,7 +52,7 @@ write: #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "dday.h" +#include "includes/dday.h" static ADDRESS_MAP_START( dday_map, ADDRESS_SPACE_PROGRAM, 8 ) diff --git a/src/mame/drivers/ddragon.c b/src/mame/drivers/ddragon.c index 0897a51002b..271cf1e1776 100644 --- a/src/mame/drivers/ddragon.c +++ b/src/mame/drivers/ddragon.c @@ -77,7 +77,7 @@ Dip locations verified with manual for ddragon & ddragon2 #include "sound/2151intf.h" #include "sound/okim6295.h" #include "sound/msm5205.h" -#include "ddragon.h" +#include "includes/ddragon.h" #define MAIN_CLOCK XTAL_12MHz diff --git a/src/mame/drivers/ddragon3.c b/src/mame/drivers/ddragon3.c index a2879ecf203..77bd48340f5 100644 --- a/src/mame/drivers/ddragon3.c +++ b/src/mame/drivers/ddragon3.c @@ -143,7 +143,7 @@ ROMs (All ROMs are 27C010 EPROM. - means not populated) #include "cpu/m68000/m68000.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "ddragon3.h" +#include "includes/ddragon3.h" #define PIXEL_CLOCK (XTAL_28MHz / 4) diff --git a/src/mame/drivers/dec0.c b/src/mame/drivers/dec0.c index 27ec6495dd0..dadfad77e7a 100644 --- a/src/mame/drivers/dec0.c +++ b/src/mame/drivers/dec0.c @@ -47,7 +47,7 @@ ToDo: #include "cpu/m6502/m6502.h" #include "cpu/h6280/h6280.h" #include "cpu/z80/z80.h" -#include "dec0.h" +#include "includes/dec0.h" #include "sound/2203intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/deco156.c b/src/mame/drivers/deco156.c index 7cce798b5f9..11696ea8a76 100644 --- a/src/mame/drivers/deco156.c +++ b/src/mame/drivers/deco156.c @@ -14,13 +14,13 @@ #define DE156CPU ARM #include "driver.h" -#include "decocrpt.h" -#include "deco32.h" +#include "includes/decocrpt.h" +#include "includes/deco32.h" #include "machine/eepromdev.h" #include "sound/okim6295.h" #include "sound/ymz280b.h" #include "cpu/arm/arm.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static int simpl156_bank_callback(const int bank) { diff --git a/src/mame/drivers/deco32.c b/src/mame/drivers/deco32.c index 8270ba375ed..f4426460c61 100644 --- a/src/mame/drivers/deco32.c +++ b/src/mame/drivers/deco32.c @@ -229,10 +229,10 @@ Notes: #include "cpu/arm/arm.h" #include "cpu/h6280/h6280.h" #include "cpu/m6809/m6809.h" -#include "decocrpt.h" -#include "decoprot.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" #include "machine/eeprom.h" -#include "deco32.h" +#include "includes/deco32.h" #include "sound/2151intf.h" #include "sound/okim6295.h" #include "sound/bsmt2000.h" diff --git a/src/mame/drivers/deco_mlc.c b/src/mame/drivers/deco_mlc.c index eb2226890e4..e9547dfeb80 100644 --- a/src/mame/drivers/deco_mlc.c +++ b/src/mame/drivers/deco_mlc.c @@ -99,7 +99,7 @@ #include "includes/decocrpt.h" #include "machine/eeprom.h" #include "sound/ymz280b.h" -#include "decoprot.h" +#include "includes/decoprot.h" #include "cpu/arm/arm.h" #include "cpu/sh2/sh2.h" diff --git a/src/mame/drivers/deniam.c b/src/mame/drivers/deniam.c index 08ed6330d68..d575bc28244 100644 --- a/src/mame/drivers/deniam.c +++ b/src/mame/drivers/deniam.c @@ -47,7 +47,7 @@ Notes: #include "cpu/z80/z80.h" #include "sound/okim6295.h" #include "sound/3812intf.h" -#include "deniam.h" +#include "includes/deniam.h" static WRITE16_HANDLER( sound_command_w ) diff --git a/src/mame/drivers/dietgo.c b/src/mame/drivers/dietgo.c index 3e44a5f23a1..642446cd90e 100644 --- a/src/mame/drivers/dietgo.c +++ b/src/mame/drivers/dietgo.c @@ -9,9 +9,9 @@ #include "cpu/h6280/h6280.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "decocrpt.h" -#include "decoprot.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" +#include "includes/deco16ic.h" VIDEO_UPDATE( dietgo ); VIDEO_START( dietgo ); diff --git a/src/mame/drivers/dogfgt.c b/src/mame/drivers/dogfgt.c index cd8cb2befdf..4cabe031de2 100644 --- a/src/mame/drivers/dogfgt.c +++ b/src/mame/drivers/dogfgt.c @@ -10,7 +10,7 @@ driver by Nicola Salmoria #include "driver.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "dogfgt.h" +#include "includes/dogfgt.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/dragrace.c b/src/mame/drivers/dragrace.c index 425c25f9cf4..59f6512439f 100644 --- a/src/mame/drivers/dragrace.c +++ b/src/mame/drivers/dragrace.c @@ -7,7 +7,7 @@ Atari Drag Race Driver #include "driver.h" #include "cpu/m6800/m6800.h" #include "deprecat.h" -#include "dragrace.h" +#include "includes/dragrace.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/dribling.c b/src/mame/drivers/dribling.c index da1e41c33f4..889e8e139ae 100644 --- a/src/mame/drivers/dribling.c +++ b/src/mame/drivers/dribling.c @@ -28,7 +28,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "machine/8255ppi.h" -#include "dribling.h" +#include "includes/dribling.h" diff --git a/src/mame/drivers/drmicro.c b/src/mame/drivers/drmicro.c index 679fd8724c6..bae96c88911 100644 --- a/src/mame/drivers/drmicro.c +++ b/src/mame/drivers/drmicro.c @@ -12,7 +12,7 @@ Quite similar to Appoooh #include "cpu/z80/z80.h" #include "sound/msm5205.h" #include "sound/sn76496.h" -#include "drmicro.h" +#include "includes/drmicro.h" #define MCLK 18432000 diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c index f557cafe20b..ddc9d4d8186 100644 --- a/src/mame/drivers/eolith.c +++ b/src/mame/drivers/eolith.c @@ -65,7 +65,7 @@ extern int eolith_buffer; static int coin_counter_bit = 0; -#include "eolithsp.h" +#include "includes/eolithsp.h" // It's configured for 512 bytes static const eeprom_interface eeprom_interface_93C66 = diff --git a/src/mame/drivers/eolith16.c b/src/mame/drivers/eolith16.c index 5cd1f496ebd..f512e016b2f 100644 --- a/src/mame/drivers/eolith16.c +++ b/src/mame/drivers/eolith16.c @@ -14,7 +14,7 @@ #include "deprecat.h" #include "machine/eepromdev.h" #include "sound/okim6295.h" -#include "eolithsp.h" +#include "includes/eolithsp.h" static UINT16 *vram; static int vbuffer = 0; diff --git a/src/mame/drivers/epos.c b/src/mame/drivers/epos.c index 0067e7ea33b..d254afe6ce3 100644 --- a/src/mame/drivers/epos.c +++ b/src/mame/drivers/epos.c @@ -32,7 +32,7 @@ #include "cpu/z80/z80.h" #include "machine/8255ppi.h" #include "sound/ay8910.h" -#include "epos.h" +#include "includes/epos.h" static WRITE8_HANDLER( dealer_decrypt_rom ) { diff --git a/src/mame/drivers/eprom.c b/src/mame/drivers/eprom.c index c9d4cedf479..fd1e0987329 100644 --- a/src/mame/drivers/eprom.c +++ b/src/mame/drivers/eprom.c @@ -26,7 +26,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" -#include "eprom.h" +#include "includes/eprom.h" diff --git a/src/mame/drivers/equites.c b/src/mame/drivers/equites.c index e16ef4b16ff..099a0c1282d 100644 --- a/src/mame/drivers/equites.c +++ b/src/mame/drivers/equites.c @@ -372,7 +372,7 @@ D #include "sound/msm5232.h" #include "sound/dac.h" #include "sound/samples.h" -#include "equites.h" +#include "includes/equites.h" #define HVOLTAGE_DEBUG 0 #define EASY_TEST_MODE 0 diff --git a/src/mame/drivers/esd16.c b/src/mame/drivers/esd16.c index 66afcfad217..da3f67b0b6c 100644 --- a/src/mame/drivers/esd16.c +++ b/src/mame/drivers/esd16.c @@ -47,7 +47,7 @@ Head Panic #include "machine/eepromdev.h" #include "sound/okim6295.h" #include "sound/3812intf.h" -#include "esd16.h" +#include "includes/esd16.h" /*************************************************************************** diff --git a/src/mame/drivers/espial.c b/src/mame/drivers/espial.c index 33bf31f3c34..61bcf19e9a7 100644 --- a/src/mame/drivers/espial.c +++ b/src/mame/drivers/espial.c @@ -9,7 +9,7 @@ Espial: The Orca logo is displayed, but looks to be "blacked out" via the #include "driver.h" #include "deprecat.h" -#include "espial.h" +#include "includes/espial.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/esripsys.c b/src/mame/drivers/esripsys.c index e8ccad6d72f..d18ed2bfdc3 100644 --- a/src/mame/drivers/esripsys.c +++ b/src/mame/drivers/esripsys.c @@ -31,7 +31,7 @@ #include "machine/6840ptm.h" #include "sound/dac.h" #include "sound/tms5220.h" -#include "esripsys.h" +#include "includes/esripsys.h" /************************************* diff --git a/src/mame/drivers/exedexes.c b/src/mame/drivers/exedexes.c index 65055d45787..423ee78223f 100644 --- a/src/mame/drivers/exedexes.c +++ b/src/mame/drivers/exedexes.c @@ -14,7 +14,7 @@ #include "deprecat.h" #include "sound/ay8910.h" #include "sound/sn76496.h" -#include "exedexes.h" +#include "includes/exedexes.h" static INTERRUPT_GEN( exedexes_interrupt ) diff --git a/src/mame/drivers/exerion.c b/src/mame/drivers/exerion.c index ea63da9d12f..7e50ff2f555 100644 --- a/src/mame/drivers/exerion.c +++ b/src/mame/drivers/exerion.c @@ -15,7 +15,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "exerion.h" +#include "includes/exerion.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/exidy.c b/src/mame/drivers/exidy.c index 533865d1a2a..9723043fdce 100644 --- a/src/mame/drivers/exidy.c +++ b/src/mame/drivers/exidy.c @@ -128,8 +128,8 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "exidy.h" -#include "targ.h" +#include "includes/exidy.h" +#include "includes/targ.h" #include "machine/6821pia.h" diff --git a/src/mame/drivers/exidy440.c b/src/mame/drivers/exidy440.c index 7e0250704c0..1a064eb31ca 100644 --- a/src/mame/drivers/exidy440.c +++ b/src/mame/drivers/exidy440.c @@ -216,7 +216,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "exidy440.h" +#include "includes/exidy440.h" /* constants */ diff --git a/src/mame/drivers/exprraid.c b/src/mame/drivers/exprraid.c index 983c4ac081d..9b410650185 100644 --- a/src/mame/drivers/exprraid.c +++ b/src/mame/drivers/exprraid.c @@ -210,7 +210,7 @@ Stephh's notes (based on the games M6502 code and some tests) : #include "cpu/m6809/m6809.h" #include "sound/2203intf.h" #include "sound/3526intf.h" -#include "exprraid.h" +#include "includes/exprraid.h" /*****************************************************************************************/ diff --git a/src/mame/drivers/exterm.c b/src/mame/drivers/exterm.c index 9cc261f41b5..8ada3390c71 100644 --- a/src/mame/drivers/exterm.c +++ b/src/mame/drivers/exterm.c @@ -65,7 +65,7 @@ #include "cpu/m6502/m6502.h" #include "sound/dac.h" #include "sound/2151intf.h" -#include "exterm.h" +#include "includes/exterm.h" diff --git a/src/mame/drivers/exzisus.c b/src/mame/drivers/exzisus.c index 91dae48aac5..d63826b2cc2 100644 --- a/src/mame/drivers/exzisus.c +++ b/src/mame/drivers/exzisus.c @@ -34,7 +34,7 @@ TODO: #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "audio/taitosnd.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/fantland.c b/src/mame/drivers/fantland.c index f7268d22ec8..b9050f384b9 100644 --- a/src/mame/drivers/fantland.c +++ b/src/mame/drivers/fantland.c @@ -51,7 +51,7 @@ Year + Game Main CPU Sound CPU Sound Video #include "sound/3526intf.h" #include "sound/dac.h" #include "sound/msm5205.h" -#include "fantland.h" +#include "includes/fantland.h" /*************************************************************************** diff --git a/src/mame/drivers/fastfred.c b/src/mame/drivers/fastfred.c index a259e5fad2a..e90f702a93c 100644 --- a/src/mame/drivers/fastfred.c +++ b/src/mame/drivers/fastfred.c @@ -8,7 +8,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "deprecat.h" -#include "fastfred.h" +#include "includes/fastfred.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/fcombat.c b/src/mame/drivers/fcombat.c index 193da77ea26..3b7f3e92214 100644 --- a/src/mame/drivers/fcombat.c +++ b/src/mame/drivers/fcombat.c @@ -31,7 +31,7 @@ inputs + notes by stephh #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "fcombat.h" +#include "includes/fcombat.h" static INPUT_CHANGED( coin_inserted ) diff --git a/src/mame/drivers/finalizr.c b/src/mame/drivers/finalizr.c index eddcad38d4d..11b9528bf0d 100644 --- a/src/mame/drivers/finalizr.c +++ b/src/mame/drivers/finalizr.c @@ -17,8 +17,8 @@ #include "cpu/mcs48/mcs48.h" #include "sound/sn76496.h" #include "sound/dac.h" -#include "konamipt.h" -#include "finalizr.h" +#include "includes/konamipt.h" +#include "includes/finalizr.h" static INTERRUPT_GEN( finalizr_interrupt ) diff --git a/src/mame/drivers/firetrap.c b/src/mame/drivers/firetrap.c index dd7680b1878..0126df132a2 100644 --- a/src/mame/drivers/firetrap.c +++ b/src/mame/drivers/firetrap.c @@ -62,7 +62,7 @@ write: #include "cpu/m6502/m6502.h" #include "sound/3526intf.h" #include "sound/msm5205.h" -#include "firetrap.h" +#include "includes/firetrap.h" static WRITE8_HANDLER( firetrap_nmi_disable_w ) diff --git a/src/mame/drivers/firetrk.c b/src/mame/drivers/firetrk.c index 5d0914a1d46..7be1941a788 100644 --- a/src/mame/drivers/firetrk.c +++ b/src/mame/drivers/firetrk.c @@ -7,7 +7,7 @@ Atari Fire Truck + Super Bug + Monte Carlo driver #include "driver.h" #include "cpu/m6800/m6800.h" -#include "firetrk.h" +#include "includes/firetrk.h" #include "sound/discrete.h" #define MASTER_CLOCK (XTAL_12_096MHz) diff --git a/src/mame/drivers/foodf.c b/src/mame/drivers/foodf.c index fd695e2fdc4..9fa689247b7 100644 --- a/src/mame/drivers/foodf.c +++ b/src/mame/drivers/foodf.c @@ -77,7 +77,7 @@ #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" #include "sound/pokey.h" -#include "foodf.h" +#include "includes/foodf.h" #define MASTER_CLOCK 12096000 diff --git a/src/mame/drivers/freekick.c b/src/mame/drivers/freekick.c index 4fc086bef72..3df1ee09b8b 100644 --- a/src/mame/drivers/freekick.c +++ b/src/mame/drivers/freekick.c @@ -33,7 +33,7 @@ TODO: #include "machine/8255ppi.h" #include "machine/mc8123.h" #include "sound/sn76496.h" -#include "freekick.h" +#include "includes/freekick.h" /************************************* diff --git a/src/mame/drivers/funkybee.c b/src/mame/drivers/funkybee.c index 73b0d43459e..541d223f7db 100644 --- a/src/mame/drivers/funkybee.c +++ b/src/mame/drivers/funkybee.c @@ -74,7 +74,7 @@ Stephh's notes (based on the games Z80 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "funkybee.h" +#include "includes/funkybee.h" static READ8_HANDLER( funkybee_input_port_0_r ) diff --git a/src/mame/drivers/funkyjet.c b/src/mame/drivers/funkyjet.c index 9c0d427f131..6f185fcc68b 100644 --- a/src/mame/drivers/funkyjet.c +++ b/src/mame/drivers/funkyjet.c @@ -93,9 +93,9 @@ Notes: #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "decocrpt.h" -#include "decoprot.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" +#include "includes/deco16ic.h" VIDEO_START( funkyjet ); VIDEO_UPDATE( funkyjet ); diff --git a/src/mame/drivers/funybubl.c b/src/mame/drivers/funybubl.c index 1a2a5471311..db69bc37d60 100644 --- a/src/mame/drivers/funybubl.c +++ b/src/mame/drivers/funybubl.c @@ -51,7 +51,7 @@ Note: SW2, SW3 & SW4 not populated #include "driver.h" #include "cpu/z80/z80.h" #include "sound/okim6295.h" -#include "funybubl.h" +#include "includes/funybubl.h" static WRITE8_HANDLER ( funybubl_vidram_bank_w ) diff --git a/src/mame/drivers/fuukifg2.c b/src/mame/drivers/fuukifg2.c index 0a4c47d27d9..52bb8b42585 100644 --- a/src/mame/drivers/fuukifg2.c +++ b/src/mame/drivers/fuukifg2.c @@ -40,7 +40,7 @@ To Do: #include "sound/2203intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" -#include "fuukifg2.h" +#include "includes/fuukifg2.h" /*************************************************************************** diff --git a/src/mame/drivers/fuukifg3.c b/src/mame/drivers/fuukifg3.c index 8dc12b3e58e..bdaedb2fafb 100644 --- a/src/mame/drivers/fuukifg3.c +++ b/src/mame/drivers/fuukifg3.c @@ -152,7 +152,7 @@ FG-3J ROM-J 507KA0301P04 Rev:1.3 #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "sound/ymf278b.h" -#include "fuukifg3.h" +#include "includes/fuukifg3.h" static WRITE32_HANDLER( paletteram32_xRRRRRGGGGGBBBBB_dword_w ) diff --git a/src/mame/drivers/gaelco3d.c b/src/mame/drivers/gaelco3d.c index b63c30d2f81..ac663a23458 100644 --- a/src/mame/drivers/gaelco3d.c +++ b/src/mame/drivers/gaelco3d.c @@ -144,7 +144,7 @@ REF. 970429 #include "driver.h" #include "cpu/m68000/m68000.h" -#include "gaelco3d.h" +#include "includes/gaelco3d.h" #include "cpu/tms32031/tms32031.h" #include "cpu/adsp2100/adsp2100.h" #include "machine/eeprom.h" diff --git a/src/mame/drivers/gaiden.c b/src/mame/drivers/gaiden.c index dabe9d1c47b..1b005563656 100644 --- a/src/mame/drivers/gaiden.c +++ b/src/mame/drivers/gaiden.c @@ -129,7 +129,7 @@ Notes: #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "gaiden.h" +#include "includes/gaiden.h" static WRITE16_HANDLER( gaiden_sound_command_w ) { diff --git a/src/mame/drivers/gal3.c b/src/mame/drivers/gal3.c index 84243ac9ed4..ea9b2c07ceb 100644 --- a/src/mame/drivers/gal3.c +++ b/src/mame/drivers/gal3.c @@ -126,11 +126,11 @@ better notes (complete chip lists) for each board still needed #include "driver.h" #include "cpu/m68000/m68000.h" -#include "namcos2.h" +#include "includes/namcos2.h" #include "cpu/tms32025/tms32025.h" -#include "namcoic.h" +#include "includes/namcoic.h" #include "sound/c140.h" -#include "namcos21.h" +#include "includes/namcos21.h" #include "rendlay.h" static UINT32 *mpSharedRAM0; diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c index 9fa27a268ca..8e972f56cbc 100644 --- a/src/mame/drivers/galaxian.c +++ b/src/mame/drivers/galaxian.c @@ -229,7 +229,7 @@ TO DO : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/s2650/s2650.h" -#include "galaxian.h" +#include "includes/galaxian.h" #include "machine/8255ppi.h" #include "sound/ay8910.h" #include "sound/sn76496.h" diff --git a/src/mame/drivers/galaxold.c b/src/mame/drivers/galaxold.c index 944351f2b59..0f435a7ab59 100644 --- a/src/mame/drivers/galaxold.c +++ b/src/mame/drivers/galaxold.c @@ -350,7 +350,7 @@ TO DO : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/s2650/s2650.h" -#include "galaxold.h" +#include "includes/galaxold.h" #include "machine/7474.h" #include "sound/ay8910.h" #include "sound/sn76496.h" diff --git a/src/mame/drivers/galpani2.c b/src/mame/drivers/galpani2.c index 46379eb4041..4e214fcb616 100644 --- a/src/mame/drivers/galpani2.c +++ b/src/mame/drivers/galpani2.c @@ -23,7 +23,7 @@ To Do: #include "cpu/m68000/m68000.h" #include "deprecat.h" #include "machine/eeprom.h" -#include "kaneko16.h" +#include "includes/kaneko16.h" #include "sound/okim6295.h" /*************************************************************************** diff --git a/src/mame/drivers/galpani3.c b/src/mame/drivers/galpani3.c index 436d0b8b528..cc9f842831e 100644 --- a/src/mame/drivers/galpani3.c +++ b/src/mame/drivers/galpani3.c @@ -68,7 +68,7 @@ Dumped by Uki #include "deprecat.h" #include "sound/ymz280b.h" #include "includes/suprnova.h" -#include "kaneko16.h" +#include "includes/kaneko16.h" /*************************************************************************** diff --git a/src/mame/drivers/gameplan.c b/src/mame/drivers/gameplan.c index 968c0d22c10..ea61703b74c 100644 --- a/src/mame/drivers/gameplan.c +++ b/src/mame/drivers/gameplan.c @@ -79,7 +79,7 @@ TODO: #include "machine/6532riot.h" #include "machine/6522via.h" #include "sound/ay8910.h" -#include "gameplan.h" +#include "includes/gameplan.h" diff --git a/src/mame/drivers/gauntlet.c b/src/mame/drivers/gauntlet.c index 1b0b19d3cba..a7fea6fd63a 100644 --- a/src/mame/drivers/gauntlet.c +++ b/src/mame/drivers/gauntlet.c @@ -124,7 +124,7 @@ #include "sound/tms5220.h" #include "sound/2151intf.h" #include "sound/pokey.h" -#include "gauntlet.h" +#include "includes/gauntlet.h" diff --git a/src/mame/drivers/gottlieb.c b/src/mame/drivers/gottlieb.c index acf602c3e9a..03550020de1 100644 --- a/src/mame/drivers/gottlieb.c +++ b/src/mame/drivers/gottlieb.c @@ -202,7 +202,7 @@ VBlank duration: 1/VSYNC * (16/256) = 1017.6 us #include "sound/samples.h" #include "sound/sp0250.h" #include "streams.h" -#include "gottlieb.h" +#include "includes/gottlieb.h" #define LOG_AUDIO_DECODE (0) diff --git a/src/mame/drivers/grchamp.c b/src/mame/drivers/grchamp.c index 9d1694e1fdc..647225a2707 100644 --- a/src/mame/drivers/grchamp.c +++ b/src/mame/drivers/grchamp.c @@ -44,7 +44,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "grchamp.h" +#include "includes/grchamp.h" #include "grchamp.lh" diff --git a/src/mame/drivers/gridlee.c b/src/mame/drivers/gridlee.c index b79baa5e215..7c159286477 100644 --- a/src/mame/drivers/gridlee.c +++ b/src/mame/drivers/gridlee.c @@ -79,8 +79,8 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "gridlee.h" -#include "balsente.h" +#include "includes/gridlee.h" +#include "includes/balsente.h" #include "sound/samples.h" diff --git a/src/mame/drivers/gstriker.c b/src/mame/drivers/gstriker.c index 0ff234d22ee..717bb1f3502 100644 --- a/src/mame/drivers/gstriker.c +++ b/src/mame/drivers/gstriker.c @@ -35,7 +35,7 @@ Merge with other Video System games ? #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "gstriker.h" +#include "includes/gstriker.h" #include "sound/2610intf.h" /*** README INFO ************************************************************** diff --git a/src/mame/drivers/halleys.c b/src/mame/drivers/halleys.c index b68e0e15ca4..2742eb05248 100644 --- a/src/mame/drivers/halleys.c +++ b/src/mame/drivers/halleys.c @@ -159,7 +159,7 @@ Video sync 6 F Video sync Post 6 F Post #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "deprecat.h" #include "cpu/m6809/m6809.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/harddriv.c b/src/mame/drivers/harddriv.c index bfa4cea3204..c33ca22ad37 100644 --- a/src/mame/drivers/harddriv.c +++ b/src/mame/drivers/harddriv.c @@ -212,7 +212,7 @@ A046491 #include "machine/atarigen.h" #include "machine/asic65.h" #include "audio/atarijsa.h" -#include "harddriv.h" +#include "includes/harddriv.h" #include "sound/dac.h" /* from slapstic.c */ diff --git a/src/mame/drivers/hexa.c b/src/mame/drivers/hexa.c index f55496ab300..1eb1fd8e85a 100644 --- a/src/mame/drivers/hexa.c +++ b/src/mame/drivers/hexa.c @@ -49,7 +49,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/ay8910.h" -#include "hexa.h" +#include "includes/hexa.h" static ADDRESS_MAP_START( hexa_map, ADDRESS_SPACE_PROGRAM, 8 ) diff --git a/src/mame/drivers/hexion.c b/src/mame/drivers/hexion.c index 31293b42a60..812157d172f 100644 --- a/src/mame/drivers/hexion.c +++ b/src/mame/drivers/hexion.c @@ -83,7 +83,7 @@ Notes: #include "deprecat.h" #include "sound/okim6295.h" #include "sound/k051649.h" -#include "konamipt.h" +#include "includes/konamipt.h" VIDEO_START( hexion ); VIDEO_UPDATE( hexion ); diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c index ad1a5480804..79aca88a3dc 100644 --- a/src/mame/drivers/hng64.c +++ b/src/mame/drivers/hng64.c @@ -452,7 +452,7 @@ or Fatal Fury for example). #include "cpu/nec/nec.h" #include "deprecat.h" #include "cpu/mips/mips3.h" -#include "hng64.h" +#include "includes/hng64.h" int hng64_mcu_type = 0; static UINT32 fake_mcu_time; diff --git a/src/mame/drivers/homedata.c b/src/mame/drivers/homedata.c index 4de5767c8e4..b847a21fdb2 100644 --- a/src/mame/drivers/homedata.c +++ b/src/mame/drivers/homedata.c @@ -219,7 +219,7 @@ Custom: GX61A01 #include "cpu/z80/z80.h" #include "cpu/m6809/m6809.h" #include "cpu/upd7810/upd7810.h" -#include "homedata.h" +#include "includes/homedata.h" #include "sound/dac.h" #include "sound/2203intf.h" #include "sound/sn76496.h" diff --git a/src/mame/drivers/hyhoo.c b/src/mame/drivers/hyhoo.c index 2c8c71e60b0..eaf67f9a499 100644 --- a/src/mame/drivers/hyhoo.c +++ b/src/mame/drivers/hyhoo.c @@ -23,7 +23,7 @@ Memo: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/ay8910.h" #include "sound/dac.h" diff --git a/src/mame/drivers/iqblock.c b/src/mame/drivers/iqblock.c index 4e13b999635..1dd1c983099 100644 --- a/src/mame/drivers/iqblock.c +++ b/src/mame/drivers/iqblock.c @@ -54,7 +54,7 @@ Grndtour: #include "cpu/z180/z180.h" #include "deprecat.h" #include "machine/8255ppi.h" -#include "iqblock.h" +#include "includes/iqblock.h" #include "sound/2413intf.h" static UINT8 *rambase; diff --git a/src/mame/drivers/irobot.c b/src/mame/drivers/irobot.c index 8057ed19031..77b6df1944e 100644 --- a/src/mame/drivers/irobot.c +++ b/src/mame/drivers/irobot.c @@ -77,7 +77,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" #include "sound/pokey.h" -#include "irobot.h" +#include "includes/irobot.h" diff --git a/src/mame/drivers/itech32.c b/src/mame/drivers/itech32.c index 4a93ffb1bdf..2d42f1c5c49 100644 --- a/src/mame/drivers/itech32.c +++ b/src/mame/drivers/itech32.c @@ -352,7 +352,7 @@ Notes: #include "cpu/m68000/m68000.h" #include "machine/6522via.h" #include "machine/ticket.h" -#include "itech32.h" +#include "includes/itech32.h" #include "sound/es5506.h" #include "machine/timekpr.h" #include "devconv.h" diff --git a/src/mame/drivers/itech8.c b/src/mame/drivers/itech8.c index c254d3196b4..7bc3582a028 100644 --- a/src/mame/drivers/itech8.c +++ b/src/mame/drivers/itech8.c @@ -504,7 +504,7 @@ #include "machine/ticket.h" #include "video/tms34061.h" #include "video/tlc34076.h" -#include "itech8.h" +#include "includes/itech8.h" #include "sound/2203intf.h" #include "sound/2608intf.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/janshi.c b/src/mame/drivers/janshi.c index 8dff6cca56e..7b21016a66d 100644 --- a/src/mame/drivers/janshi.c +++ b/src/mame/drivers/janshi.c @@ -28,7 +28,7 @@ Dumped by Chackn */ #include "driver.h" -#include "news.h" +#include "includes/news.h" #include "cpu/z80/z80.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/jchan.c b/src/mame/drivers/jchan.c index 318de4e6bf7..34f075c0c42 100644 --- a/src/mame/drivers/jchan.c +++ b/src/mame/drivers/jchan.c @@ -172,7 +172,7 @@ there are 9 PALS on the pcb (not dumped) #include "deprecat.h" #include "sound/ymz280b.h" #include "includes/suprnova.h" -#include "kaneko16.h" +#include "includes/kaneko16.h" static bitmap_t *sprite_bitmap_1; static bitmap_t *sprite_bitmap_2; diff --git a/src/mame/drivers/jedi.c b/src/mame/drivers/jedi.c index e24e1b35985..44c9d658d3e 100644 --- a/src/mame/drivers/jedi.c +++ b/src/mame/drivers/jedi.c @@ -112,7 +112,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "jedi.h" +#include "includes/jedi.h" diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c index 76eebe6ba02..de3787d9e88 100644 --- a/src/mame/drivers/jpmimpct.c +++ b/src/mame/drivers/jpmimpct.c @@ -81,7 +81,7 @@ #include "cpu/m68000/m68000.h" #include "cpu/tms34010/tms34010.h" #include "sound/upd7759.h" -#include "jpmimpct.h" +#include "includes/jpmimpct.h" #include "machine/meters.h" /************************************* diff --git a/src/mame/drivers/jrpacman.c b/src/mame/drivers/jrpacman.c index ead2e55d4cd..a639d5eb305 100644 --- a/src/mame/drivers/jrpacman.c +++ b/src/mame/drivers/jrpacman.c @@ -100,7 +100,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "pacman.h" +#include "includes/pacman.h" #include "sound/namco.h" diff --git a/src/mame/drivers/klax.c b/src/mame/drivers/klax.c index dca9d1417ff..579b2521023 100644 --- a/src/mame/drivers/klax.c +++ b/src/mame/drivers/klax.c @@ -19,7 +19,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" -#include "klax.h" +#include "includes/klax.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/konamigq.c b/src/mame/drivers/konamigq.c index 30bd6ecbf09..2c763fb787a 100644 --- a/src/mame/drivers/konamigq.c +++ b/src/mame/drivers/konamigq.c @@ -49,7 +49,7 @@ #include "cpu/m68000/m68000.h" #include "cpu/mips/psx.h" #include "includes/psx.h" -#include "konamigx.h" +#include "includes/konamigx.h" #include "machine/eepromdev.h" #include "machine/am53cf96.h" #include "harddisk.h" diff --git a/src/mame/drivers/konamigx.c b/src/mame/drivers/konamigx.c index cfe7cec00b3..67912f7457f 100644 --- a/src/mame/drivers/konamigx.c +++ b/src/mame/drivers/konamigx.c @@ -103,7 +103,7 @@ #include "cpu/tms57002/tms57002.h" #include "machine/eeprom.h" #include "sound/k054539.h" -#include "konamigx.h" +#include "includes/konamigx.h" #include "machine/adc083x.h" #include "rendlay.h" diff --git a/src/mame/drivers/leland.c b/src/mame/drivers/leland.c index 8e82daa82d3..cbdd489c18d 100644 --- a/src/mame/drivers/leland.c +++ b/src/mame/drivers/leland.c @@ -45,7 +45,7 @@ #include "cpu/i86/i86.h" #include "machine/eeprom.h" #include "cpu/z80/z80.h" -#include "leland.h" +#include "includes/leland.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/lethalj.c b/src/mame/drivers/lethalj.c index f4d8a7bb89c..4e513b01c7b 100644 --- a/src/mame/drivers/lethalj.c +++ b/src/mame/drivers/lethalj.c @@ -140,7 +140,7 @@ Pin #11(+) | | R | #include "driver.h" #include "cpu/tms34010/tms34010.h" -#include "lethalj.h" +#include "includes/lethalj.h" #include "machine/ticket.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/liberatr.c b/src/mame/drivers/liberatr.c index 30a0309d490..0b13c33b8db 100644 --- a/src/mame/drivers/liberatr.c +++ b/src/mame/drivers/liberatr.c @@ -138,7 +138,7 @@ #include "deprecat.h" #include "machine/atari_vg.h" #include "sound/pokey.h" -#include "liberatr.h" +#include "includes/liberatr.h" #define MASTER_CLOCK 20000000 /* 20Mhz Main Clock Xtal */ diff --git a/src/mame/drivers/lockon.c b/src/mame/drivers/lockon.c index 8b2d6a928c0..e19a0d298e6 100644 --- a/src/mame/drivers/lockon.c +++ b/src/mame/drivers/lockon.c @@ -14,7 +14,7 @@ #include "cpu/nec/nec.h" #include "sound/2203intf.h" #include "sound/flt_vol.h" -#include "lockon.h" +#include "includes/lockon.h" #define V30_GND_ADDR ((lockon_ctrl_reg & 0x3) << 16) #define V30_OBJ_ADDR ((lockon_ctrl_reg & 0x18) << 13) diff --git a/src/mame/drivers/lordgun.c b/src/mame/drivers/lordgun.c index 402d55fee81..7ed919e6249 100644 --- a/src/mame/drivers/lordgun.c +++ b/src/mame/drivers/lordgun.c @@ -33,7 +33,7 @@ To do: #include "machine/eeprom.h" #include "sound/3812intf.h" #include "sound/okim6295.h" -#include "lordgun.h" +#include "includes/lordgun.h" static UINT16 *lordgun_priority_ram, lordgun_priority; diff --git a/src/mame/drivers/m10.c b/src/mame/drivers/m10.c index 36138ec1e0e..3da2a40e9cd 100644 --- a/src/mame/drivers/m10.c +++ b/src/mame/drivers/m10.c @@ -115,7 +115,7 @@ Notes (couriersud) #include "machine/rescap.h" #include "sound/samples.h" #include "machine/74123.h" -#include "m10.h" +#include "includes/m10.h" /************************************* diff --git a/src/mame/drivers/m107.c b/src/mame/drivers/m107.c index fa35d9a2155..0404fcb7650 100644 --- a/src/mame/drivers/m107.c +++ b/src/mame/drivers/m107.c @@ -25,8 +25,8 @@ confirmed for m107 games as well. #include "driver.h" #include "cpu/nec/nec.h" -#include "m107.h" -#include "iremipt.h" +#include "includes/m107.h" +#include "includes/iremipt.h" #include "machine/irem_cpu.h" #include "sound/2151intf.h" #include "sound/iremga20.h" diff --git a/src/mame/drivers/m52.c b/src/mame/drivers/m52.c index c8aa65db0ea..d12509ef5b7 100644 --- a/src/mame/drivers/m52.c +++ b/src/mame/drivers/m52.c @@ -43,7 +43,7 @@ ***************************************************************************/ #include "driver.h" -#include "iremipt.h" +#include "includes/iremipt.h" #include "includes/iremz80.h" #include "cpu/z80/z80.h" diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c index 51439719811..93168ac27b7 100644 --- a/src/mame/drivers/m57.c +++ b/src/mame/drivers/m57.c @@ -49,7 +49,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "iremipt.h" +#include "includes/iremipt.h" #include "includes/iremz80.h" diff --git a/src/mame/drivers/m58.c b/src/mame/drivers/m58.c index 4c3b569ba75..62086149eaa 100644 --- a/src/mame/drivers/m58.c +++ b/src/mame/drivers/m58.c @@ -11,7 +11,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "iremipt.h" +#include "includes/iremipt.h" #include "includes/iremz80.h" #define MASTER_CLOCK XTAL_18_432MHz diff --git a/src/mame/drivers/m62.c b/src/mame/drivers/m62.c index 021280890b5..3568505ac13 100644 --- a/src/mame/drivers/m62.c +++ b/src/mame/drivers/m62.c @@ -70,7 +70,7 @@ other supported games as well. #include "driver.h" #include "cpu/z80/z80.h" #include "includes/iremz80.h" -#include "iremipt.h" +#include "includes/iremipt.h" /* Lode Runner 2 seems to have a simple protection on the bank switching */ diff --git a/src/mame/drivers/m72.c b/src/mame/drivers/m72.c index 50bdf106e66..c61f40d2fe3 100644 --- a/src/mame/drivers/m72.c +++ b/src/mame/drivers/m72.c @@ -88,8 +88,8 @@ other supported games as well. #include "audio/m72.h" #include "sound/dac.h" #include "sound/2151intf.h" -#include "iremipt.h" -#include "m72.h" +#include "includes/iremipt.h" +#include "includes/m72.h" #include "cpu/mcs51/mcs51.h" #define MASTER_CLOCK XTAL_32MHz diff --git a/src/mame/drivers/m79amb.c b/src/mame/drivers/m79amb.c index 133733b1275..77d8005d454 100644 --- a/src/mame/drivers/m79amb.c +++ b/src/mame/drivers/m79amb.c @@ -55,7 +55,7 @@ and two large (paddles pretending to be) guns. */ #include "driver.h" -#include "m79amb.h" +#include "includes/m79amb.h" #include "cpu/i8085/i8085.h" static UINT8 *ramtek_videoram; diff --git a/src/mame/drivers/m90.c b/src/mame/drivers/m90.c index 2cec1b902ef..69cf140ea94 100644 --- a/src/mame/drivers/m90.c +++ b/src/mame/drivers/m90.c @@ -28,7 +28,7 @@ Notes: #include "cpu/z80/z80.h" #include "cpu/nec/nec.h" #include "deprecat.h" -#include "iremipt.h" +#include "includes/iremipt.h" #include "machine/irem_cpu.h" #include "audio/m72.h" #include "sound/dac.h" diff --git a/src/mame/drivers/m92.c b/src/mame/drivers/m92.c index ce555531bb8..3b158b57a4b 100644 --- a/src/mame/drivers/m92.c +++ b/src/mame/drivers/m92.c @@ -195,8 +195,8 @@ psoldier dip locations still need veritication. #include "driver.h" #include "cpu/nec/nec.h" -#include "m92.h" -#include "iremipt.h" +#include "includes/m92.h" +#include "includes/iremipt.h" #include "machine/irem_cpu.h" #include "sound/2151intf.h" #include "sound/iremga20.h" diff --git a/src/mame/drivers/macs.c b/src/mame/drivers/macs.c index 6a74e4159ba..5eb7fb013f4 100644 --- a/src/mame/drivers/macs.c +++ b/src/mame/drivers/macs.c @@ -58,7 +58,7 @@ KISEKAE -- info #include "driver.h" #include "cpu/z80/z80.h" #include "sound/st0016.h" -#include "st0016.h" +#include "includes/st0016.h" diff --git a/src/mame/drivers/madalien.c b/src/mame/drivers/madalien.c index 14447ff689a..5207ba10d10 100644 --- a/src/mame/drivers/madalien.c +++ b/src/mame/drivers/madalien.c @@ -10,7 +10,7 @@ #include "cpu/m6502/m6502.h" #include "sound/ay8910.h" #include "video/mc6845.h" -#include "madalien.h" +#include "includes/madalien.h" #define SOUND_CLOCK XTAL_4MHz diff --git a/src/mame/drivers/mainsnk.c b/src/mame/drivers/mainsnk.c index e72356103e2..1bee9c10a4f 100644 --- a/src/mame/drivers/mainsnk.c +++ b/src/mame/drivers/mainsnk.c @@ -109,7 +109,7 @@ cc_p14.j2 8192 0xedc6a1eb M5L2764k #include "driver.h" #include "cpu/z80/z80.h" -#include "snk.h" +#include "includes/snk.h" #include "sound/ay8910.h" extern UINT8 *mainsnk_fgram; diff --git a/src/mame/drivers/mario.c b/src/mame/drivers/mario.c index 53eba9546a8..df1de5db6ae 100644 --- a/src/mame/drivers/mario.c +++ b/src/mame/drivers/mario.c @@ -93,7 +93,7 @@ write: #include "cpu/z80/z80.h" #include "machine/z80dma.h" -#include "mario.h" +#include "includes/mario.h" /************************************* * diff --git a/src/mame/drivers/mcr.c b/src/mame/drivers/mcr.c index 778b4847619..375966d6dcb 100644 --- a/src/mame/drivers/mcr.c +++ b/src/mame/drivers/mcr.c @@ -290,7 +290,7 @@ #include "machine/z80sio.h" #include "audio/mcr.h" #include "sound/samples.h" -#include "mcr.h" +#include "includes/mcr.h" static UINT8 input_mux; diff --git a/src/mame/drivers/mcr3.c b/src/mame/drivers/mcr3.c index ae1223bb2c5..de7ee9ee92f 100644 --- a/src/mame/drivers/mcr3.c +++ b/src/mame/drivers/mcr3.c @@ -106,7 +106,7 @@ #include "deprecat.h" #include "machine/z80ctc.h" #include "audio/mcr.h" -#include "mcr.h" +#include "includes/mcr.h" #include "turbotag.lh" diff --git a/src/mame/drivers/mcr68.c b/src/mame/drivers/mcr68.c index 01875b2fdef..c0e6ea1e278 100644 --- a/src/mame/drivers/mcr68.c +++ b/src/mame/drivers/mcr68.c @@ -57,7 +57,7 @@ #include "cpu/m68000/m68000.h" #include "audio/mcr.h" #include "audio/williams.h" -#include "mcr.h" +#include "includes/mcr.h" diff --git a/src/mame/drivers/meadows.c b/src/mame/drivers/meadows.c index cf45e328764..780fd5d6b6d 100644 --- a/src/mame/drivers/meadows.c +++ b/src/mame/drivers/meadows.c @@ -118,7 +118,7 @@ #include "driver.h" #include "cpu/s2650/s2650.h" -#include "meadows.h" +#include "includes/meadows.h" #include "sound/dac.h" #include "sound/samples.h" diff --git a/src/mame/drivers/megasys1.c b/src/mame/drivers/megasys1.c index 8ba3cd6849d..2d11506c891 100644 --- a/src/mame/drivers/megasys1.c +++ b/src/mame/drivers/megasys1.c @@ -123,7 +123,7 @@ RAM RW 0f0000-0f3fff 0e0000-0effff? < #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "deprecat.h" -#include "megasys1.h" +#include "includes/megasys1.h" #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/megazone.c b/src/mame/drivers/megazone.c index b7489a615ff..4b448bf10a6 100644 --- a/src/mame/drivers/megazone.c +++ b/src/mame/drivers/megazone.c @@ -14,7 +14,7 @@ To enter service mode, keep 1&2 pressed on reset #include "sound/ay8910.h" #include "sound/dac.h" #include "sound/flt_rc.h" -#include "konamipt.h" +#include "includes/konamipt.h" extern UINT8 *megazone_scrollx; extern UINT8 *megazone_scrolly; diff --git a/src/mame/drivers/mhavoc.c b/src/mame/drivers/mhavoc.c index 181d0d4a78a..8c33949513b 100644 --- a/src/mame/drivers/mhavoc.c +++ b/src/mame/drivers/mhavoc.c @@ -190,7 +190,7 @@ #include "video/vector.h" #include "sound/tms5220.h" #include "sound/pokey.h" -#include "mhavoc.h" +#include "includes/mhavoc.h" /************************************* * diff --git a/src/mame/drivers/midtunit.c b/src/mame/drivers/midtunit.c index a827ae510c2..f627acd9e7a 100644 --- a/src/mame/drivers/midtunit.c +++ b/src/mame/drivers/midtunit.c @@ -24,7 +24,7 @@ #include "cpu/adsp2100/adsp2100.h" #include "audio/williams.h" #include "audio/dcs.h" -#include "midtunit.h" +#include "includes/midtunit.h" #define CPU_CLOCK (50000000) diff --git a/src/mame/drivers/midvunit.c b/src/mame/drivers/midvunit.c index 39e61cf8820..d0e44f894c4 100644 --- a/src/mame/drivers/midvunit.c +++ b/src/mame/drivers/midvunit.c @@ -24,7 +24,7 @@ #include "audio/dcs.h" #include "machine/idectrl.h" #include "machine/midwayic.h" -#include "midvunit.h" +#include "includes/midvunit.h" #define CPU_CLOCK 50000000 diff --git a/src/mame/drivers/midwunit.c b/src/mame/drivers/midwunit.c index 48977899f0f..621cd038d7d 100644 --- a/src/mame/drivers/midwunit.c +++ b/src/mame/drivers/midwunit.c @@ -88,7 +88,7 @@ Notes: #include "cpu/tms34010/tms34010.h" #include "cpu/adsp2100/adsp2100.h" #include "audio/dcs.h" -#include "midwunit.h" +#include "includes/midwunit.h" #define PIXEL_CLOCK (8000000) diff --git a/src/mame/drivers/midxunit.c b/src/mame/drivers/midxunit.c index 67e096c861e..4b41c346cf0 100644 --- a/src/mame/drivers/midxunit.c +++ b/src/mame/drivers/midxunit.c @@ -83,7 +83,7 @@ There's a separate sound board also, but it wasn't available so is not documente #include "cpu/tms34010/tms34010.h" #include "cpu/adsp2100/adsp2100.h" #include "audio/dcs.h" -#include "midwunit.h" +#include "includes/midwunit.h" #define PIXEL_CLOCK (8000000) diff --git a/src/mame/drivers/midyunit.c b/src/mame/drivers/midyunit.c index 7e530dca3bb..0520dc886e4 100644 --- a/src/mame/drivers/midyunit.c +++ b/src/mame/drivers/midyunit.c @@ -116,7 +116,7 @@ Notes: #include "cpu/tms34010/tms34010.h" #include "audio/williams.h" #include "sound/okim6295.h" -#include "midyunit.h" +#include "includes/midyunit.h" /* master clocks vary based on game */ diff --git a/src/mame/drivers/mikie.c b/src/mame/drivers/mikie.c index 83207e1abd1..7e261206244 100644 --- a/src/mame/drivers/mikie.c +++ b/src/mame/drivers/mikie.c @@ -20,7 +20,7 @@ MAIN BOARD: #include "cpu/z80/z80.h" #include "cpu/m6809/m6809.h" #include "sound/sn76496.h" -#include "konamipt.h" +#include "includes/konamipt.h" extern WRITE8_HANDLER( mikie_videoram_w ); extern WRITE8_HANDLER( mikie_colorram_w ); diff --git a/src/mame/drivers/mirage.c b/src/mame/drivers/mirage.c index 11866ea0e11..de11132c4f0 100644 --- a/src/mame/drivers/mirage.c +++ b/src/mame/drivers/mirage.c @@ -34,13 +34,11 @@ MR_01-.3A [a0b758aa] #include "driver.h" #include "cpu/m68000/m68000.h" -#include "decocrpt.h" -#include "decoprot.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" +#include "includes/deco16ic.h" #include "sound/okim6295.h" -#include "deco16ic.h" - static void draw_sprites(running_machine *machine, bitmap_t *bitmap,const rectangle *cliprect, int pri) { UINT16 *spriteram16 = machine->generic.spriteram.u16; diff --git a/src/mame/drivers/model1.c b/src/mame/drivers/model1.c index 6cd46b05f89..9a4d195abfa 100644 --- a/src/mame/drivers/model1.c +++ b/src/mame/drivers/model1.c @@ -628,7 +628,7 @@ Notes: #include "cpu/v60/v60.h" #include "deprecat.h" #include "machine/eeprom.h" -#include "system16.h" +#include "includes/system16.h" #include "video/segaic24.h" #include "cpu/m68000/m68000.h" #include "cpu/mb86233/mb86233.h" diff --git a/src/mame/drivers/mogura.c b/src/mame/drivers/mogura.c index 61fde924ef5..065b634f7ce 100644 --- a/src/mame/drivers/mogura.c +++ b/src/mame/drivers/mogura.c @@ -3,7 +3,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "sound/dac.h" -#include "konamipt.h" +#include "includes/konamipt.h" static UINT8 *mogura_tileram; static UINT8* mogura_gfxram; diff --git a/src/mame/drivers/mystston.c b/src/mame/drivers/mystston.c index c49820fe8cb..b7edcd84b1c 100644 --- a/src/mame/drivers/mystston.c +++ b/src/mame/drivers/mystston.c @@ -16,7 +16,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "sound/ay8910.h" -#include "mystston.h" +#include "includes/mystston.h" diff --git a/src/mame/drivers/mystwarr.c b/src/mame/drivers/mystwarr.c index 353ea0a568c..b8771324ac2 100644 --- a/src/mame/drivers/mystwarr.c +++ b/src/mame/drivers/mystwarr.c @@ -25,12 +25,12 @@ #include "deprecat.h" #include "video/konamiic.h" -#include "konamigx.h" +#include "includes/konamigx.h" #include "cpu/m68000/m68000.h" #include "cpu/z80/z80.h" #include "machine/eeprom.h" #include "sound/k054539.h" -#include "konamipt.h" +#include "includes/konamipt.h" VIDEO_START(gaiapols); VIDEO_START(dadandrn); diff --git a/src/mame/drivers/namcofl.c b/src/mame/drivers/namcofl.c index 2592ec0f0dc..d932a3b16ae 100644 --- a/src/mame/drivers/namcofl.c +++ b/src/mame/drivers/namcofl.c @@ -158,9 +158,9 @@ OSC3: 48.384MHz #include "driver.h" #include "deprecat.h" #include "machine/eeprom.h" -#include "namconb1.h" -#include "namcos2.h" -#include "namcoic.h" +#include "includes/namconb1.h" +#include "includes/namcos2.h" +#include "includes/namcoic.h" #include "cpu/i960/i960.h" #include "cpu/m37710/m37710.h" #include "sound/c352.h" diff --git a/src/mame/drivers/namcoic.c b/src/mame/drivers/namcoic.c index ae7b9a24b10..31cc271a23e 100644 --- a/src/mame/drivers/namcoic.c +++ b/src/mame/drivers/namcoic.c @@ -1,6 +1,6 @@ #include "driver.h" -#include "namcos2.h" /* for game-specific hacks */ -#include "namcoic.h" +#include "includes/namcos2.h" /* for game-specific hacks */ +#include "includes/namcoic.h" /**************************************************************************************/ static int mPalXOR; /* XOR'd with palette select register; needed for System21 */ diff --git a/src/mame/drivers/namcona1.c b/src/mame/drivers/namcona1.c index c56bbaff766..6b2358206f6 100644 --- a/src/mame/drivers/namcona1.c +++ b/src/mame/drivers/namcona1.c @@ -161,7 +161,7 @@ Notes: #include "driver.h" #include "cpu/m68000/m68000.h" #include "deprecat.h" -#include "namcona1.h" +#include "includes/namcona1.h" #include "sound/c140.h" #include "cpu/m37710/m37710.h" diff --git a/src/mame/drivers/namconb1.c b/src/mame/drivers/namconb1.c index 3c30226c624..2ce1e626afe 100644 --- a/src/mame/drivers/namconb1.c +++ b/src/mame/drivers/namconb1.c @@ -271,9 +271,9 @@ GFX: Custom 145 ( 80 pin PQFP) #include "driver.h" #include "cpu/m68000/m68000.h" #include "deprecat.h" -#include "namconb1.h" -#include "namcos2.h" -#include "namcoic.h" +#include "includes/namconb1.h" +#include "includes/namcos2.h" +#include "includes/namcoic.h" #include "sound/c352.h" #include "cpu/m37710/m37710.h" diff --git a/src/mame/drivers/namcond1.c b/src/mame/drivers/namcond1.c index 6fd95f86d48..ec497efd3bb 100644 --- a/src/mame/drivers/namcond1.c +++ b/src/mame/drivers/namcond1.c @@ -69,7 +69,7 @@ Notes: #include "cpu/m68000/m68000.h" #include "video/ygv608.h" #include "cpu/h83002/h8.h" -#include "namcond1.h" +#include "includes/namcond1.h" #include "sound/c352.h" #include "machine/at28c16.h" diff --git a/src/mame/drivers/namcos2.c b/src/mame/drivers/namcos2.c index f197f38e959..b3f7362e508 100644 --- a/src/mame/drivers/namcos2.c +++ b/src/mame/drivers/namcos2.c @@ -446,9 +446,9 @@ $a00000 checks have been seen on the Final Lap boards. #include "cpu/m68000/m68000.h" #include "cpu/m6805/m6805.h" #include "deprecat.h" -#include "namcos2.h" +#include "includes/namcos2.h" #include "cpu/m6809/m6809.h" -#include "namcoic.h" +#include "includes/namcoic.h" #include "sound/2151intf.h" #include "sound/c140.h" diff --git a/src/mame/drivers/namcos21.c b/src/mame/drivers/namcos21.c index 182729f2abb..354d680beef 100644 --- a/src/mame/drivers/namcos21.c +++ b/src/mame/drivers/namcos21.c @@ -292,13 +292,13 @@ CPU68 PCB: #include "cpu/m68000/m68000.h" #include "cpu/m6805/m6805.h" #include "deprecat.h" -#include "namcos2.h" +#include "includes/namcos2.h" #include "cpu/m6809/m6809.h" #include "cpu/tms32025/tms32025.h" -#include "namcoic.h" +#include "includes/namcoic.h" #include "sound/2151intf.h" #include "sound/c140.h" -#include "namcos21.h" +#include "includes/namcos21.h" #define PTRAM_SIZE 0x20000 diff --git a/src/mame/drivers/namcos22.c b/src/mame/drivers/namcos22.c index 3ea7764f658..9289bf90dc2 100644 --- a/src/mame/drivers/namcos22.c +++ b/src/mame/drivers/namcos22.c @@ -1140,7 +1140,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "deprecat.h" -#include "namcos22.h" +#include "includes/namcos22.h" #include "cpu/tms32025/tms32025.h" #include "cpu/m37710/m37710.h" #include "sound/c352.h" diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c index 9707884d404..188a03e5643 100644 --- a/src/mame/drivers/naomi.c +++ b/src/mame/drivers/naomi.c @@ -1049,12 +1049,12 @@ Notes: #include "video/generic.h" #include "machine/eeprom.h" #include "machine/intelfsh.h" -#include "naomibd.h" -#include "naomi.h" +#include "includes/naomibd.h" +#include "includes/naomi.h" #include "cpu/sh4/sh4.h" #include "cpu/arm7/arm7core.h" #include "sound/aica.h" -#include "dc.h" +#include "includes/dc.h" #define CPU_CLOCK (200000000) static UINT32 *dc_sound_ram; diff --git a/src/mame/drivers/nbmj8688.c b/src/mame/drivers/nbmj8688.c index 654dea18ac9..8d42d84952d 100644 --- a/src/mame/drivers/nbmj8688.c +++ b/src/mame/drivers/nbmj8688.c @@ -32,7 +32,7 @@ TODO: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/dac.h" #include "sound/ay8910.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/nbmj8891.c b/src/mame/drivers/nbmj8891.c index db85fb61cb1..b4d6bd54251 100644 --- a/src/mame/drivers/nbmj8891.c +++ b/src/mame/drivers/nbmj8891.c @@ -43,7 +43,7 @@ TODO: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/dac.h" #include "sound/ay8910.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/nbmj8900.c b/src/mame/drivers/nbmj8900.c index 357c6498e11..8e6b5975d27 100644 --- a/src/mame/drivers/nbmj8900.c +++ b/src/mame/drivers/nbmj8900.c @@ -24,7 +24,7 @@ TODO: ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "cpu/z80/z80.h" #include "sound/dac.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/nbmj8991.c b/src/mame/drivers/nbmj8991.c index fa22d0fe678..5eab11665fb 100644 --- a/src/mame/drivers/nbmj8991.c +++ b/src/mame/drivers/nbmj8991.c @@ -30,7 +30,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/ay8910.h" #include "sound/3812intf.h" #include "sound/dac.h" diff --git a/src/mame/drivers/nbmj9195.c b/src/mame/drivers/nbmj9195.c index 7f766ec0846..3786bdfdb82 100644 --- a/src/mame/drivers/nbmj9195.c +++ b/src/mame/drivers/nbmj9195.c @@ -22,7 +22,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" #include "machine/z80ctc.h" -#include "nb1413m3.h" // needed for mahjong input controller +#include "includes/nb1413m3.h" // needed for mahjong input controller #include "sound/3812intf.h" #include "sound/dac.h" #include "cpu/z80/z80daisy.h" diff --git a/src/mame/drivers/nemesis.c b/src/mame/drivers/nemesis.c index 16f84cabdc6..5f673b25647 100644 --- a/src/mame/drivers/nemesis.c +++ b/src/mame/drivers/nemesis.c @@ -50,7 +50,7 @@ So this is the correct behavior of real hardware, not an emulation bug. #include "sound/k007232.h" #include "sound/k051649.h" #include "includes/nemesis.h" -#include "konamipt.h" +#include "includes/konamipt.h" int nemesis_irq_on = 0; int nemesis_irq2_on = 0; diff --git a/src/mame/drivers/news.c b/src/mame/drivers/news.c index 6d50ecd5463..396e78e50b8 100644 --- a/src/mame/drivers/news.c +++ b/src/mame/drivers/news.c @@ -15,7 +15,7 @@ driver by David Haywood #include "driver.h" #include "cpu/z80/z80.h" -#include "news.h" +#include "includes/news.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/ninjakd2.c b/src/mame/drivers/ninjakd2.c index 6a6082a67d0..d39e349d25f 100644 --- a/src/mame/drivers/ninjakd2.c +++ b/src/mame/drivers/ninjakd2.c @@ -133,7 +133,7 @@ TODO: #include "sound/2203intf.h" #include "sound/samples.h" #include "machine/mc8123.h" -#include "ninjakd2.h" +#include "includes/ninjakd2.h" #define MAIN_CLOCK_12 XTAL_12MHz #define MAIN_CLOCK_5 XTAL_5MHz diff --git a/src/mame/drivers/ninjaw.c b/src/mame/drivers/ninjaw.c index f23b5bed2dd..cd60b122dd6 100644 --- a/src/mame/drivers/ninjaw.c +++ b/src/mame/drivers/ninjaw.c @@ -312,7 +312,7 @@ rumbling on a subwoofer in the cabinet.) #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" #include "audio/taitosnd.h" diff --git a/src/mame/drivers/nitedrvr.c b/src/mame/drivers/nitedrvr.c index 4807f2a57cf..1fe636422fa 100644 --- a/src/mame/drivers/nitedrvr.c +++ b/src/mame/drivers/nitedrvr.c @@ -38,7 +38,7 @@ #include "cpu/m6502/m6502.h" #include "machine/rescap.h" #include "sound/discrete.h" -#include "nitedrvr.h" +#include "includes/nitedrvr.h" /* Memory Map */ diff --git a/src/mame/drivers/niyanpai.c b/src/mame/drivers/niyanpai.c index 4fa20535d18..0e9c99839a9 100644 --- a/src/mame/drivers/niyanpai.c +++ b/src/mame/drivers/niyanpai.c @@ -37,7 +37,7 @@ Memo: #include "cpu/m68000/m68000.h" #include "machine/m68kfmly.h" #include "machine/z80ctc.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/dac.h" #include "sound/3812intf.h" #include "cpu/z80/z80daisy.h" diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c index 22c00f3ca26..6009684af06 100644 --- a/src/mame/drivers/norautp.c +++ b/src/mame/drivers/norautp.c @@ -533,7 +533,7 @@ #include "cpu/z80/z80.h" #include "cpu/i8085/i8085.h" #include "machine/i8255a.h" -#include "norautp.h" +#include "includes/norautp.h" #include "noraut11.lh" #include "noraut12.lh" diff --git a/src/mame/drivers/nova2001.c b/src/mame/drivers/nova2001.c index 5494d916826..2b76156a073 100644 --- a/src/mame/drivers/nova2001.c +++ b/src/mame/drivers/nova2001.c @@ -121,7 +121,7 @@ e000 - e7ff R/W Work RAM #include "cpu/z80/z80.h" #include "deprecat.h" #include "sound/ay8910.h" -#include "nova2001.h" +#include "includes/nova2001.h" #define MAIN_CLOCK XTAL_12MHz diff --git a/src/mame/drivers/offtwall.c b/src/mame/drivers/offtwall.c index dad33a4087c..b08d489b8d4 100644 --- a/src/mame/drivers/offtwall.c +++ b/src/mame/drivers/offtwall.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" -#include "offtwall.h" +#include "includes/offtwall.h" diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c index aee35d11ab6..450f235e649 100644 --- a/src/mame/drivers/opwolf.c +++ b/src/mame/drivers/opwolf.c @@ -277,7 +277,7 @@ register. So what is controlling priority. #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "video/taitoic.h" #include "audio/taitosnd.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/orbit.c b/src/mame/drivers/orbit.c index b4bcd8a8eec..75953200ffa 100644 --- a/src/mame/drivers/orbit.c +++ b/src/mame/drivers/orbit.c @@ -19,7 +19,7 @@ Atari Orbit Driver #include "driver.h" #include "cpu/m6800/m6800.h" -#include "orbit.h" +#include "includes/orbit.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/othunder.c b/src/mame/drivers/othunder.c index 35c6c2171cc..5c269e8a495 100644 --- a/src/mame/drivers/othunder.c +++ b/src/mame/drivers/othunder.c @@ -232,7 +232,7 @@ TODO: #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "machine/eeprom.h" #include "video/taitoic.h" diff --git a/src/mame/drivers/pacman.c b/src/mame/drivers/pacman.c index bed38ba5aaa..af0540b09a2 100644 --- a/src/mame/drivers/pacman.c +++ b/src/mame/drivers/pacman.c @@ -339,7 +339,7 @@ Boards: #include "driver.h" #include "cpu/z80/z80.h" #include "deprecat.h" -#include "pacman.h" +#include "includes/pacman.h" #include "cpu/s2650/s2650.h" #include "sound/namco.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/pandoras.c b/src/mame/drivers/pandoras.c index 2f9d5c70b20..999b899d9f3 100644 --- a/src/mame/drivers/pandoras.c +++ b/src/mame/drivers/pandoras.c @@ -27,8 +27,8 @@ Boards: #include "cpu/mcs48/mcs48.h" #include "sound/ay8910.h" #include "sound/dac.h" -#include "konamipt.h" -#include "pandoras.h" +#include "includes/konamipt.h" +#include "includes/pandoras.h" #define MASTER_CLOCK XTAL_18_432MHz diff --git a/src/mame/drivers/paradise.c b/src/mame/drivers/paradise.c index 403865d70fe..d8a8df81cdf 100644 --- a/src/mame/drivers/paradise.c +++ b/src/mame/drivers/paradise.c @@ -32,7 +32,7 @@ paradise: I'm not sure it's working correctly: #include "driver.h" #include "cpu/z80/z80.h" #include "deprecat.h" -#include "paradise.h" +#include "includes/paradise.h" #include "sound/okim6295.h" /*************************************************************************** diff --git a/src/mame/drivers/pastelg.c b/src/mame/drivers/pastelg.c index 613a5369b04..950901ebcce 100644 --- a/src/mame/drivers/pastelg.c +++ b/src/mame/drivers/pastelg.c @@ -22,7 +22,7 @@ Memo: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "sound/ay8910.h" #include "sound/dac.h" diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c index bfbea0bdcc9..7c9928597ac 100644 --- a/src/mame/drivers/pengo.c +++ b/src/mame/drivers/pengo.c @@ -64,7 +64,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "machine/segacrpt.h" -#include "pacman.h" +#include "includes/pacman.h" #include "sound/namco.h" diff --git a/src/mame/drivers/phoenix.c b/src/mame/drivers/phoenix.c index 16554a45cbe..6643bd0bff9 100644 --- a/src/mame/drivers/phoenix.c +++ b/src/mame/drivers/phoenix.c @@ -34,7 +34,7 @@ Pleiads: #include "sound/tms36xx.h" #include "cpu/i8085/i8085.h" #include "sound/ay8910.h" -#include "phoenix.h" +#include "includes/phoenix.h" static ADDRESS_MAP_START( phoenix_memory_map, ADDRESS_SPACE_PROGRAM, 8 ) diff --git a/src/mame/drivers/pktgaldx.c b/src/mame/drivers/pktgaldx.c index 52408b1a1fb..ca172350fba 100644 --- a/src/mame/drivers/pktgaldx.c +++ b/src/mame/drivers/pktgaldx.c @@ -54,9 +54,9 @@ bootleg todo: #include "driver.h" #include "cpu/m68000/m68000.h" -#include "decocrpt.h" -#include "decoprot.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" +#include "includes/deco16ic.h" #include "sound/okim6295.h" VIDEO_START(pktgaldx); diff --git a/src/mame/drivers/polepos.c b/src/mame/drivers/polepos.c index 693803c0ebb..7269b0203c4 100644 --- a/src/mame/drivers/polepos.c +++ b/src/mame/drivers/polepos.c @@ -228,7 +228,7 @@ Todo: #include "sound/samples.h" #include "audio/namco52.h" #include "audio/namco54.h" -#include "polepos.h" +#include "includes/polepos.h" #include "sound/tms5220.h" #include "polepos.lh" diff --git a/src/mame/drivers/policetr.c b/src/mame/drivers/policetr.c index 701c95fd7c8..a8c64b5e7eb 100644 --- a/src/mame/drivers/policetr.c +++ b/src/mame/drivers/policetr.c @@ -86,7 +86,7 @@ PC5380-9651 5380-JY3306A 5380-N1045503A #include "driver.h" #include "cpu/mips/r3000.h" #include "machine/eeprom.h" -#include "policetr.h" +#include "includes/policetr.h" #include "sound/bsmt2000.h" diff --git a/src/mame/drivers/poolshrk.c b/src/mame/drivers/poolshrk.c index 693ca773f77..9d90f8c3f4b 100644 --- a/src/mame/drivers/poolshrk.c +++ b/src/mame/drivers/poolshrk.c @@ -6,7 +6,7 @@ Atari Poolshark Driver #include "driver.h" #include "cpu/m6800/m6800.h" -#include "poolshrk.h" +#include "includes/poolshrk.h" #include "sound/discrete.h" diff --git a/src/mame/drivers/popper.c b/src/mame/drivers/popper.c index 52805c34c96..96c2fc86782 100644 --- a/src/mame/drivers/popper.c +++ b/src/mame/drivers/popper.c @@ -85,7 +85,7 @@ Notes: #include "cpu/z80/z80.h" #include "deprecat.h" #include "sound/ay8910.h" -#include "popper.h" +#include "includes/popper.h" /************************************* diff --git a/src/mame/drivers/psikyosh.c b/src/mame/drivers/psikyosh.c index ae8d4b46341..b88c6cf016b 100644 --- a/src/mame/drivers/psikyosh.c +++ b/src/mame/drivers/psikyosh.c @@ -275,7 +275,7 @@ Notes: #include "machine/eeprom.h" #include "sound/ymf278b.h" -#include "psikyosh.h" +#include "includes/psikyosh.h" #define ROMTEST 1 /* Does necessary stuff to perform rom test, uses RAM as it doesn't dispose of GFX after decoding */ diff --git a/src/mame/drivers/qix.c b/src/mame/drivers/qix.c index 53b03df931c..33f55a62fee 100644 --- a/src/mame/drivers/qix.c +++ b/src/mame/drivers/qix.c @@ -224,7 +224,7 @@ Interrupts: #include "driver.h" #include "cpu/m6805/m6805.h" #include "rendlay.h" -#include "qix.h" +#include "includes/qix.h" #include "cpu/m6809/m6809.h" #include "elecyoyo.lh" diff --git a/src/mame/drivers/rainbow.c b/src/mame/drivers/rainbow.c index c7646416773..a94a1499fb0 100644 --- a/src/mame/drivers/rainbow.c +++ b/src/mame/drivers/rainbow.c @@ -320,7 +320,7 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "video/taitoic.h" #include "audio/taitosnd.h" #include "sound/2203intf.h" diff --git a/src/mame/drivers/rampart.c b/src/mame/drivers/rampart.c index 1d5287a1c34..98513bdfdf8 100644 --- a/src/mame/drivers/rampart.c +++ b/src/mame/drivers/rampart.c @@ -24,7 +24,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" -#include "rampart.h" +#include "includes/rampart.h" #include "sound/okim6295.h" #include "sound/2413intf.h" diff --git a/src/mame/drivers/rastan.c b/src/mame/drivers/rastan.c index 3e9597f51eb..0479fe84cc7 100644 --- a/src/mame/drivers/rastan.c +++ b/src/mame/drivers/rastan.c @@ -159,7 +159,7 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "video/taitoic.h" #include "audio/taitosnd.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/realbrk.c b/src/mame/drivers/realbrk.c index 119e689b074..3ae898adfff 100644 --- a/src/mame/drivers/realbrk.c +++ b/src/mame/drivers/realbrk.c @@ -45,7 +45,7 @@ To Do: #include "cpu/m68000/m68000.h" #include "deprecat.h" #include "machine/tmp68301.h" -#include "realbrk.h" +#include "includes/realbrk.h" #include "sound/2413intf.h" #include "sound/ymz280b.h" diff --git a/src/mame/drivers/redalert.c b/src/mame/drivers/redalert.c index 20459f37215..2fa6388f856 100644 --- a/src/mame/drivers/redalert.c +++ b/src/mame/drivers/redalert.c @@ -93,7 +93,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "redalert.h" +#include "includes/redalert.h" #define MAIN_PCB_CLOCK (XTAL_12_5MHz) diff --git a/src/mame/drivers/relief.c b/src/mame/drivers/relief.c index 2b45da979a4..806c7314f83 100644 --- a/src/mame/drivers/relief.c +++ b/src/mame/drivers/relief.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" -#include "relief.h" +#include "includes/relief.h" #include "sound/okim6295.h" #include "sound/2413intf.h" diff --git a/src/mame/drivers/rohga.c b/src/mame/drivers/rohga.c index 4277ad9ed92..da8c232cdf6 100644 --- a/src/mame/drivers/rohga.c +++ b/src/mame/drivers/rohga.c @@ -107,9 +107,9 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/h6280/h6280.h" -#include "decocrpt.h" -#include "decoprot.h" -#include "deco16ic.h" +#include "includes/decocrpt.h" +#include "includes/decoprot.h" +#include "includes/deco16ic.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/scobra.c b/src/mame/drivers/scobra.c index 6003cf70439..5a124dfa57a 100644 --- a/src/mame/drivers/scobra.c +++ b/src/mame/drivers/scobra.c @@ -36,7 +36,7 @@ Notes/Tidbits: #include "cpu/z80/z80.h" #include "machine/8255ppi.h" #include "machine/7474.h" -#include "galaxold.h" +#include "includes/galaxold.h" #include "sound/ay8910.h" static const gfx_layout scobra_charlayout = diff --git a/src/mame/drivers/scotrsht.c b/src/mame/drivers/scotrsht.c index 0253e092c1f..a05a533f372 100644 --- a/src/mame/drivers/scotrsht.c +++ b/src/mame/drivers/scotrsht.c @@ -36,7 +36,7 @@ Stephh's notes (based on the game M6502 code and some tests) : #include "cpu/z80/z80.h" #include "cpu/m6809/m6809.h" #include "sound/2203intf.h" -#include "konamipt.h" +#include "includes/konamipt.h" extern UINT8 *scotrsht_scroll; diff --git a/src/mame/drivers/scramble.c b/src/mame/drivers/scramble.c index 62f9bd9386e..5e9e977bbd1 100644 --- a/src/mame/drivers/scramble.c +++ b/src/mame/drivers/scramble.c @@ -33,7 +33,7 @@ Notes: #include "sound/flt_rc.h" #include "machine/7474.h" #include "machine/8255ppi.h" -#include "galaxold.h" +#include "includes/galaxold.h" diff --git a/src/mame/drivers/segag80r.c b/src/mame/drivers/segag80r.c index 740ddc2bed9..21457c7d12f 100644 --- a/src/mame/drivers/segag80r.c +++ b/src/mame/drivers/segag80r.c @@ -110,7 +110,7 @@ #include "machine/8255ppi.h" #include "machine/segacrpt.h" #include "audio/segasnd.h" -#include "segag80r.h" +#include "includes/segag80r.h" #include "sound/dac.h" #include "sound/sn76496.h" #include "sound/samples.h" diff --git a/src/mame/drivers/segag80v.c b/src/mame/drivers/segag80v.c index f50c38eb040..1ca274a8edb 100644 --- a/src/mame/drivers/segag80v.c +++ b/src/mame/drivers/segag80v.c @@ -139,7 +139,7 @@ #include "audio/segasnd.h" #include "video/vector.h" #include "includes/segag80r.h" -#include "segag80v.h" +#include "includes/segag80v.h" /************************************* diff --git a/src/mame/drivers/segahang.c b/src/mame/drivers/segahang.c index 2fcb90bf2bf..73a38b77679 100644 --- a/src/mame/drivers/segahang.c +++ b/src/mame/drivers/segahang.c @@ -17,7 +17,7 @@ #include "cpu/z80/z80.h" #include "cpu/mcs51/mcs51.h" #include "deprecat.h" -#include "system16.h" +#include "includes/system16.h" #include "machine/segaic16.h" #include "machine/fd1089.h" #include "machine/8255ppi.h" diff --git a/src/mame/drivers/segaorun.c b/src/mame/drivers/segaorun.c index dd3fe70b591..783b8a66f65 100644 --- a/src/mame/drivers/segaorun.c +++ b/src/mame/drivers/segaorun.c @@ -270,7 +270,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" -#include "system16.h" +#include "includes/system16.h" #include "machine/fd1089.h" #include "machine/segaic16.h" #include "machine/8255ppi.h" diff --git a/src/mame/drivers/segas16a.c b/src/mame/drivers/segas16a.c index e399f552efd..db13767e0ec 100644 --- a/src/mame/drivers/segas16a.c +++ b/src/mame/drivers/segas16a.c @@ -147,7 +147,7 @@ Tetris - - - - EPR12169 EPR12170 - #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/mcs51/mcs51.h" -#include "system16.h" +#include "includes/system16.h" #include "machine/8255ppi.h" #include "machine/fd1089.h" #include "machine/i8243.h" diff --git a/src/mame/drivers/segas16b.c b/src/mame/drivers/segas16b.c index 586be5674f6..de79ecfb84f 100644 --- a/src/mame/drivers/segas16b.c +++ b/src/mame/drivers/segas16b.c @@ -871,7 +871,7 @@ CPU - 317-0092 |-------------------------------------------------------------- #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/mcs51/mcs51.h" -#include "system16.h" +#include "includes/system16.h" #include "machine/segaic16.h" #include "machine/fd1089.h" #include "machine/fd1094.h" diff --git a/src/mame/drivers/segas18.c b/src/mame/drivers/segas18.c index 9bdc29423d0..06bcf462fd8 100644 --- a/src/mame/drivers/segas18.c +++ b/src/mame/drivers/segas18.c @@ -33,8 +33,8 @@ #include "cpu/mcs51/mcs51.h" #include "deprecat.h" #include "machine/segaic16.h" -#include "system16.h" -#include "genesis.h" +#include "includes/system16.h" +#include "includes/genesis.h" #include "sound/2612intf.h" #include "sound/rf5c68.h" diff --git a/src/mame/drivers/segas32.c b/src/mame/drivers/segas32.c index eb06cd2896a..1d17bdefdeb 100644 --- a/src/mame/drivers/segas32.c +++ b/src/mame/drivers/segas32.c @@ -319,7 +319,7 @@ MIB.42 #include "cpu/v60/v60.h" #include "cpu/nec/nec.h" #include "rendlay.h" -#include "segas32.h" +#include "includes/segas32.h" #include "machine/eeprom.h" #include "sound/2612intf.h" #include "sound/rf5c68.h" diff --git a/src/mame/drivers/segaxbd.c b/src/mame/drivers/segaxbd.c index 83a418e1ccd..5598825305d 100644 --- a/src/mame/drivers/segaxbd.c +++ b/src/mame/drivers/segaxbd.c @@ -233,7 +233,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" -#include "system16.h" +#include "includes/system16.h" #include "cpu/m68000/m68000.h" #include "machine/segaic16.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/segaybd.c b/src/mame/drivers/segaybd.c index 25f2ecd8229..7cbec70edc9 100644 --- a/src/mame/drivers/segaybd.c +++ b/src/mame/drivers/segaybd.c @@ -24,7 +24,7 @@ Known games currently not dumped: #include "driver.h" #include "cpu/z80/z80.h" -#include "system16.h" +#include "includes/system16.h" #include "cpu/m68000/m68000.h" #include "machine/segaic16.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/seta.c b/src/mame/drivers/seta.c index 00f90b2ca8d..556e6905ba6 100644 --- a/src/mame/drivers/seta.c +++ b/src/mame/drivers/seta.c @@ -1301,7 +1301,7 @@ Note: on screen copyright is (c)1998 Coinmaster. #include "cpu/m68000/m68000.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "seta.h" +#include "includes/seta.h" #include "machine/6821pia.h" #include "machine/6850acia.h" #include "machine/msm6242.h" diff --git a/src/mame/drivers/seta2.c b/src/mame/drivers/seta2.c index 32987def741..d9b1a88366b 100644 --- a/src/mame/drivers/seta2.c +++ b/src/mame/drivers/seta2.c @@ -535,7 +535,7 @@ The same H8/3007 code "FC21 IOPR-0" at U49 is used for FUNCUBE 2,3,4 & 5 #include "cpu/h83002/h8.h" #include "machine/eeprom.h" #include "sound/x1_010.h" -#include "seta.h" +#include "includes/seta.h" /*************************************************************************** diff --git a/src/mame/drivers/shuuz.c b/src/mame/drivers/shuuz.c index c7a313e11ba..aaf50fb343d 100644 --- a/src/mame/drivers/shuuz.c +++ b/src/mame/drivers/shuuz.c @@ -19,7 +19,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" -#include "shuuz.h" +#include "includes/shuuz.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/simpl156.c b/src/mame/drivers/simpl156.c index 4ec330906d4..97a33fa4047 100644 --- a/src/mame/drivers/simpl156.c +++ b/src/mame/drivers/simpl156.c @@ -89,12 +89,12 @@ Are the OKI M6295 clocks from Heavy Smash are correct at least for the Mitchell */ #include "driver.h" -#include "decocrpt.h" -#include "deco32.h" +#include "includes/decocrpt.h" +#include "includes/deco32.h" #include "cpu/arm/arm.h" #include "machine/eeprom.h" #include "sound/okim6295.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static UINT32 *simpl156_systemram; static const UINT8 *simpl156_default_eeprom; diff --git a/src/mame/drivers/skullxbo.c b/src/mame/drivers/skullxbo.c index 4308615a88f..99c3d9a3909 100644 --- a/src/mame/drivers/skullxbo.c +++ b/src/mame/drivers/skullxbo.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" -#include "skullxbo.h" +#include "includes/skullxbo.h" diff --git a/src/mame/drivers/skydiver.c b/src/mame/drivers/skydiver.c index 5f469d22529..2cdf1b272b5 100644 --- a/src/mame/drivers/skydiver.c +++ b/src/mame/drivers/skydiver.c @@ -89,7 +89,7 @@ #include "driver.h" #include "cpu/m6800/m6800.h" #include "deprecat.h" -#include "skydiver.h" +#include "includes/skydiver.h" #include "sound/discrete.h" #define MASTER_CLOCK (XTAL_12_096MHz) diff --git a/src/mame/drivers/skyraid.c b/src/mame/drivers/skyraid.c index dc2bb3af0e7..a34c3a5b29b 100644 --- a/src/mame/drivers/skyraid.c +++ b/src/mame/drivers/skyraid.c @@ -6,7 +6,7 @@ Atari Sky Raider driver #include "driver.h" #include "cpu/m6502/m6502.h" -#include "skyraid.h" +#include "includes/skyraid.h" extern UINT8* skyraid_alpha_num_ram; extern UINT8* skyraid_pos_ram; diff --git a/src/mame/drivers/snk.c b/src/mame/drivers/snk.c index bf94ecea723..40cdb4a830f 100644 --- a/src/mame/drivers/snk.c +++ b/src/mame/drivers/snk.c @@ -260,7 +260,7 @@ TODO: #include "driver.h" #include "cpu/z80/z80.h" -#include "snk.h" +#include "includes/snk.h" #include "sound/snkwave.h" #include "sound/ay8910.h" #include "sound/3526intf.h" diff --git a/src/mame/drivers/snk6502.c b/src/mame/drivers/snk6502.c index 2ba163176d2..00181defea6 100644 --- a/src/mame/drivers/snk6502.c +++ b/src/mame/drivers/snk6502.c @@ -268,7 +268,7 @@ Stephh's notes (based on the games M6502 code and some tests) : #include "video/mc6845.h" #include "sound/sn76477.h" #include "sound/samples.h" -#include "snk6502.h" +#include "includes/snk6502.h" #define MASTER_CLOCK XTAL_11_289MHz diff --git a/src/mame/drivers/spacefb.c b/src/mame/drivers/spacefb.c index 8a28c9cfb33..f2fc22156e6 100644 --- a/src/mame/drivers/spacefb.c +++ b/src/mame/drivers/spacefb.c @@ -106,7 +106,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "spacefb.h" +#include "includes/spacefb.h" #include "cpu/mcs48/mcs48.h" #include "sound/dac.h" diff --git a/src/mame/drivers/speglsht.c b/src/mame/drivers/speglsht.c index 26b2fb28760..d57dbafca57 100644 --- a/src/mame/drivers/speglsht.c +++ b/src/mame/drivers/speglsht.c @@ -107,7 +107,7 @@ Notes: #include "cpu/z80/z80.h" #include "cpu/mips/r3000.h" #include "sound/st0016.h" -#include "st0016.h" +#include "includes/st0016.h" READ8_HANDLER(st0016_dma_r); static UINT8 *shared; diff --git a/src/mame/drivers/spiders.c b/src/mame/drivers/spiders.c index b0cb640ac77..95a184fa1b1 100644 --- a/src/mame/drivers/spiders.c +++ b/src/mame/drivers/spiders.c @@ -194,7 +194,7 @@ #include "video/mc6845.h" #include "machine/6821pia.h" #include "machine/74123.h" -#include "spiders.h" +#include "includes/spiders.h" #define MAIN_CPU_MASTER_CLOCK (11200000) diff --git a/src/mame/drivers/sprint2.c b/src/mame/drivers/sprint2.c index 699fbe09502..88d33b5473f 100644 --- a/src/mame/drivers/sprint2.c +++ b/src/mame/drivers/sprint2.c @@ -19,7 +19,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "sprint2.h" +#include "includes/sprint2.h" #include "sound/discrete.h" #define GAME_IS_SPRINT1 (game == 1) diff --git a/src/mame/drivers/spy.c b/src/mame/drivers/spy.c index fb86c8f285a..b19abf08f4a 100644 --- a/src/mame/drivers/spy.c +++ b/src/mame/drivers/spy.c @@ -23,7 +23,7 @@ Revisions: #include "video/konicdev.h" #include "sound/3812intf.h" #include "sound/k007232.h" -#include "konamipt.h" +#include "includes/konamipt.h" VIDEO_START( spy ); VIDEO_UPDATE( spy ); diff --git a/src/mame/drivers/srmp5.c b/src/mame/drivers/srmp5.c index 84e5cf133f2..8c9f8ff637e 100644 --- a/src/mame/drivers/srmp5.c +++ b/src/mame/drivers/srmp5.c @@ -39,7 +39,7 @@ This is not a bug (real machine behaves the same). #include "cpu/z80/z80.h" #include "cpu/mips/r3000.h" #include "sound/st0016.h" -#include "st0016.h" +#include "includes/st0016.h" #define DEBUG_CHAR static UINT32 databank; diff --git a/src/mame/drivers/ssv.c b/src/mame/drivers/ssv.c index 16a56474b2e..71216f3bfbc 100644 --- a/src/mame/drivers/ssv.c +++ b/src/mame/drivers/ssv.c @@ -185,7 +185,7 @@ Notes: #include "deprecat.h" #include "machine/eeprom.h" #include "sound/es5506.h" -#include "seta.h" +#include "includes/seta.h" /*************************************************************************** diff --git a/src/mame/drivers/st0016.c b/src/mame/drivers/st0016.c index 5ff09751a68..613cf919d69 100644 --- a/src/mame/drivers/st0016.c +++ b/src/mame/drivers/st0016.c @@ -14,7 +14,7 @@ Dips verified for Neratte Chu (nratechu) from manual #include "deprecat.h" #include "cpu/z80/z80.h" #include "sound/st0016.h" -#include "st0016.h" +#include "includes/st0016.h" diff --git a/src/mame/drivers/stactics.c b/src/mame/drivers/stactics.c index 4dab7c43780..8a9eeffff74 100644 --- a/src/mame/drivers/stactics.c +++ b/src/mame/drivers/stactics.c @@ -42,7 +42,7 @@ Verify Color PROM resistor values (Last 8 colors) #include "driver.h" #include "cpu/i8085/i8085.h" -#include "stactics.h" +#include "includes/stactics.h" #include "stactics.lh" diff --git a/src/mame/drivers/starwars.c b/src/mame/drivers/starwars.c index 301a727aa7b..b83bfdce72e 100644 --- a/src/mame/drivers/starwars.c +++ b/src/mame/drivers/starwars.c @@ -28,8 +28,8 @@ #include "video/avgdvg.h" #include "sound/tms5220.h" #include "sound/pokey.h" -#include "starwars.h" -#include "slapstic.h" +#include "includes/starwars.h" +#include "includes/slapstic.h" #define MASTER_CLOCK (12096000) #define CLOCK_3KHZ (MASTER_CLOCK / 4096) diff --git a/src/mame/drivers/subs.c b/src/mame/drivers/subs.c index ad6e9676ef5..41b8a226f61 100644 --- a/src/mame/drivers/subs.c +++ b/src/mame/drivers/subs.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "subs.h" +#include "includes/subs.h" #include "sound/discrete.h" #include "rendlay.h" diff --git a/src/mame/drivers/supbtime.c b/src/mame/drivers/supbtime.c index d041075804f..bcbb0a4e77e 100644 --- a/src/mame/drivers/supbtime.c +++ b/src/mame/drivers/supbtime.c @@ -25,7 +25,7 @@ down hardware (it doesn't write any good sound data btw, mostly zeros). #include "cpu/h6280/h6280.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" VIDEO_START( supbtime ); VIDEO_UPDATE( supbtime ); diff --git a/src/mame/drivers/suprridr.c b/src/mame/drivers/suprridr.c index ee298524f8d..3c586abbc16 100644 --- a/src/mame/drivers/suprridr.c +++ b/src/mame/drivers/suprridr.c @@ -81,7 +81,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "suprridr.h" +#include "includes/suprridr.h" #include "sound/ay8910.h" static UINT8 nmi_enable; diff --git a/src/mame/drivers/system16.c b/src/mame/drivers/system16.c index 84a0ee89c7c..0b2c2a5ab7b 100644 --- a/src/mame/drivers/system16.c +++ b/src/mame/drivers/system16.c @@ -88,7 +88,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "system16.h" +#include "includes/system16.h" #include "cpu/m68000/m68000.h" #include "sound/msm5205.h" #include "sound/2151intf.h" diff --git a/src/mame/drivers/taito_b.c b/src/mame/drivers/taito_b.c index e3725d1e227..2d6082bf30b 100644 --- a/src/mame/drivers/taito_b.c +++ b/src/mame/drivers/taito_b.c @@ -169,7 +169,7 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" #include "machine/eepromdev.h" diff --git a/src/mame/drivers/taito_f2.c b/src/mame/drivers/taito_f2.c index 24a2c6caeab..26588e1404f 100644 --- a/src/mame/drivers/taito_f2.c +++ b/src/mame/drivers/taito_f2.c @@ -294,11 +294,11 @@ Notes: #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" #include "audio/taitosnd.h" -#include "taito_f2.h" +#include "includes/taito_f2.h" #include "sound/2203intf.h" #include "sound/2610intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/taito_f3.c b/src/mame/drivers/taito_f3.c index 807ed6688ba..ae5f6f03007 100644 --- a/src/mame/drivers/taito_f3.c +++ b/src/mame/drivers/taito_f3.c @@ -38,7 +38,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "machine/eepromdev.h" -#include "taito_f3.h" +#include "includes/taito_f3.h" #include "sound/es5506.h" #include "audio/taito_en.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/taito_h.c b/src/mame/drivers/taito_h.c index 8d97b1fe8e9..5c069cb2300 100644 --- a/src/mame/drivers/taito_h.c +++ b/src/mame/drivers/taito_h.c @@ -143,7 +143,7 @@ some kind of zoom table? #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "audio/taitosnd.h" #include "video/taitoic.h" #include "sound/2610intf.h" diff --git a/src/mame/drivers/taito_l.c b/src/mame/drivers/taito_l.c index 1334165e439..420c5be423c 100644 --- a/src/mame/drivers/taito_l.c +++ b/src/mame/drivers/taito_l.c @@ -52,7 +52,7 @@ puzznici note #include "driver.h" #include "deprecat.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/z80/z80.h" #include "audio/taitosnd.h" #include "sound/2203intf.h" diff --git a/src/mame/drivers/taito_x.c b/src/mame/drivers/taito_x.c index dfdb6c76056..bd38b5e6166 100644 --- a/src/mame/drivers/taito_x.c +++ b/src/mame/drivers/taito_x.c @@ -313,9 +313,9 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "audio/taitosnd.h" -#include "seta.h" +#include "includes/seta.h" #include "sound/2610intf.h" #include "sound/2151intf.h" #include "includes/cchip.h" diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c index 0ccd98f9cd0..414ff86e7ff 100644 --- a/src/mame/drivers/taito_z.c +++ b/src/mame/drivers/taito_z.c @@ -877,7 +877,7 @@ J1100256A VIDEO PCB #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "machine/eepromdev.h" #include "video/taitoic.h" diff --git a/src/mame/drivers/taitoair.c b/src/mame/drivers/taitoair.c index e4d33fe9870..99359548582 100644 --- a/src/mame/drivers/taitoair.c +++ b/src/mame/drivers/taitoair.c @@ -218,7 +218,7 @@ cpu #2 (PC=0000060E): unmapped memory word read from 0000683A & FFFF #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "audio/taitosnd.h" #include "video/taitoic.h" #include "cpu/tms32025/tms32025.h" diff --git a/src/mame/drivers/taitojc.c b/src/mame/drivers/taitojc.c index a09b95a4b65..5486aac5a01 100644 --- a/src/mame/drivers/taitojc.c +++ b/src/mame/drivers/taitojc.c @@ -352,7 +352,7 @@ Notes: #include "driver.h" #include "cpu/tms32051/tms32051.h" #include "cpu/m68000/m68000.h" -#include "taito_f3.h" +#include "includes/taito_f3.h" #include "cpu/mc68hc11/mc68hc11.h" #include "sound/es5506.h" #include "machine/eepromdev.h" diff --git a/src/mame/drivers/tank8.c b/src/mame/drivers/tank8.c index 112e4d3ef61..e5a93fd3c19 100644 --- a/src/mame/drivers/tank8.c +++ b/src/mame/drivers/tank8.c @@ -6,7 +6,7 @@ Atari Tank 8 driver #include "driver.h" #include "cpu/m6800/m6800.h" -#include "tank8.h" +#include "includes/tank8.h" #include "sound/discrete.h" static int collision_index; diff --git a/src/mame/drivers/tatsumi.c b/src/mame/drivers/tatsumi.c index 1b23355a07c..c1a7fda0d25 100644 --- a/src/mame/drivers/tatsumi.c +++ b/src/mame/drivers/tatsumi.c @@ -141,7 +141,7 @@ #include "cpu/z80/z80.h" #include "cpu/nec/nec.h" #include "cpu/m68000/m68000.h" -#include "tatsumi.h" +#include "includes/tatsumi.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/taxidrvr.c b/src/mame/drivers/taxidrvr.c index d62ddb7a765..5fecaa1d0a8 100644 --- a/src/mame/drivers/taxidrvr.c +++ b/src/mame/drivers/taxidrvr.c @@ -7,7 +7,7 @@ Taxi Driver (c) 1984 Graphic Techno #include "driver.h" #include "cpu/z80/z80.h" #include "machine/8255ppi.h" -#include "taxidrvr.h" +#include "includes/taxidrvr.h" #include "sound/ay8910.h" diff --git a/src/mame/drivers/tceptor.c b/src/mame/drivers/tceptor.c index 825e88c1470..7ae145919b1 100644 --- a/src/mame/drivers/tceptor.c +++ b/src/mame/drivers/tceptor.c @@ -11,7 +11,7 @@ #include "cpu/m6809/m6809.h" #include "cpu/m6800/m6800.h" #include "cpu/m68000/m68000.h" -#include "namcoic.h" +#include "includes/namcoic.h" #include "sound/dac.h" #include "sound/2151intf.h" #include "sound/namco.h" diff --git a/src/mame/drivers/tecmosys.c b/src/mame/drivers/tecmosys.c index 8a1978bf0b4..09497a1946a 100644 --- a/src/mame/drivers/tecmosys.c +++ b/src/mame/drivers/tecmosys.c @@ -184,7 +184,7 @@ ae500w07.ad1 - M6295 Samples (23c4001) #include "driver.h" #include "cpu/z80/z80.h" #include "machine/eeprom.h" -#include "tecmosys.h" +#include "includes/tecmosys.h" #include "cpu/m68000/m68000.h" #include "sound/okim6295.h" #include "sound/262intf.h" diff --git a/src/mame/drivers/thedeep.c b/src/mame/drivers/thedeep.c index adcfd9c098a..b6be8d7c718 100644 --- a/src/mame/drivers/thedeep.c +++ b/src/mame/drivers/thedeep.c @@ -28,7 +28,7 @@ Notes: #include "cpu/z80/z80.h" #include "cpu/m6502/m6502.h" #include "deprecat.h" -#include "thedeep.h" +#include "includes/thedeep.h" #include "sound/2203intf.h" /*************************************************************************** diff --git a/src/mame/drivers/thunderj.c b/src/mame/drivers/thunderj.c index 25bb01a2513..a5aed1d6589 100644 --- a/src/mame/drivers/thunderj.c +++ b/src/mame/drivers/thunderj.c @@ -21,7 +21,7 @@ #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" #include "audio/atarijsa.h" -#include "thunderj.h" +#include "includes/thunderj.h" diff --git a/src/mame/drivers/tnzs.c b/src/mame/drivers/tnzs.c index 758022ee719..716887855c4 100644 --- a/src/mame/drivers/tnzs.c +++ b/src/mame/drivers/tnzs.c @@ -621,7 +621,7 @@ Driver by Takahiro Nogi (nogi@kt.rim.or.jp) 1999/11/06 #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/mcs48/mcs48.h" #include "sound/2203intf.h" #include "sound/dac.h" diff --git a/src/mame/drivers/toaplan1.c b/src/mame/drivers/toaplan1.c index 2ca7d187c0b..cf800906177 100644 --- a/src/mame/drivers/toaplan1.c +++ b/src/mame/drivers/toaplan1.c @@ -65,7 +65,7 @@ To Do: #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/tms32010/tms32010.h" -#include "toaplan1.h" +#include "includes/toaplan1.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/toobin.c b/src/mame/drivers/toobin.c index 8d4ccc1fe33..c20d71bf7e1 100644 --- a/src/mame/drivers/toobin.c +++ b/src/mame/drivers/toobin.c @@ -21,7 +21,7 @@ #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" #include "audio/atarijsa.h" -#include "toobin.h" +#include "includes/toobin.h" #define MASTER_CLOCK XTAL_32MHz diff --git a/src/mame/drivers/topspeed.c b/src/mame/drivers/topspeed.c index 3d0549bbbf3..24f345edc14 100644 --- a/src/mame/drivers/topspeed.c +++ b/src/mame/drivers/topspeed.c @@ -231,7 +231,7 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" #include "audio/taitosnd.h" diff --git a/src/mame/drivers/tp84.c b/src/mame/drivers/tp84.c index 75db6d5e960..fc73cd8e8a6 100644 --- a/src/mame/drivers/tp84.c +++ b/src/mame/drivers/tp84.c @@ -69,7 +69,7 @@ C004 76489 #4 trigger #include "cpu/m6809/m6809.h" #include "sound/sn76496.h" #include "sound/flt_rc.h" -#include "konamipt.h" +#include "includes/konamipt.h" extern UINT8 *tp84_bg_videoram; extern UINT8 *tp84_bg_colorram; diff --git a/src/mame/drivers/triforce.c b/src/mame/drivers/triforce.c index dc91f850349..b83784f6d06 100644 --- a/src/mame/drivers/triforce.c +++ b/src/mame/drivers/triforce.c @@ -399,7 +399,7 @@ Notes: #include "driver.h" #include "cpu/powerpc/ppc.h" #include "video/generic.h" -#include "naomibd.h" +#include "includes/naomibd.h" static ADDRESS_MAP_START( gc_map, ADDRESS_SPACE_PROGRAM, 32 ) AM_RANGE(0x7fe00000, 0x7fffffff) AM_ROM AM_REGION("maincpu", 0) AM_SHARE("share2") /* Program ROM */ diff --git a/src/mame/drivers/triplhnt.c b/src/mame/drivers/triplhnt.c index 125938510c9..29d9ecaca9c 100644 --- a/src/mame/drivers/triplhnt.c +++ b/src/mame/drivers/triplhnt.c @@ -12,7 +12,7 @@ To Do: #include "driver.h" #include "cpu/m6800/m6800.h" -#include "triplhnt.h" +#include "includes/triplhnt.h" static UINT8 triplhnt_cmos[16]; static UINT8 triplhnt_da_latch; diff --git a/src/mame/drivers/trvquest.c b/src/mame/drivers/trvquest.c index 8687e3c49e2..0405ec42257 100644 --- a/src/mame/drivers/trvquest.c +++ b/src/mame/drivers/trvquest.c @@ -38,7 +38,7 @@ Notes: #include "cpu/m6809/m6809.h" #include "machine/6522via.h" #include "sound/ay8910.h" -#include "gameplan.h" +#include "includes/gameplan.h" static READ8_HANDLER( trvquest_question_r ) { diff --git a/src/mame/drivers/tubep.c b/src/mame/drivers/tubep.c index e22542f80d6..29f0a0785c2 100644 --- a/src/mame/drivers/tubep.c +++ b/src/mame/drivers/tubep.c @@ -105,7 +105,7 @@ TP-S.1 TP-S.2 TP-S.3 TP-B.1 8212 TP-B.2 TP-B.3 TP-B.4 #include "sound/ay8910.h" #include "sound/msm5205.h" -#include "tubep.h" +#include "includes/tubep.h" /* Global variables */ static UINT8 sound_latch; diff --git a/src/mame/drivers/tumbleb.c b/src/mame/drivers/tumbleb.c index d29605dcb44..4e11232aeae 100644 --- a/src/mame/drivers/tumbleb.c +++ b/src/mame/drivers/tumbleb.c @@ -312,7 +312,7 @@ Stephh's notes (based on the games M68000 code and some tests) : #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/h6280/h6280.h" -#include "decocrpt.h" +#include "includes/decocrpt.h" #include "sound/2151intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/tumblep.c b/src/mame/drivers/tumblep.c index 48093e31d4d..a8708427ac3 100644 --- a/src/mame/drivers/tumblep.c +++ b/src/mame/drivers/tumblep.c @@ -42,11 +42,11 @@ Stephh's notes (based on the games M68000 code and some tests) : #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/h6280/h6280.h" -#include "decocrpt.h" +#include "includes/decocrpt.h" #include "sound/2151intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" #define TUMBLEP_HACK 0 diff --git a/src/mame/drivers/turbo.c b/src/mame/drivers/turbo.c index 45a95d02b55..a858d73ec98 100644 --- a/src/mame/drivers/turbo.c +++ b/src/mame/drivers/turbo.c @@ -147,7 +147,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "machine/8255ppi.h" -#include "turbo.h" +#include "includes/turbo.h" #include "machine/segacrpt.h" #include "sound/samples.h" diff --git a/src/mame/drivers/twin16.c b/src/mame/drivers/twin16.c index 53ddbb4de6e..941bf6f4fde 100644 --- a/src/mame/drivers/twin16.c +++ b/src/mame/drivers/twin16.c @@ -50,7 +50,7 @@ Known Issues: #include "sound/k007232.h" #include "sound/upd7759.h" #include "includes/twin16.h" -#include "konamipt.h" +#include "includes/konamipt.h" UINT16 twin16_custom_video; UINT16 *twin16_gfx_rom; diff --git a/src/mame/drivers/twincobr.c b/src/mame/drivers/twincobr.c index 5fcc84a2169..2cab5646818 100644 --- a/src/mame/drivers/twincobr.c +++ b/src/mame/drivers/twincobr.c @@ -191,7 +191,7 @@ Shark Zame #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/tms32010/tms32010.h" -#include "twincobr.h" +#include "includes/twincobr.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/tx1.c b/src/mame/drivers/tx1.c index dbfdc6bc0b2..f27de22f898 100644 --- a/src/mame/drivers/tx1.c +++ b/src/mame/drivers/tx1.c @@ -44,7 +44,7 @@ #include "machine/8255ppi.h" #include "sound/ay8910.h" #include "rendlay.h" -#include "tx1.h" +#include "includes/tx1.h" #include "tx1.lh" #include "buggyboy.lh" diff --git a/src/mame/drivers/ultratnk.c b/src/mame/drivers/ultratnk.c index 6880205648e..511267d0542 100644 --- a/src/mame/drivers/ultratnk.c +++ b/src/mame/drivers/ultratnk.c @@ -6,7 +6,7 @@ Atari Ultra Tank driver #include "driver.h" #include "cpu/m6502/m6502.h" -#include "ultratnk.h" +#include "includes/ultratnk.h" #include "audio/sprint4.h" #define MASTER_CLOCK 12096000 diff --git a/src/mame/drivers/unico.c b/src/mame/drivers/unico.c index 30e702dacd5..473e263708f 100644 --- a/src/mame/drivers/unico.c +++ b/src/mame/drivers/unico.c @@ -25,7 +25,7 @@ Year + Game PCB Notes #include "driver.h" #include "cpu/m68000/m68000.h" #include "machine/eeprom.h" -#include "unico.h" +#include "includes/unico.h" #include "sound/2151intf.h" #include "sound/3812intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/vaportra.c b/src/mame/drivers/vaportra.c index 7144b4977f0..6326087dde0 100644 --- a/src/mame/drivers/vaportra.c +++ b/src/mame/drivers/vaportra.c @@ -14,7 +14,7 @@ #include "sound/2203intf.h" #include "sound/2151intf.h" #include "sound/okim6295.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" VIDEO_START( vaportra ); VIDEO_UPDATE( vaportra ); diff --git a/src/mame/drivers/vegaeo.c b/src/mame/drivers/vegaeo.c index 0452572a73d..6083225fca7 100644 --- a/src/mame/drivers/vegaeo.c +++ b/src/mame/drivers/vegaeo.c @@ -16,7 +16,7 @@ #include "cpu/e132xs/e132xs.h" #include "deprecat.h" #include "machine/at28c16.h" -#include "eolithsp.h" +#include "includes/eolithsp.h" static UINT32 *vega_vram; static UINT8 vega_vbuffer = 0; diff --git a/src/mame/drivers/vertigo.c b/src/mame/drivers/vertigo.c index b58fe014054..ebda3cefd69 100644 --- a/src/mame/drivers/vertigo.c +++ b/src/mame/drivers/vertigo.c @@ -13,8 +13,8 @@ #include "cpu/m6805/m6805.h" #include "cpu/m68000/m68000.h" #include "video/vector.h" -#include "vertigo.h" -#include "exidy440.h" +#include "includes/vertigo.h" +#include "includes/exidy440.h" #include "machine/74148.h" #include "machine/pit8253.h" diff --git a/src/mame/drivers/vicdual.c b/src/mame/drivers/vicdual.c index 50f592cfce3..26e958b256f 100644 --- a/src/mame/drivers/vicdual.c +++ b/src/mame/drivers/vicdual.c @@ -54,7 +54,7 @@ #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/i8085/i8085.h" -#include "vicdual.h" +#include "includes/vicdual.h" #include "depthch.lh" diff --git a/src/mame/drivers/victory.c b/src/mame/drivers/victory.c index 87c5cd9f5f1..1808000417a 100644 --- a/src/mame/drivers/victory.c +++ b/src/mame/drivers/victory.c @@ -96,8 +96,8 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "exidy.h" -#include "victory.h" +#include "includes/exidy.h" +#include "includes/victory.h" diff --git a/src/mame/drivers/videopin.c b/src/mame/drivers/videopin.c index aafd92b9937..cc129fde91b 100644 --- a/src/mame/drivers/videopin.c +++ b/src/mame/drivers/videopin.c @@ -12,7 +12,7 @@ #include "driver.h" #include "cpu/m6502/m6502.h" -#include "videopin.h" +#include "includes/videopin.h" #include "videopin.lh" #include "sound/discrete.h" diff --git a/src/mame/drivers/vindictr.c b/src/mame/drivers/vindictr.c index 5619c1232e4..96615379286 100644 --- a/src/mame/drivers/vindictr.c +++ b/src/mame/drivers/vindictr.c @@ -20,7 +20,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "audio/atarijsa.h" -#include "vindictr.h" +#include "includes/vindictr.h" diff --git a/src/mame/drivers/volfied.c b/src/mame/drivers/volfied.c index 845f8aec4ae..3b0e9de9dd6 100644 --- a/src/mame/drivers/volfied.c +++ b/src/mame/drivers/volfied.c @@ -50,7 +50,7 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "video/taitoic.h" #include "audio/taitosnd.h" #include "sound/2203intf.h" diff --git a/src/mame/drivers/wardner.c b/src/mame/drivers/wardner.c index 2458364ca52..35713853179 100644 --- a/src/mame/drivers/wardner.c +++ b/src/mame/drivers/wardner.c @@ -126,7 +126,7 @@ out: #include "driver.h" #include "cpu/z80/z80.h" #include "cpu/tms32010/tms32010.h" -#include "twincobr.h" +#include "includes/twincobr.h" #include "sound/3812intf.h" diff --git a/src/mame/drivers/warpwarp.c b/src/mame/drivers/warpwarp.c index 0e88732feb7..72cd57594ea 100644 --- a/src/mame/drivers/warpwarp.c +++ b/src/mame/drivers/warpwarp.c @@ -128,7 +128,7 @@ TODO: #include "driver.h" #include "cpu/i8085/i8085.h" -#include "warpwarp.h" +#include "includes/warpwarp.h" #include "geebee.lh" #include "sos.lh" diff --git a/src/mame/drivers/warriorb.c b/src/mame/drivers/warriorb.c index 806f38653c3..013b22e21b9 100644 --- a/src/mame/drivers/warriorb.c +++ b/src/mame/drivers/warriorb.c @@ -145,7 +145,7 @@ Colscroll effects? #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "rendlay.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" diff --git a/src/mame/drivers/wgp.c b/src/mame/drivers/wgp.c index a84306af053..5a7818e88dd 100644 --- a/src/mame/drivers/wgp.c +++ b/src/mame/drivers/wgp.c @@ -395,7 +395,7 @@ Stephh's notes (based on the game M68000 code and some tests) : #include "driver.h" #include "cpu/z80/z80.h" -#include "taitoipt.h" +#include "includes/taitoipt.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" #include "audio/taitosnd.h" diff --git a/src/mame/drivers/williams.c b/src/mame/drivers/williams.c index 81e013e2c60..b493ccacea4 100644 --- a/src/mame/drivers/williams.c +++ b/src/mame/drivers/williams.c @@ -499,7 +499,7 @@ #include "machine/6821pia.h" #include "machine/ticket.h" #include "audio/williams.h" -#include "williams.h" +#include "includes/williams.h" #define MASTER_CLOCK (12000000) diff --git a/src/mame/drivers/wwfwfest.c b/src/mame/drivers/wwfwfest.c index d62cbf4ea7a..a07280d289a 100644 --- a/src/mame/drivers/wwfwfest.c +++ b/src/mame/drivers/wwfwfest.c @@ -40,7 +40,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/z80/z80.h" -#include "wwfwfest.h" +#include "includes/wwfwfest.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/xybots.c b/src/mame/drivers/xybots.c index 2ddcf69b250..758f9ed51d9 100644 --- a/src/mame/drivers/xybots.c +++ b/src/mame/drivers/xybots.c @@ -21,7 +21,7 @@ #include "cpu/m68000/m68000.h" #include "machine/atarigen.h" #include "audio/atarijsa.h" -#include "xybots.h" +#include "includes/xybots.h" diff --git a/src/mame/drivers/yunsun16.c b/src/mame/drivers/yunsun16.c index 5202cfc61ab..e9dfa4bd7a5 100644 --- a/src/mame/drivers/yunsun16.c +++ b/src/mame/drivers/yunsun16.c @@ -86,7 +86,7 @@ Stephh's notes (based on the games M68000 code and some tests) : ***************************************************************************/ #include "driver.h" -#include "yunsun16.h" +#include "includes/yunsun16.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "sound/okim6295.h" diff --git a/src/mame/drivers/zerozone.c b/src/mame/drivers/zerozone.c index bf9a61079a1..0846fad00e8 100644 --- a/src/mame/drivers/zerozone.c +++ b/src/mame/drivers/zerozone.c @@ -28,7 +28,7 @@ *********************************************************************************/ #include "driver.h" -#include "zerozone.h" +#include "includes/zerozone.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "sound/okim6295.h" diff --git a/src/mame/machine/arkanoid.c b/src/mame/machine/arkanoid.c index 8614357c79a..ac2cbfed4b9 100644 --- a/src/mame/machine/arkanoid.c +++ b/src/mame/machine/arkanoid.c @@ -8,7 +8,7 @@ ***************************************************************************/ #include "driver.h" -#include "arkanoid.h" +#include "includes/arkanoid.h" /* To log specific reads and writes of the bootlegs */ diff --git a/src/mame/machine/asteroid.c b/src/mame/machine/asteroid.c index 5141502baff..cf6636b6228 100644 --- a/src/mame/machine/asteroid.c +++ b/src/mame/machine/asteroid.c @@ -10,7 +10,7 @@ #include "driver.h" #include "machine/atari_vg.h" #include "video/avgdvg.h" -#include "asteroid.h" +#include "includes/asteroid.h" UINT8 *asteroid_ram1, *asteroid_ram2; diff --git a/src/mame/machine/atarifb.c b/src/mame/machine/atarifb.c index 92b4263b43e..e2da2900241 100644 --- a/src/mame/machine/atarifb.c +++ b/src/mame/machine/atarifb.c @@ -6,7 +6,7 @@ #include "driver.h" #include "deprecat.h" -#include "atarifb.h" +#include "includes/atarifb.h" #include "sound/discrete.h" diff --git a/src/mame/machine/atarigen.c b/src/mame/machine/atarigen.c index 5191644d9c1..22660ac2c46 100644 --- a/src/mame/machine/atarigen.c +++ b/src/mame/machine/atarigen.c @@ -14,7 +14,7 @@ #include "sound/tms5220.h" #include "sound/okim6295.h" #include "sound/pokey.h" -#include "slapstic.h" +#include "includes/slapstic.h" #include "atarigen.h" diff --git a/src/mame/machine/balsente.c b/src/mame/machine/balsente.c index 3f9ab065c82..0e707081932 100644 --- a/src/mame/machine/balsente.c +++ b/src/mame/machine/balsente.c @@ -8,7 +8,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "balsente.h" +#include "includes/balsente.h" #include "sound/cem3394.h" diff --git a/src/mame/machine/bsktball.c b/src/mame/machine/bsktball.c index 71520ed8e41..c95914a2b36 100644 --- a/src/mame/machine/bsktball.c +++ b/src/mame/machine/bsktball.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "bsktball.h" +#include "includes/bsktball.h" /*************************************************************************** bsktball_nmion_w diff --git a/src/mame/machine/cchasm.c b/src/mame/machine/cchasm.c index 53cf5bd048d..09e0cc9fb41 100644 --- a/src/mame/machine/cchasm.c +++ b/src/mame/machine/cchasm.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/vector.h" -#include "cchasm.h" +#include "includes/cchasm.h" WRITE16_HANDLER( cchasm_led_w ) { diff --git a/src/mame/machine/copsnrob.c b/src/mame/machine/copsnrob.c index 3b072c173e6..f8314b0afcb 100644 --- a/src/mame/machine/copsnrob.c +++ b/src/mame/machine/copsnrob.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "copsnrob.h" +#include "includes/copsnrob.h" static const int gun_mask[] = {0x7e, 0x7d, 0x7b, 0x77, 0x6f, 0x5f, 0x3f}; diff --git a/src/mame/machine/dc.c b/src/mame/machine/dc.c index c94ebc09cc7..93e558b95d7 100644 --- a/src/mame/machine/dc.c +++ b/src/mame/machine/dc.c @@ -6,11 +6,11 @@ #include "driver.h" #include "debugger.h" -#include "dc.h" +#include "includes/dc.h" #include "cpu/sh4/sh4.h" #include "sound/aica.h" -#include "naomibd.h" -#include "naomi.h" +#include "includes/naomibd.h" +#include "includes/naomi.h" #define DEBUG_REGISTERS (1) diff --git a/src/mame/machine/dec0.c b/src/mame/machine/dec0.c index 0af30d6ee9f..64058fe1e50 100644 --- a/src/mame/machine/dec0.c +++ b/src/mame/machine/dec0.c @@ -7,7 +7,7 @@ Data East machine functions - Bryan McPhail, mish@tendril.co.uk *******************************************************************************/ #include "driver.h" -#include "dec0.h" +#include "includes/dec0.h" #include "cpu/h6280/h6280.h" static int GAME,i8751_return,slyspy_state; diff --git a/src/mame/machine/deco102.c b/src/mame/machine/deco102.c index 9dcb9429009..01f06ad0c6c 100644 --- a/src/mame/machine/deco102.c +++ b/src/mame/machine/deco102.c @@ -9,7 +9,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" -#include "decocrpt.h" +#include "includes/decocrpt.h" static UINT16 decrypt(UINT16 data, int address, int select_xor) { diff --git a/src/mame/machine/decocrpt.c b/src/mame/machine/decocrpt.c index b575a480014..7305c07e724 100644 --- a/src/mame/machine/decocrpt.c +++ b/src/mame/machine/decocrpt.c @@ -42,7 +42,7 @@ Sotsugyo Shousho 1995 *******************************************************************************/ #include "driver.h" -#include "decocrpt.h" +#include "includes/decocrpt.h" static const UINT16 xor_masks[16] = { diff --git a/src/mame/machine/decoprot.c b/src/mame/machine/decoprot.c index 0d333363257..3f4c18abbae 100644 --- a/src/mame/machine/decoprot.c +++ b/src/mame/machine/decoprot.c @@ -72,7 +72,7 @@ #include "driver.h" #include "machine/eeprom.h" -#include "decoprot.h" +#include "includes/decoprot.h" #define DECO_PORT(p) (prot_ram[p/2]) diff --git a/src/mame/machine/harddriv.c b/src/mame/machine/harddriv.c index a1f238d9bd3..b82bc5ace2a 100644 --- a/src/mame/machine/harddriv.c +++ b/src/mame/machine/harddriv.c @@ -13,7 +13,7 @@ #include "machine/asic65.h" #include "audio/atarijsa.h" #include "includes/slapstic.h" -#include "harddriv.h" +#include "includes/harddriv.h" /************************************* diff --git a/src/mame/machine/irobot.c b/src/mame/machine/irobot.c index aa57ac76642..dd1f523dd52 100644 --- a/src/mame/machine/irobot.c +++ b/src/mame/machine/irobot.c @@ -7,7 +7,7 @@ #include "driver.h" #include "profiler.h" #include "cpu/m6809/m6809.h" -#include "irobot.h" +#include "includes/irobot.h" /* Note: * There's probably something wrong with the way the Mathbox gets started. diff --git a/src/mame/machine/konamigx.c b/src/mame/machine/konamigx.c index 8d75ee9bbb6..6559d8ad6a3 100644 --- a/src/mame/machine/konamigx.c +++ b/src/mame/machine/konamigx.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/konamiic.h" -#include "konamigx.h" +#include "includes/konamigx.h" /***************************************************************************/ /* */ diff --git a/src/mame/machine/leland.c b/src/mame/machine/leland.c index 09ed4391fab..121bf746041 100644 --- a/src/mame/machine/leland.c +++ b/src/mame/machine/leland.c @@ -10,7 +10,7 @@ #include "cpu/i86/i86.h" #include "machine/eeprom.h" #include "cpu/z80/z80.h" -#include "leland.h" +#include "includes/leland.h" #include "sound/ay8910.h" diff --git a/src/mame/machine/mcr.c b/src/mame/machine/mcr.c index a9e5cae0be2..ef671e76ec2 100644 --- a/src/mame/machine/mcr.c +++ b/src/mame/machine/mcr.c @@ -14,7 +14,7 @@ #include "cpu/m6809/m6809.h" #include "cpu/z80/z80.h" #include "cpu/z80/z80daisy.h" -#include "mcr.h" +#include "includes/mcr.h" #define VERBOSE 0 #define LOG(x) do { if (VERBOSE) logerror x; } while (0) diff --git a/src/mame/machine/mhavoc.c b/src/mame/machine/mhavoc.c index 55f3a401b02..f35de715570 100644 --- a/src/mame/machine/mhavoc.c +++ b/src/mame/machine/mhavoc.c @@ -8,7 +8,7 @@ #include "video/avgdvg.h" #include "sound/tms5220.h" #include "cpu/m6502/m6502.h" -#include "mhavoc.h" +#include "includes/mhavoc.h" UINT8 *mhavoc_zram0, *mhavoc_zram1; diff --git a/src/mame/machine/midtunit.c b/src/mame/machine/midtunit.c index 9850f9b391f..939a2be9e33 100644 --- a/src/mame/machine/midtunit.c +++ b/src/mame/machine/midtunit.c @@ -9,7 +9,7 @@ #include "cpu/m6809/m6809.h" #include "audio/williams.h" #include "audio/dcs.h" -#include "midtunit.h" +#include "includes/midtunit.h" /* compile-time constants */ diff --git a/src/mame/machine/midwunit.c b/src/mame/machine/midwunit.c index 598cf3abb9e..e8e00ff5894 100644 --- a/src/mame/machine/midwunit.c +++ b/src/mame/machine/midwunit.c @@ -8,7 +8,7 @@ #include "cpu/tms34010/tms34010.h" #include "cpu/m6809/m6809.h" #include "audio/dcs.h" -#include "midwunit.h" +#include "includes/midwunit.h" #include "midwayic.h" diff --git a/src/mame/machine/midyunit.c b/src/mame/machine/midyunit.c index 3f8f0df11d0..9fe6993ed40 100644 --- a/src/mame/machine/midyunit.c +++ b/src/mame/machine/midyunit.c @@ -8,7 +8,7 @@ #include "cpu/tms34010/tms34010.h" #include "cpu/m6809/m6809.h" #include "audio/williams.h" -#include "midyunit.h" +#include "includes/midyunit.h" /* constant definitions */ diff --git a/src/mame/machine/namcond1.c b/src/mame/machine/namcond1.c index 6bc66039ff3..fa867e2a857 100644 --- a/src/mame/machine/namcond1.c +++ b/src/mame/machine/namcond1.c @@ -11,7 +11,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "namcond1.h" +#include "includes/namcond1.h" /* Perform basic machine initialisation */ diff --git a/src/mame/machine/naomibd.c b/src/mame/machine/naomibd.c index ed63850748d..4ec5f685355 100644 --- a/src/mame/machine/naomibd.c +++ b/src/mame/machine/naomibd.c @@ -177,7 +177,7 @@ Atomiswave ROM board specs from Cah4e3 @ http://cah4e3.wordpress.com/2009/07/26/ #include "machine/x76f100.h" #include "cdrom.h" #include "includes/naomi.h" -#include "naomibd.h" +#include "includes/naomibd.h" #define NAOMIBD_FLAG_AUTO_ADVANCE (8) // address auto-advances on read #define NAOMIBD_FLAG_SPECIAL_MODE (4) // used to access protection registers diff --git a/src/mame/machine/nb1413m3.c b/src/mame/machine/nb1413m3.c index 58b343e3528..c3ea169b4d0 100644 --- a/src/mame/machine/nb1413m3.c +++ b/src/mame/machine/nb1413m3.c @@ -12,7 +12,7 @@ Memo: #include "driver.h" #include "cpu/z80/z80.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #define NB1413M3_DEBUG 0 diff --git a/src/mame/machine/neoboot.c b/src/mame/machine/neoboot.c index 2e918071b3f..5bb8cb82907 100644 --- a/src/mame/machine/neoboot.c +++ b/src/mame/machine/neoboot.c @@ -13,7 +13,7 @@ ***************************************************************************/ #include "driver.h" -#include "neogeo.h" +#include "includes/neogeo.h" /* General Bootleg Functions - used by more than 1 game */ diff --git a/src/mame/machine/neocrypt.c b/src/mame/machine/neocrypt.c index 4f055700abe..c7365cb6064 100644 --- a/src/mame/machine/neocrypt.c +++ b/src/mame/machine/neocrypt.c @@ -47,7 +47,7 @@ ***************************************************************************/ #include "driver.h" -#include "neogeo.h" +#include "includes/neogeo.h" /*************************************************************************** diff --git a/src/mame/machine/neoprot.c b/src/mame/machine/neoprot.c index ef89c69e251..fca2e47ce14 100644 --- a/src/mame/machine/neoprot.c +++ b/src/mame/machine/neoprot.c @@ -18,7 +18,7 @@ ***************************************************************************/ #include "driver.h" -#include "neogeo.h" +#include "includes/neogeo.h" /************************ Fatal Fury 2 *************************/ diff --git a/src/mame/machine/nitedrvr.c b/src/mame/machine/nitedrvr.c index 5f692e231c9..4e62a9f1b18 100644 --- a/src/mame/machine/nitedrvr.c +++ b/src/mame/machine/nitedrvr.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "nitedrvr.h" +#include "includes/nitedrvr.h" #include "sound/discrete.h" static UINT8 nitedrvr_gear; diff --git a/src/mame/machine/qix.c b/src/mame/machine/qix.c index 0668920be03..2df09439441 100644 --- a/src/mame/machine/qix.c +++ b/src/mame/machine/qix.c @@ -11,7 +11,7 @@ #include "cpu/m6805/m6805.h" #include "cpu/m6809/m6809.h" #include "sound/sn76496.h" -#include "qix.h" +#include "includes/qix.h" diff --git a/src/mame/machine/segag80.c b/src/mame/machine/segag80.c index d443efe8de7..74d97d137f6 100644 --- a/src/mame/machine/segag80.c +++ b/src/mame/machine/segag80.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "segag80r.h" +#include "includes/segag80r.h" UINT8 (*sega_decrypt)(offs_t,UINT8); diff --git a/src/mame/machine/segas24.c b/src/mame/machine/segas24.c index 19cfc5a1fdd..f86bf5f0b31 100644 --- a/src/mame/machine/segas24.c +++ b/src/mame/machine/segas24.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "system16.h" +#include "includes/system16.h" #include "includes/segas24.h" /* system24temp_ functions / variables are from shared rewrite files, diff --git a/src/mame/machine/segas32.c b/src/mame/machine/segas32.c index 2b8ddbedc7c..d4756171d42 100644 --- a/src/mame/machine/segas32.c +++ b/src/mame/machine/segas32.c @@ -1,7 +1,7 @@ /* Sega System 32 Protection related functions */ #include "driver.h" -#include "segas32.h" +#include "includes/segas32.h" /****************************************************************************** diff --git a/src/mame/machine/slapstic.c b/src/mame/machine/slapstic.c index 9a80fe9c0e5..26809e121b2 100644 --- a/src/mame/machine/slapstic.c +++ b/src/mame/machine/slapstic.c @@ -180,7 +180,7 @@ #include "driver.h" #include "cpu/m6800/m6800.h" -#include "slapstic.h" +#include "includes/slapstic.h" #include "cpu/m68000/m68000.h" diff --git a/src/mame/machine/slikshot.c b/src/mame/machine/slikshot.c index 4c2f78e0917..465d4a7ae7e 100644 --- a/src/mame/machine/slikshot.c +++ b/src/mame/machine/slikshot.c @@ -69,7 +69,7 @@ #include "driver.h" #include "cpu/z80/z80.h" -#include "itech8.h" +#include "includes/itech8.h" #define YBUFFER_COUNT 15 diff --git a/src/mame/machine/starwars.c b/src/mame/machine/starwars.c index 77670657f4a..3c7e799eccd 100644 --- a/src/mame/machine/starwars.c +++ b/src/mame/machine/starwars.c @@ -8,7 +8,7 @@ ***************************************************************************/ #include "driver.h" -#include "starwars.h" +#include "includes/starwars.h" #include "video/avgdvg.h" diff --git a/src/mame/machine/subs.c b/src/mame/machine/subs.c index 570aa81e5c2..df19039a61c 100644 --- a/src/mame/machine/subs.c +++ b/src/mame/machine/subs.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "subs.h" +#include "includes/subs.h" static int subs_steering_buf1; static int subs_steering_buf2; diff --git a/src/mame/machine/system16.c b/src/mame/machine/system16.c index c4de5e47a69..9a1385387ca 100644 --- a/src/mame/machine/system16.c +++ b/src/mame/machine/system16.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "system16.h" +#include "includes/system16.h" #include "sound/upd7759.h" static void patch_codeX( UINT16 *mem, offs_t offset, int data ) diff --git a/src/mame/machine/tatsumi.c b/src/mame/machine/tatsumi.c index cd19ec3c97a..4b8ad765831 100644 --- a/src/mame/machine/tatsumi.c +++ b/src/mame/machine/tatsumi.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "tatsumi.h" +#include "includes/tatsumi.h" #include "sound/2151intf.h" #include "sound/okim6295.h" diff --git a/src/mame/machine/tecmosys.c b/src/mame/machine/tecmosys.c index 33425ccd84d..1612cc7654f 100644 --- a/src/mame/machine/tecmosys.c +++ b/src/mame/machine/tecmosys.c @@ -29,7 +29,7 @@ */ #include "driver.h" -#include "tecmosys.h" +#include "includes/tecmosys.h" enum DEV_STATUS { diff --git a/src/mame/machine/twincobr.c b/src/mame/machine/twincobr.c index 824c83c8dd8..0c5068d9969 100644 --- a/src/mame/machine/twincobr.c +++ b/src/mame/machine/twincobr.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "cpu/tms32010/tms32010.h" -#include "twincobr.h" +#include "includes/twincobr.h" #define LOG_DSP_CALLS 0 diff --git a/src/mame/machine/tx1.c b/src/mame/machine/tx1.c index 63574840e9f..bead3c652f4 100644 --- a/src/mame/machine/tx1.c +++ b/src/mame/machine/tx1.c @@ -6,7 +6,7 @@ #include "driver.h" #include "debugger.h" -#include "tx1.h" +#include "includes/tx1.h" /* diff --git a/src/mame/machine/vertigo.c b/src/mame/machine/vertigo.c index 45af5f5e281..6f6868e18bc 100644 --- a/src/mame/machine/vertigo.c +++ b/src/mame/machine/vertigo.c @@ -5,8 +5,8 @@ *************************************************************************/ #include "driver.h" -#include "vertigo.h" -#include "exidy440.h" +#include "includes/vertigo.h" +#include "includes/exidy440.h" #include "machine/74148.h" #include "machine/pit8253.h" diff --git a/src/mame/machine/williams.c b/src/mame/machine/williams.c index 1ae947351a2..b162a0016c0 100644 --- a/src/mame/machine/williams.c +++ b/src/mame/machine/williams.c @@ -10,7 +10,7 @@ #include "cpu/m6809/m6809.h" #include "machine/6821pia.h" #include "machine/ticket.h" -#include "williams.h" +#include "includes/williams.h" #include "sound/dac.h" #include "sound/hc55516.h" diff --git a/src/mame/machine/wrally.c b/src/mame/machine/wrally.c index d19bf78d488..fec61047d5a 100644 --- a/src/mame/machine/wrally.c +++ b/src/mame/machine/wrally.c @@ -9,7 +9,7 @@ #include "driver.h" #include "cpu/mcs51/mcs51.h" -#include "gaelcrpt.h" +#include "includes/gaelcrpt.h" #include "includes/wrally.h" /*************************************************************************** diff --git a/src/mame/video/1942.c b/src/mame/video/1942.c index 84aea89c0eb..fc54121d2b1 100644 --- a/src/mame/video/1942.c +++ b/src/mame/video/1942.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "1942.h" +#include "includes/1942.h" /*************************************************************************** diff --git a/src/mame/video/1943.c b/src/mame/video/1943.c index aeaab410015..d6baec0b63a 100644 --- a/src/mame/video/1943.c +++ b/src/mame/video/1943.c @@ -28,7 +28,7 @@ other 2 bits (output & 0x0c) unknown ***************************************************************************/ #include "driver.h" -#include "1943.h" +#include "includes/1943.h" /*************************************************************************** diff --git a/src/mame/video/20pacgal.c b/src/mame/video/20pacgal.c index fda5ace177d..5f1e446da78 100644 --- a/src/mame/video/20pacgal.c +++ b/src/mame/video/20pacgal.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "20pacgal.h" +#include "includes/20pacgal.h" #define SCREEN_HEIGHT (224) diff --git a/src/mame/video/actfancr.c b/src/mame/video/actfancr.c index af94b2af1cf..4e170615edb 100644 --- a/src/mame/video/actfancr.c +++ b/src/mame/video/actfancr.c @@ -5,7 +5,7 @@ *******************************************************************************/ #include "driver.h" -#include "actfancr.h" +#include "includes/actfancr.h" static TILEMAP_MAPPER( actfancr_scan ) diff --git a/src/mame/video/aeroboto.c b/src/mame/video/aeroboto.c index 2976e675411..27694460f0b 100644 --- a/src/mame/video/aeroboto.c +++ b/src/mame/video/aeroboto.c @@ -6,7 +6,7 @@ #include "driver.h" -#include "aeroboto.h" +#include "includes/aeroboto.h" // how the starfield ROM is interpreted: 0=256x256x1 linear bitmap, 1=8x8x1x1024 tilemap diff --git a/src/mame/video/ambush.c b/src/mame/video/ambush.c index 36770316dce..cbb31adddbc 100644 --- a/src/mame/video/ambush.c +++ b/src/mame/video/ambush.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "ambush.h" +#include "includes/ambush.h" /*************************************************************************** diff --git a/src/mame/video/angelkds.c b/src/mame/video/angelkds.c index c357a1b8cc9..3e27c490844 100644 --- a/src/mame/video/angelkds.c +++ b/src/mame/video/angelkds.c @@ -7,7 +7,7 @@ enable / disable tilemap bits might be wrong */ #include "driver.h" -#include "angelkds.h" +#include "includes/angelkds.h" /*** Text Layer Tilemap diff --git a/src/mame/video/appoooh.c b/src/mame/video/appoooh.c index b94ce96177d..7606770b5ee 100644 --- a/src/mame/video/appoooh.c +++ b/src/mame/video/appoooh.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "appoooh.h" +#include "includes/appoooh.h" /*************************************************************************** diff --git a/src/mame/video/arabian.c b/src/mame/video/arabian.c index 92a8cc028de..06798644bb2 100644 --- a/src/mame/video/arabian.c +++ b/src/mame/video/arabian.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "arabian.h" +#include "includes/arabian.h" /* Constants */ #define BITMAP_WIDTH 256 diff --git a/src/mame/video/arcadecl.c b/src/mame/video/arcadecl.c index c08e3a1537c..1a3e12a7f0c 100644 --- a/src/mame/video/arcadecl.c +++ b/src/mame/video/arcadecl.c @@ -9,7 +9,7 @@ #include "driver.h" -#include "arcadecl.h" +#include "includes/arcadecl.h" diff --git a/src/mame/video/artmagic.c b/src/mame/video/artmagic.c index 5806f1aa163..b35cfba5c7c 100644 --- a/src/mame/video/artmagic.c +++ b/src/mame/video/artmagic.c @@ -8,7 +8,7 @@ #include "profiler.h" #include "cpu/tms34010/tms34010.h" #include "video/tlc34076.h" -#include "artmagic.h" +#include "includes/artmagic.h" #define INSTANT_BLIT 1 diff --git a/src/mame/video/ashnojoe.c b/src/mame/video/ashnojoe.c index bf9be4c4385..8a072736929 100644 --- a/src/mame/video/ashnojoe.c +++ b/src/mame/video/ashnojoe.c @@ -6,7 +6,7 @@ *********************************************************************/ #include "driver.h" -#include "ashnojoe.h" +#include "includes/ashnojoe.h" static TILE_GET_INFO( get_joe_tile_info ) diff --git a/src/mame/video/atarig1.c b/src/mame/video/atarig1.c index 4ec329e2968..c773edb9631 100644 --- a/src/mame/video/atarig1.c +++ b/src/mame/video/atarig1.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "atarig1.h" +#include "includes/atarig1.h" diff --git a/src/mame/video/atarig42.c b/src/mame/video/atarig42.c index 22d942dd748..22683b16e55 100644 --- a/src/mame/video/atarig42.c +++ b/src/mame/video/atarig42.c @@ -21,7 +21,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "atarig42.h" +#include "includes/atarig42.h" diff --git a/src/mame/video/atarigt.c b/src/mame/video/atarigt.c index a0067d6b902..f989bc2fb05 100644 --- a/src/mame/video/atarigt.c +++ b/src/mame/video/atarigt.c @@ -21,7 +21,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "atarigt.h" +#include "includes/atarigt.h" /************************************* diff --git a/src/mame/video/atarigx2.c b/src/mame/video/atarigx2.c index 140e92cee63..88835503911 100644 --- a/src/mame/video/atarigx2.c +++ b/src/mame/video/atarigx2.c @@ -21,7 +21,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "atarigx2.h" +#include "includes/atarigx2.h" diff --git a/src/mame/video/atarisy1.c b/src/mame/video/atarisy1.c index 7cd8127aa9d..3059a8b8116 100644 --- a/src/mame/video/atarisy1.c +++ b/src/mame/video/atarisy1.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "atarisy1.h" +#include "includes/atarisy1.h" diff --git a/src/mame/video/atarisy2.c b/src/mame/video/atarisy2.c index 5e63cf0afde..d72679cb05e 100644 --- a/src/mame/video/atarisy2.c +++ b/src/mame/video/atarisy2.c @@ -5,8 +5,8 @@ ****************************************************************************/ #include "driver.h" -#include "slapstic.h" -#include "atarisy2.h" +#include "includes/slapstic.h" +#include "includes/atarisy2.h" diff --git a/src/mame/video/atetris.c b/src/mame/video/atetris.c index 4a69832a280..f67c9d9c7ae 100644 --- a/src/mame/video/atetris.c +++ b/src/mame/video/atetris.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "atetris.h" +#include "includes/atetris.h" static tilemap *bg_tilemap; diff --git a/src/mame/video/aztarac.c b/src/mame/video/aztarac.c index 96811196746..f8bb4e98e63 100644 --- a/src/mame/video/aztarac.c +++ b/src/mame/video/aztarac.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/vector.h" -#include "aztarac.h" +#include "includes/aztarac.h" #define AVECTOR(m, x, y, color, intensity) \ vector_add_point (m, xcenter + ((x) << 16), ycenter - ((y) << 16), color, intensity) diff --git a/src/mame/video/balsente.c b/src/mame/video/balsente.c index acd0956ab10..bd532a6903d 100644 --- a/src/mame/video/balsente.c +++ b/src/mame/video/balsente.c @@ -7,7 +7,7 @@ ****************************************************************************/ #include "driver.h" -#include "balsente.h" +#include "includes/balsente.h" /************************************* diff --git a/src/mame/video/bankp.c b/src/mame/video/bankp.c index a0396c42f77..dfda82fa3f8 100644 --- a/src/mame/video/bankp.c +++ b/src/mame/video/bankp.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "bankp.h" +#include "includes/bankp.h" /*************************************************************************** diff --git a/src/mame/video/batman.c b/src/mame/video/batman.c index 50894de9a16..5ae697c5953 100644 --- a/src/mame/video/batman.c +++ b/src/mame/video/batman.c @@ -5,8 +5,8 @@ ****************************************************************************/ #include "driver.h" -#include "batman.h" -#include "thunderj.h" +#include "includes/batman.h" +#include "includes/thunderj.h" diff --git a/src/mame/video/battlane.c b/src/mame/video/battlane.c index c2b29a6b87f..d65580df256 100644 --- a/src/mame/video/battlane.c +++ b/src/mame/video/battlane.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "battlane.h" +#include "includes/battlane.h" /* Video control register diff --git a/src/mame/video/battlex.c b/src/mame/video/battlex.c index a3f60c79ad7..1eb385ae49b 100644 --- a/src/mame/video/battlex.c +++ b/src/mame/video/battlex.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "battlex.h" +#include "includes/battlex.h" PALETTE_INIT( battlex ) { diff --git a/src/mame/video/beathead.c b/src/mame/video/beathead.c index dac8bd8d474..6fb7607f89a 100644 --- a/src/mame/video/beathead.c +++ b/src/mame/video/beathead.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "beathead.h" +#include "includes/beathead.h" diff --git a/src/mame/video/bionicc.c b/src/mame/video/bionicc.c index 5e24afcb065..3de4decea0e 100644 --- a/src/mame/video/bionicc.c +++ b/src/mame/video/bionicc.c @@ -24,7 +24,7 @@ ***************************************************************************/ #include "driver.h" -#include "bionicc.h" +#include "includes/bionicc.h" /*************************************************************************** diff --git a/src/mame/video/bishi.c b/src/mame/video/bishi.c index 41db3f94be1..ebdbb8a2632 100644 --- a/src/mame/video/bishi.c +++ b/src/mame/video/bishi.c @@ -9,7 +9,7 @@ #include "driver.h" #include "video/konamiic.h" -#include "konamigx.h" +#include "includes/konamigx.h" static int layer_colorbase[4], layerpri[4]; diff --git a/src/mame/video/blktiger.c b/src/mame/video/blktiger.c index 48f62839b53..424fc4969b7 100644 --- a/src/mame/video/blktiger.c +++ b/src/mame/video/blktiger.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "blktiger.h" +#include "includes/blktiger.h" #define BGRAM_BANK_SIZE 0x1000 diff --git a/src/mame/video/blmbycar.c b/src/mame/video/blmbycar.c index 34ab41d6cee..91fb4b15a31 100644 --- a/src/mame/video/blmbycar.c +++ b/src/mame/video/blmbycar.c @@ -29,7 +29,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: ***************************************************************************/ #include "driver.h" -#include "blmbycar.h" +#include "includes/blmbycar.h" /*************************************************************************** diff --git a/src/mame/video/blockout.c b/src/mame/video/blockout.c index 14b0c5c0588..f6e59fbdde0 100644 --- a/src/mame/video/blockout.c +++ b/src/mame/video/blockout.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "blockout.h" +#include "includes/blockout.h" static void setcolor( running_machine *machine, int color, int rgb ) diff --git a/src/mame/video/blstroid.c b/src/mame/video/blstroid.c index 2430c5a90a1..2b70ca07a2c 100644 --- a/src/mame/video/blstroid.c +++ b/src/mame/video/blstroid.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "blstroid.h" +#include "includes/blstroid.h" diff --git a/src/mame/video/blueprnt.c b/src/mame/video/blueprnt.c index 08c8d915d1e..4aa1e8efb8b 100644 --- a/src/mame/video/blueprnt.c +++ b/src/mame/video/blueprnt.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "blueprnt.h" +#include "includes/blueprnt.h" /*************************************************************************** diff --git a/src/mame/video/bogeyman.c b/src/mame/video/bogeyman.c index 3d6ca017475..c46a1711b3e 100644 --- a/src/mame/video/bogeyman.c +++ b/src/mame/video/bogeyman.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "bogeyman.h" +#include "includes/bogeyman.h" PALETTE_INIT( bogeyman ) diff --git a/src/mame/video/bombjack.c b/src/mame/video/bombjack.c index adff89305c2..975b1c83d57 100644 --- a/src/mame/video/bombjack.c +++ b/src/mame/video/bombjack.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "bombjack.h" +#include "includes/bombjack.h" WRITE8_HANDLER( bombjack_videoram_w ) { diff --git a/src/mame/video/boogwing.c b/src/mame/video/boogwing.c index b28a69f8867..da2940c0fcd 100644 --- a/src/mame/video/boogwing.c +++ b/src/mame/video/boogwing.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static void draw_sprites(running_machine *machine, bitmap_t *bitmap,const rectangle *cliprect, UINT16* spriteram_base, int gfx_region) { diff --git a/src/mame/video/brkthru.c b/src/mame/video/brkthru.c index b572c15f5aa..c32e539cb37 100644 --- a/src/mame/video/brkthru.c +++ b/src/mame/video/brkthru.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "brkthru.h" +#include "includes/brkthru.h" /*************************************************************************** diff --git a/src/mame/video/bsktball.c b/src/mame/video/bsktball.c index 54ce948ec78..2438e253639 100644 --- a/src/mame/video/bsktball.c +++ b/src/mame/video/bsktball.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "bsktball.h" +#include "includes/bsktball.h" WRITE8_HANDLER( bsktball_videoram_w ) diff --git a/src/mame/video/btoads.c b/src/mame/video/btoads.c index 850b906ffd5..2ae2cad8856 100644 --- a/src/mame/video/btoads.c +++ b/src/mame/video/btoads.c @@ -9,7 +9,7 @@ #include "driver.h" #include "cpu/tms34010/tms34010.h" #include "video/tlc34076.h" -#include "btoads.h" +#include "includes/btoads.h" #define BT_DEBUG 0 diff --git a/src/mame/video/bwing.c b/src/mame/video/bwing.c index 7221b68c2b9..75aa278abe6 100644 --- a/src/mame/video/bwing.c +++ b/src/mame/video/bwing.c @@ -9,7 +9,7 @@ drivers by Acho A. Tang // Directives #include "driver.h" -#include "bwing.h" +#include "includes/bwing.h" #define BW_DEBUG 0 diff --git a/src/mame/video/capbowl.c b/src/mame/video/capbowl.c index cd358bd078c..3427c9aa929 100644 --- a/src/mame/video/capbowl.c +++ b/src/mame/video/capbowl.c @@ -7,7 +7,7 @@ #include "driver.h" #include "video/tms34061.h" #include "cpu/m6809/m6809.h" -#include "capbowl.h" +#include "includes/capbowl.h" /************************************* diff --git a/src/mame/video/carjmbre.c b/src/mame/video/carjmbre.c index f632f53cf4a..8f41264b859 100644 --- a/src/mame/video/carjmbre.c +++ b/src/mame/video/carjmbre.c @@ -6,7 +6,7 @@ ***************************************************************************/ #include "driver.h" -#include "carjmbre.h" +#include "includes/carjmbre.h" PALETTE_INIT( carjmbre ) { diff --git a/src/mame/video/carpolo.c b/src/mame/video/carpolo.c index 64cf13de562..f91faa0770d 100644 --- a/src/mame/video/carpolo.c +++ b/src/mame/video/carpolo.c @@ -7,7 +7,7 @@ ****************************************************************************/ #include "driver.h" -#include "carpolo.h" +#include "includes/carpolo.h" UINT8 *carpolo_alpharam; diff --git a/src/mame/video/cave.c b/src/mame/video/cave.c index 1ccad25f856..79fe2f0ff97 100644 --- a/src/mame/video/cave.c +++ b/src/mame/video/cave.c @@ -45,7 +45,7 @@ Note: if MAME_DEBUG is defined, pressing: **************************************************************************/ #include "driver.h" -#include "cave.h" +#include "includes/cave.h" /* Variables that driver has access to: */ diff --git a/src/mame/video/cbuster.c b/src/mame/video/cbuster.c index ab6eec901fc..eb0ce31f276 100644 --- a/src/mame/video/cbuster.c +++ b/src/mame/video/cbuster.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static int twocrude_pri; diff --git a/src/mame/video/ccastles.c b/src/mame/video/ccastles.c index 78fe9568202..c7b518736a7 100644 --- a/src/mame/video/ccastles.c +++ b/src/mame/video/ccastles.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "ccastles.h" +#include "includes/ccastles.h" #include "video/resnet.h" diff --git a/src/mame/video/cchasm.c b/src/mame/video/cchasm.c index 654a01a7eda..6b8ac8793a0 100644 --- a/src/mame/video/cchasm.c +++ b/src/mame/video/cchasm.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/vector.h" -#include "cchasm.h" +#include "includes/cchasm.h" #define HALT 0 #define JUMP 1 diff --git a/src/mame/video/centiped.c b/src/mame/video/centiped.c index 5bd6a4cec05..dd2027b74bc 100644 --- a/src/mame/video/centiped.c +++ b/src/mame/video/centiped.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "centiped.h" +#include "includes/centiped.h" static tilemap *bg_tilemap; diff --git a/src/mame/video/champbas.c b/src/mame/video/champbas.c index 9747d9510f8..bd00653333b 100644 --- a/src/mame/video/champbas.c +++ b/src/mame/video/champbas.c @@ -1,6 +1,6 @@ #include "driver.h" #include "video/resnet.h" -#include "champbas.h" +#include "includes/champbas.h" /*************************************************************************** diff --git a/src/mame/video/cheekyms.c b/src/mame/video/cheekyms.c index 79ecfdadbf8..8ecdebc2c8b 100644 --- a/src/mame/video/cheekyms.c +++ b/src/mame/video/cheekyms.c @@ -10,7 +10,7 @@ Functions to emulate the video hardware of the machine. #include "driver.h" #include "sound/dac.h" -#include "cheekyms.h" +#include "includes/cheekyms.h" /* bit 3 and 7 of the char color PROMs are used for something -- not currently emulated - thus GAME_IMPERFECT_GRAPHICS */ diff --git a/src/mame/video/cidelsa.c b/src/mame/video/cidelsa.c index 6746ae25b49..3868140b122 100644 --- a/src/mame/video/cidelsa.c +++ b/src/mame/video/cidelsa.c @@ -1,7 +1,7 @@ #include "driver.h" #include "sound/cdp1869.h" #include "sound/ay8910.h" -#include "cidelsa.h" +#include "includes/cidelsa.h" /* Page RAM Access */ diff --git a/src/mame/video/cinemat.c b/src/mame/video/cinemat.c index 1344bc61944..35bbea21b56 100644 --- a/src/mame/video/cinemat.c +++ b/src/mame/video/cinemat.c @@ -7,7 +7,7 @@ #include "driver.h" #include "video/vector.h" #include "cpu/ccpu/ccpu.h" -#include "cinemat.h" +#include "includes/cinemat.h" /************************************* diff --git a/src/mame/video/circus.c b/src/mame/video/circus.c index eed3f4826d7..f838d42cdd2 100644 --- a/src/mame/video/circus.c +++ b/src/mame/video/circus.c @@ -12,7 +12,7 @@ #include "driver.h" #include "sound/samples.h" -#include "circus.h" +#include "includes/circus.h" WRITE8_HANDLER( circus_videoram_w ) diff --git a/src/mame/video/circusc.c b/src/mame/video/circusc.c index fefe7cf8778..2ad3dd84037 100644 --- a/src/mame/video/circusc.c +++ b/src/mame/video/circusc.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/resnet.h" -#include "circusc.h" +#include "includes/circusc.h" /*************************************************************************** diff --git a/src/mame/video/cischeat.c b/src/mame/video/cischeat.c index f9f1f8456e1..d68c8cf7051 100644 --- a/src/mame/video/cischeat.c +++ b/src/mame/video/cischeat.c @@ -54,7 +54,7 @@ Note: if MAME_DEBUG is defined, pressing Z or X with: ***************************************************************************/ #include "driver.h" -#include "megasys1.h" +#include "includes/megasys1.h" #include "includes/cischeat.h" /* Variables only used here: */ diff --git a/src/mame/video/citycon.c b/src/mame/video/citycon.c index 8831f4203c9..7910885451d 100644 --- a/src/mame/video/citycon.c +++ b/src/mame/video/citycon.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "citycon.h" +#include "includes/citycon.h" /*************************************************************************** diff --git a/src/mame/video/cloak.c b/src/mame/video/cloak.c index e5a0c398032..8fe15257291 100644 --- a/src/mame/video/cloak.c +++ b/src/mame/video/cloak.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/resnet.h" -#include "cloak.h" +#include "includes/cloak.h" #define NUM_PENS (0x40) diff --git a/src/mame/video/cloud9.c b/src/mame/video/cloud9.c index 12c69f90733..346a7660a65 100644 --- a/src/mame/video/cloud9.c +++ b/src/mame/video/cloud9.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "cloud9.h" +#include "includes/cloud9.h" #include "video/resnet.h" diff --git a/src/mame/video/cninja.c b/src/mame/video/cninja.c index 28ed3d82a93..8bd2bf0aca2 100644 --- a/src/mame/video/cninja.c +++ b/src/mame/video/cninja.c @@ -5,8 +5,8 @@ ****************************************************************************/ #include "driver.h" -#include "deco16ic.h" -#include "cninja.h" +#include "includes/deco16ic.h" +#include "includes/cninja.h" /******************************************************************************/ diff --git a/src/mame/video/commando.c b/src/mame/video/commando.c index c329f788434..c8ea095a99b 100644 --- a/src/mame/video/commando.c +++ b/src/mame/video/commando.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "commando.h" +#include "includes/commando.h" WRITE8_HANDLER( commando_videoram_w ) diff --git a/src/mame/video/compgolf.c b/src/mame/video/compgolf.c index 8ac667a07d1..b7ef1b91946 100644 --- a/src/mame/video/compgolf.c +++ b/src/mame/video/compgolf.c @@ -6,7 +6,7 @@ ****************************************************************************************/ #include "driver.h" -#include "compgolf.h" +#include "includes/compgolf.h" PALETTE_INIT( compgolf ) diff --git a/src/mame/video/cop01.c b/src/mame/video/cop01.c index b042409ede4..11a495840b5 100644 --- a/src/mame/video/cop01.c +++ b/src/mame/video/cop01.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "cop01.h" +#include "includes/cop01.h" PALETTE_INIT( cop01 ) diff --git a/src/mame/video/copsnrob.c b/src/mame/video/copsnrob.c index afb05d073c9..50efd0fe2c1 100644 --- a/src/mame/video/copsnrob.c +++ b/src/mame/video/copsnrob.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "copsnrob.h" +#include "includes/copsnrob.h" VIDEO_UPDATE( copsnrob ) diff --git a/src/mame/video/cosmic.c b/src/mame/video/cosmic.c index dad4a1d01cd..d8ad241cee8 100644 --- a/src/mame/video/cosmic.c +++ b/src/mame/video/cosmic.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "cosmic.h" +#include "includes/cosmic.h" WRITE8_HANDLER( cosmic_color_register_w ) diff --git a/src/mame/video/crgolf.c b/src/mame/video/crgolf.c index d9ce53dfd53..f979b3f4219 100644 --- a/src/mame/video/crgolf.c +++ b/src/mame/video/crgolf.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "crgolf.h" +#include "includes/crgolf.h" #define NUM_PENS (0x20) diff --git a/src/mame/video/crospang.c b/src/mame/video/crospang.c index edb60d81050..838ac339ff0 100644 --- a/src/mame/video/crospang.c +++ b/src/mame/video/crospang.c @@ -10,7 +10,7 @@ */ #include "driver.h" -#include "crospang.h" +#include "includes/crospang.h" WRITE16_HANDLER( bestri_tilebank_w) { diff --git a/src/mame/video/cyberbal.c b/src/mame/video/cyberbal.c index 479492ae49b..75b4ea442d7 100644 --- a/src/mame/video/cyberbal.c +++ b/src/mame/video/cyberbal.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "cyberbal.h" +#include "includes/cyberbal.h" #define SCREEN_WIDTH (42*16) diff --git a/src/mame/video/dassault.c b/src/mame/video/dassault.c index 2c08276e559..0bf64a1a648 100644 --- a/src/mame/video/dassault.c +++ b/src/mame/video/dassault.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" /******************************************************************************/ diff --git a/src/mame/video/dc.c b/src/mame/video/dc.c index 770cfde59b6..ec8d12ea91f 100644 --- a/src/mame/video/dc.c +++ b/src/mame/video/dc.c @@ -4,7 +4,7 @@ */ #include "driver.h" -#include "dc.h" +#include "includes/dc.h" #include "cpu/sh4/sh4.h" #include "render.h" #include "rendutil.h" diff --git a/src/mame/video/dcheese.c b/src/mame/video/dcheese.c index 7945ab1ef4f..3431f3d971d 100644 --- a/src/mame/video/dcheese.c +++ b/src/mame/video/dcheese.c @@ -6,7 +6,7 @@ #include "driver.h" -#include "dcheese.h" +#include "includes/dcheese.h" /************************************* diff --git a/src/mame/video/dday.c b/src/mame/video/dday.c index 3b91f1cfa94..5d4ac05a93d 100644 --- a/src/mame/video/dday.c +++ b/src/mame/video/dday.c @@ -10,7 +10,7 @@ #include "driver.h" #include "sound/ay8910.h" -#include "dday.h" +#include "includes/dday.h" /* Note: There seems to be no way to reset this timer via hardware. diff --git a/src/mame/video/ddragon.c b/src/mame/video/ddragon.c index 3c1ee07155a..d3ad815057a 100644 --- a/src/mame/video/ddragon.c +++ b/src/mame/video/ddragon.c @@ -41,7 +41,7 @@ Sprite layout. ***************************************************************************/ #include "driver.h" -#include "ddragon.h" +#include "includes/ddragon.h" /*************************************************************************** diff --git a/src/mame/video/ddragon3.c b/src/mame/video/ddragon3.c index 0677e1321c7..324483da374 100644 --- a/src/mame/video/ddragon3.c +++ b/src/mame/video/ddragon3.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "ddragon3.h" +#include "includes/ddragon3.h" WRITE16_HANDLER( ddragon3_scroll_w ) { diff --git a/src/mame/video/deco16ic.c b/src/mame/video/deco16ic.c index c662f083303..1259f689843 100644 --- a/src/mame/video/deco16ic.c +++ b/src/mame/video/deco16ic.c @@ -140,7 +140,7 @@ Rowscroll style: ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" #include "ui.h" UINT16 *deco16_pf1_data,*deco16_pf2_data; diff --git a/src/mame/video/deco32.c b/src/mame/video/deco32.c index 75bb3b1f4a2..e711d2787fb 100644 --- a/src/mame/video/deco32.c +++ b/src/mame/video/deco32.c @@ -1,6 +1,6 @@ #include "driver.h" -#include "deco16ic.h" -#include "deco32.h" +#include "includes/deco16ic.h" +#include "includes/deco32.h" UINT32 *deco32_pf1_data,*deco32_pf2_data,*deco32_pf3_data,*deco32_pf4_data; UINT32 *deco32_pf12_control,*deco32_pf34_control; diff --git a/src/mame/video/deniam.c b/src/mame/video/deniam.c index e115c94eb11..d9192103948 100644 --- a/src/mame/video/deniam.c +++ b/src/mame/video/deniam.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "deniam.h" +#include "includes/deniam.h" static void deniam_common_init( running_machine *machine ) diff --git a/src/mame/video/dietgo.c b/src/mame/video/dietgo.c index 8acb2412521..45eeded381f 100644 --- a/src/mame/video/dietgo.c +++ b/src/mame/video/dietgo.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static void draw_sprites(running_machine* machine, bitmap_t *bitmap,const rectangle *cliprect) { diff --git a/src/mame/video/dogfgt.c b/src/mame/video/dogfgt.c index 7ae9a52bc83..efc8b21cb4b 100644 --- a/src/mame/video/dogfgt.c +++ b/src/mame/video/dogfgt.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "dogfgt.h" +#include "includes/dogfgt.h" /*************************************************************************** diff --git a/src/mame/video/dribling.c b/src/mame/video/dribling.c index a1123cd4714..148cae2cc0f 100644 --- a/src/mame/video/dribling.c +++ b/src/mame/video/dribling.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "dribling.h" +#include "includes/dribling.h" /************************************* diff --git a/src/mame/video/drmicro.c b/src/mame/video/drmicro.c index 5efe1ed2a26..8d4f43748bb 100644 --- a/src/mame/video/drmicro.c +++ b/src/mame/video/drmicro.c @@ -8,7 +8,7 @@ Video hardware *******************************************************************************/ #include "driver.h" -#include "drmicro.h" +#include "includes/drmicro.h" /****************************************************************************/ diff --git a/src/mame/video/epos.c b/src/mame/video/epos.c index cc86c1f842f..3ead546ebbf 100644 --- a/src/mame/video/epos.c +++ b/src/mame/video/epos.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "epos.h" +#include "includes/epos.h" /*************************************************************************** diff --git a/src/mame/video/eprom.c b/src/mame/video/eprom.c index f33840b19dd..3ba214f3e3c 100644 --- a/src/mame/video/eprom.c +++ b/src/mame/video/eprom.c @@ -5,8 +5,8 @@ ****************************************************************************/ #include "driver.h" -#include "eprom.h" -#include "thunderj.h" +#include "includes/eprom.h" +#include "includes/thunderj.h" /************************************* diff --git a/src/mame/video/equites.c b/src/mame/video/equites.c index d5dd7b8816a..807d3aeec81 100644 --- a/src/mame/video/equites.c +++ b/src/mame/video/equites.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "equites.h" +#include "includes/equites.h" /************************************* diff --git a/src/mame/video/esd16.c b/src/mame/video/esd16.c index 8cd3afd56b5..dbcce668159 100644 --- a/src/mame/video/esd16.c +++ b/src/mame/video/esd16.c @@ -34,7 +34,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: ***************************************************************************/ #include "driver.h" -#include "esd16.h" +#include "includes/esd16.h" /*************************************************************************** diff --git a/src/mame/video/esripsys.c b/src/mame/video/esripsys.c index 8902b21f0ca..965f62805ff 100644 --- a/src/mame/video/esripsys.c +++ b/src/mame/video/esripsys.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "esripsys.h" +#include "includes/esripsys.h" /************************************* diff --git a/src/mame/video/exedexes.c b/src/mame/video/exedexes.c index a083db95aed..108ce6a82de 100644 --- a/src/mame/video/exedexes.c +++ b/src/mame/video/exedexes.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "exedexes.h" +#include "includes/exedexes.h" #define TileMap(offs) (memory_region(machine, "gfx5")[offs]) diff --git a/src/mame/video/exerion.c b/src/mame/video/exerion.c index 27872512714..5ebd0b85451 100644 --- a/src/mame/video/exerion.c +++ b/src/mame/video/exerion.c @@ -6,7 +6,7 @@ #include "driver.h" #include "video/resnet.h" -#include "exerion.h" +#include "includes/exerion.h" #define BACKGROUND_X_START 32 diff --git a/src/mame/video/exidy.c b/src/mame/video/exidy.c index 47c33067a34..5423deb9d35 100644 --- a/src/mame/video/exidy.c +++ b/src/mame/video/exidy.c @@ -6,7 +6,7 @@ #include "driver.h" #include "deprecat.h" -#include "exidy.h" +#include "includes/exidy.h" UINT8 *exidy_videoram; diff --git a/src/mame/video/exidy440.c b/src/mame/video/exidy440.c index fd88b47e1c8..0276615dd6f 100644 --- a/src/mame/video/exidy440.c +++ b/src/mame/video/exidy440.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "exidy440.h" +#include "includes/exidy440.h" #define PIXEL_CLOCK (EXIDY440_MASTER_CLOCK / 2) diff --git a/src/mame/video/exprraid.c b/src/mame/video/exprraid.c index dfaa59c9367..d88b83746be 100644 --- a/src/mame/video/exprraid.c +++ b/src/mame/video/exprraid.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "exprraid.h" +#include "includes/exprraid.h" WRITE8_HANDLER( exprraid_videoram_w ) diff --git a/src/mame/video/exterm.c b/src/mame/video/exterm.c index 6e4018642c5..40e407624fa 100644 --- a/src/mame/video/exterm.c +++ b/src/mame/video/exterm.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/tms34010/tms34010.h" -#include "exterm.h" +#include "includes/exterm.h" UINT16 *exterm_master_videoram, *exterm_slave_videoram; diff --git a/src/mame/video/fastfred.c b/src/mame/video/fastfred.c index 68b9abb02e5..18348b63397 100644 --- a/src/mame/video/fastfred.c +++ b/src/mame/video/fastfred.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/resnet.h" -#include "fastfred.h" +#include "includes/fastfred.h" #include "includes/galaxold.h" UINT8 *fastfred_videoram; diff --git a/src/mame/video/fcombat.c b/src/mame/video/fcombat.c index b66077d27e8..c1fdfebfd52 100644 --- a/src/mame/video/fcombat.c +++ b/src/mame/video/fcombat.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "fcombat.h" +#include "includes/fcombat.h" static TILE_GET_INFO( get_bg_tile_info ) diff --git a/src/mame/video/finalizr.c b/src/mame/video/finalizr.c index 46f66e844b6..df3750711e0 100644 --- a/src/mame/video/finalizr.c +++ b/src/mame/video/finalizr.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "finalizr.h" +#include "includes/finalizr.h" PALETTE_INIT( finalizr ) diff --git a/src/mame/video/firetrap.c b/src/mame/video/firetrap.c index f19eb01d020..be3f75b208d 100644 --- a/src/mame/video/firetrap.c +++ b/src/mame/video/firetrap.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "firetrap.h" +#include "includes/firetrap.h" /*************************************************************************** diff --git a/src/mame/video/firetrk.c b/src/mame/video/firetrk.c index 43454acbe8d..27c15ce49d9 100644 --- a/src/mame/video/firetrk.c +++ b/src/mame/video/firetrk.c @@ -5,7 +5,7 @@ Atari Fire Truck + Super Bug + Monte Carlo video emulation ***************************************************************************/ #include "driver.h" -#include "firetrk.h" +#include "includes/firetrk.h" UINT8 *firetrk_alpha_num_ram; diff --git a/src/mame/video/foodf.c b/src/mame/video/foodf.c index d234fd8e432..2d7a59625de 100644 --- a/src/mame/video/foodf.c +++ b/src/mame/video/foodf.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "foodf.h" +#include "includes/foodf.h" #include "video/resnet.h" diff --git a/src/mame/video/freekick.c b/src/mame/video/freekick.c index 44e03df92fe..3c78b8ade32 100644 --- a/src/mame/video/freekick.c +++ b/src/mame/video/freekick.c @@ -1,7 +1,7 @@ /* Free Kick Video Hardware */ #include "driver.h" -#include "freekick.h" +#include "includes/freekick.h" static TILE_GET_INFO( get_freek_tile_info ) diff --git a/src/mame/video/funkybee.c b/src/mame/video/funkybee.c index e970751db03..8c47e563584 100644 --- a/src/mame/video/funkybee.c +++ b/src/mame/video/funkybee.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "funkybee.h" +#include "includes/funkybee.h" PALETTE_INIT( funkybee ) { diff --git a/src/mame/video/funkyjet.c b/src/mame/video/funkyjet.c index 8053b8e8e18..595c9683101 100644 --- a/src/mame/video/funkyjet.c +++ b/src/mame/video/funkyjet.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" /******************************************************************************/ diff --git a/src/mame/video/funybubl.c b/src/mame/video/funybubl.c index 788e28f66b9..5a3f0be395c 100644 --- a/src/mame/video/funybubl.c +++ b/src/mame/video/funybubl.c @@ -6,7 +6,7 @@ todo - convert to tilemap #include "driver.h" -#include "funybubl.h" +#include "includes/funybubl.h" WRITE8_HANDLER ( funybubl_paldatawrite ) diff --git a/src/mame/video/fuukifg2.c b/src/mame/video/fuukifg2.c index 492166a1b1f..01644412479 100644 --- a/src/mame/video/fuukifg2.c +++ b/src/mame/video/fuukifg2.c @@ -25,7 +25,7 @@ ***************************************************************************/ #include "driver.h" -#include "fuukifg2.h" +#include "includes/fuukifg2.h" /*************************************************************************** diff --git a/src/mame/video/fuukifg3.c b/src/mame/video/fuukifg3.c index 25f41a80db6..b5bd7f45e10 100644 --- a/src/mame/video/fuukifg3.c +++ b/src/mame/video/fuukifg3.c @@ -28,7 +28,7 @@ ***************************************************************************/ #include "driver.h" -#include "fuukifg3.h" +#include "includes/fuukifg3.h" /*************************************************************************** diff --git a/src/mame/video/gaelco.c b/src/mame/video/gaelco.c index 98f6a5d0837..53b1a4bc4f8 100644 --- a/src/mame/video/gaelco.c +++ b/src/mame/video/gaelco.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "gaelco.h" +#include "includes/gaelco.h" /*************************************************************************** diff --git a/src/mame/video/gaelco3d.c b/src/mame/video/gaelco3d.c index 214eec0b47a..6afe2f1a7e6 100644 --- a/src/mame/video/gaelco3d.c +++ b/src/mame/video/gaelco3d.c @@ -8,7 +8,7 @@ #include "driver.h" #include "eminline.h" -#include "gaelco3d.h" +#include "includes/gaelco3d.h" #include "cpu/tms32031/tms32031.h" #include "video/rgbutil.h" #include "video/poly.h" diff --git a/src/mame/video/gaiden.c b/src/mame/video/gaiden.c index 05ad4a82450..8ca2a84d044 100644 --- a/src/mame/video/gaiden.c +++ b/src/mame/video/gaiden.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "gaiden.h" +#include "includes/gaiden.h" /*************************************************************************** diff --git a/src/mame/video/galpani2.c b/src/mame/video/galpani2.c index 6293b47fd3a..541757a3bf7 100644 --- a/src/mame/video/galpani2.c +++ b/src/mame/video/galpani2.c @@ -8,7 +8,7 @@ ***************************************************************************/ #include "driver.h" -#include "kaneko16.h" +#include "includes/kaneko16.h" /* 304000:0040 0000 0100 0000-0000 0000 0000 0000 (Sprites regs) diff --git a/src/mame/video/gameplan.c b/src/mame/video/gameplan.c index 71d3dceb4ae..bc97f9c78fb 100644 --- a/src/mame/video/gameplan.c +++ b/src/mame/video/gameplan.c @@ -8,7 +8,7 @@ driver by Chris Moore #include "driver.h" #include "machine/6522via.h" -#include "gameplan.h" +#include "includes/gameplan.h" diff --git a/src/mame/video/gauntlet.c b/src/mame/video/gauntlet.c index 62841ee5131..41a8760b343 100644 --- a/src/mame/video/gauntlet.c +++ b/src/mame/video/gauntlet.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "gauntlet.h" +#include "includes/gauntlet.h" diff --git a/src/mame/video/genesis.c b/src/mame/video/genesis.c index d2d130ed090..abb64a7640b 100644 --- a/src/mame/video/genesis.c +++ b/src/mame/video/genesis.c @@ -10,7 +10,7 @@ #include "driver.h" #include "sound/sn76496.h" -#include "genesis.h" +#include "includes/genesis.h" static const device_config *genesis_screen; diff --git a/src/mame/video/gottlieb.c b/src/mame/video/gottlieb.c index b5b5a2b21ba..c78b5c89314 100644 --- a/src/mame/video/gottlieb.c +++ b/src/mame/video/gottlieb.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "gottlieb.h" +#include "includes/gottlieb.h" #include "machine/laserdsc.h" #include "video/resnet.h" diff --git a/src/mame/video/gstriker.c b/src/mame/video/gstriker.c index d3b76c9d9a3..ac547810b35 100644 --- a/src/mame/video/gstriker.c +++ b/src/mame/video/gstriker.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "gstriker.h" +#include "includes/gstriker.h" //UINT16 *gs_videoram3; //UINT16 *gs_mixer_regs; diff --git a/src/mame/video/harddriv.c b/src/mame/video/harddriv.c index 9fdc4b55e7c..ca6d80e9acc 100644 --- a/src/mame/video/harddriv.c +++ b/src/mame/video/harddriv.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/tms34010/tms34010.h" -#include "harddriv.h" +#include "includes/harddriv.h" diff --git a/src/mame/video/hexa.c b/src/mame/video/hexa.c index f3b07361f6e..47aa2f268c2 100644 --- a/src/mame/video/hexa.c +++ b/src/mame/video/hexa.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "hexa.h" +#include "includes/hexa.h" WRITE8_HANDLER( hexa_videoram_w ) { diff --git a/src/mame/video/hng64.c b/src/mame/video/hng64.c index ec42be2e750..e274262d633 100644 --- a/src/mame/video/hng64.c +++ b/src/mame/video/hng64.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "hng64.h" +#include "includes/hng64.h" #include #include "drawgfxm.h" diff --git a/src/mame/video/homedata.c b/src/mame/video/homedata.c index 1b31cc29f94..d8438ab51ea 100644 --- a/src/mame/video/homedata.c +++ b/src/mame/video/homedata.c @@ -1,6 +1,6 @@ #include "driver.h" #include "cpu/m6809/m6809.h" -#include "homedata.h" +#include "includes/homedata.h" /* video control registers: diff --git a/src/mame/video/hyhoo.c b/src/mame/video/hyhoo.c index 96326ca1f3f..4619b36ba60 100644 --- a/src/mame/video/hyhoo.c +++ b/src/mame/video/hyhoo.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" UINT8 *hyhoo_clut; diff --git a/src/mame/video/iqblock.c b/src/mame/video/iqblock.c index f92a28dc23a..028d2ed7d69 100644 --- a/src/mame/video/iqblock.c +++ b/src/mame/video/iqblock.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "iqblock.h" +#include "includes/iqblock.h" UINT8 *iqblock_bgvideoram; diff --git a/src/mame/video/irobot.c b/src/mame/video/irobot.c index c5b1c61922c..4a9238f374d 100644 --- a/src/mame/video/irobot.c +++ b/src/mame/video/irobot.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "irobot.h" +#include "includes/irobot.h" #define BITMAP_WIDTH 256 static UINT8 *polybitmap1,*polybitmap2; diff --git a/src/mame/video/itech32.c b/src/mame/video/itech32.c index daf2c208125..c81e33eb167 100644 --- a/src/mame/video/itech32.c +++ b/src/mame/video/itech32.c @@ -8,7 +8,7 @@ #include "driver.h" #include "profiler.h" #include "cpu/m68000/m68000.h" -#include "itech32.h" +#include "includes/itech32.h" /************************************* diff --git a/src/mame/video/itech8.c b/src/mame/video/itech8.c index 8a4c8e22c5f..099d568207d 100644 --- a/src/mame/video/itech8.c +++ b/src/mame/video/itech8.c @@ -91,7 +91,7 @@ #include "video/tms34061.h" #include "video/tlc34076.h" #include "cpu/m6809/m6809.h" -#include "itech8.h" +#include "includes/itech8.h" /************************************* diff --git a/src/mame/video/jedi.c b/src/mame/video/jedi.c index b5180a8e1d4..912479eb212 100644 --- a/src/mame/video/jedi.c +++ b/src/mame/video/jedi.c @@ -15,7 +15,7 @@ ***************************************************************************/ #include "driver.h" -#include "jedi.h" +#include "includes/jedi.h" #define NUM_PENS (0x1000) diff --git a/src/mame/video/jpmimpct.c b/src/mame/video/jpmimpct.c index 7af6e632854..a9055ada042 100644 --- a/src/mame/video/jpmimpct.c +++ b/src/mame/video/jpmimpct.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/tms34010/tms34010.h" -#include "jpmimpct.h" +#include "includes/jpmimpct.h" UINT16 *tms_vram; diff --git a/src/mame/video/kaneko16.c b/src/mame/video/kaneko16.c index f8302169390..065c4f850c8 100644 --- a/src/mame/video/kaneko16.c +++ b/src/mame/video/kaneko16.c @@ -32,7 +32,7 @@ **************************************************************************/ #include "driver.h" -#include "kaneko16.h" +#include "includes/kaneko16.h" #include "kan_pand.h" static UINT16 kaneko16_disp_enable; diff --git a/src/mame/video/klax.c b/src/mame/video/klax.c index 56c373a5912..da18eb0da0f 100644 --- a/src/mame/video/klax.c +++ b/src/mame/video/klax.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "klax.h" +#include "includes/klax.h" diff --git a/src/mame/video/konamigx.c b/src/mame/video/konamigx.c index 30975340f72..9f5673588b8 100644 --- a/src/mame/video/konamigx.c +++ b/src/mame/video/konamigx.c @@ -5,7 +5,7 @@ #include "driver.h" #include "video/konamiic.h" -#include "konamigx.h" +#include "includes/konamigx.h" #define GX_DEBUG 0 diff --git a/src/mame/video/leland.c b/src/mame/video/leland.c index 8e02837d8a1..649d385e894 100644 --- a/src/mame/video/leland.c +++ b/src/mame/video/leland.c @@ -7,7 +7,7 @@ ***************************************************************************/ #include "driver.h" -#include "leland.h" +#include "includes/leland.h" /* constants */ diff --git a/src/mame/video/lethalj.c b/src/mame/video/lethalj.c index 9dd43e4e8d4..ee9dff38b73 100644 --- a/src/mame/video/lethalj.c +++ b/src/mame/video/lethalj.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/tms34010/tms34010.h" -#include "lethalj.h" +#include "includes/lethalj.h" #define BLITTER_SOURCE_WIDTH 1024 diff --git a/src/mame/video/liberatr.c b/src/mame/video/liberatr.c index 2cf080af710..da2a10eddb9 100644 --- a/src/mame/video/liberatr.c +++ b/src/mame/video/liberatr.c @@ -14,7 +14,7 @@ ***************************************************************************/ #include "driver.h" -#include "liberatr.h" +#include "includes/liberatr.h" #define NUM_PENS (0x18) diff --git a/src/mame/video/lockon.c b/src/mame/video/lockon.c index 9413203d775..4df984fab5a 100644 --- a/src/mame/video/lockon.c +++ b/src/mame/video/lockon.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "lockon.h" +#include "includes/lockon.h" #include "cpu/nec/nec.h" #include "video/resnet.h" diff --git a/src/mame/video/lordgun.c b/src/mame/video/lordgun.c index 49bb19ed446..48ab27d3b94 100644 --- a/src/mame/video/lordgun.c +++ b/src/mame/video/lordgun.c @@ -36,7 +36,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: ***************************************************************************/ #include "driver.h" -#include "lordgun.h" +#include "includes/lordgun.h" // Variables needed by driver: diff --git a/src/mame/video/m10.c b/src/mame/video/m10.c index 9fbcad52b71..765550e8a8f 100644 --- a/src/mame/video/m10.c +++ b/src/mame/video/m10.c @@ -11,7 +11,7 @@ ***************************************************************************/ #include "driver.h" -#include "m10.h" +#include "includes/m10.h" static UINT32 extyoffs[32 * 8]; // FIXME: this should be moved to m10_state, but backlayout would have problems diff --git a/src/mame/video/m107.c b/src/mame/video/m107.c index f9ca86ffa2a..cccd8ba0f85 100644 --- a/src/mame/video/m107.c +++ b/src/mame/video/m107.c @@ -35,7 +35,7 @@ *****************************************************************************/ #include "driver.h" -#include "m107.h" +#include "includes/m107.h" typedef struct _pf_layer_info pf_layer_info; struct _pf_layer_info diff --git a/src/mame/video/m72.c b/src/mame/video/m72.c index 96f9fd95ca8..beb5377ce97 100644 --- a/src/mame/video/m72.c +++ b/src/mame/video/m72.c @@ -1,6 +1,6 @@ #include "driver.h" #include "audio/m72.h" -#include "m72.h" +#include "includes/m72.h" diff --git a/src/mame/video/madalien.c b/src/mame/video/madalien.c index f4fa433f216..c079912aa13 100644 --- a/src/mame/video/madalien.c +++ b/src/mame/video/madalien.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/mc6845.h" -#include "madalien.h" +#include "includes/madalien.h" #define PIXEL_CLOCK (MADALIEN_MAIN_CLOCK / 2) diff --git a/src/mame/video/mcr.c b/src/mame/video/mcr.c index 26798336b15..f3c66678373 100644 --- a/src/mame/video/mcr.c +++ b/src/mame/video/mcr.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "mcr.h" +#include "includes/mcr.h" INT8 mcr12_sprite_xoffs; diff --git a/src/mame/video/mcr3.c b/src/mame/video/mcr3.c index 86f3d7d1bbc..db22b194c6a 100644 --- a/src/mame/video/mcr3.c +++ b/src/mame/video/mcr3.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "mcr.h" +#include "includes/mcr.h" diff --git a/src/mame/video/mcr68.c b/src/mame/video/mcr68.c index 02abbfa5a07..b81488b6dbd 100644 --- a/src/mame/video/mcr68.c +++ b/src/mame/video/mcr68.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "mcr.h" +#include "includes/mcr.h" #define LOW_BYTE(x) ((x) & 0xff) diff --git a/src/mame/video/meadows.c b/src/mame/video/meadows.c index 583d7921687..227f48ac261 100644 --- a/src/mame/video/meadows.c +++ b/src/mame/video/meadows.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "meadows.h" +#include "includes/meadows.h" /* some constants to make life easier */ #define SPR_ADJUST_X -18 diff --git a/src/mame/video/megasys1.c b/src/mame/video/megasys1.c index 6a940b8ea58..cdde055fbaf 100644 --- a/src/mame/video/megasys1.c +++ b/src/mame/video/megasys1.c @@ -192,7 +192,7 @@ actual code sent to the hardware. ***************************************************************************/ #include "driver.h" -#include "megasys1.h" +#include "includes/megasys1.h" /* Variables defined here, that have to be shared: */ tilemap *megasys1_tmap[3]; diff --git a/src/mame/video/midtunit.c b/src/mame/video/midtunit.c index 60cd9a5d623..354109c258c 100644 --- a/src/mame/video/midtunit.c +++ b/src/mame/video/midtunit.c @@ -7,7 +7,7 @@ #include "driver.h" #include "profiler.h" #include "cpu/tms34010/tms34010.h" -#include "midtunit.h" +#include "includes/midtunit.h" /* compile-time options */ diff --git a/src/mame/video/midvunit.c b/src/mame/video/midvunit.c index b3743fceebd..b078ae0ed22 100644 --- a/src/mame/video/midvunit.c +++ b/src/mame/video/midvunit.c @@ -9,7 +9,7 @@ #include "cpu/adsp2100/adsp2100.h" #include "audio/williams.h" #include "video/poly.h" -#include "midvunit.h" +#include "includes/midvunit.h" #define WATCH_RENDER (0) diff --git a/src/mame/video/midyunit.c b/src/mame/video/midyunit.c index 1ef18bea95d..8bd07fde7b9 100644 --- a/src/mame/video/midyunit.c +++ b/src/mame/video/midyunit.c @@ -7,7 +7,7 @@ #include "driver.h" #include "profiler.h" #include "cpu/tms34010/tms34010.h" -#include "midyunit.h" +#include "includes/midyunit.h" /* compile-time options */ diff --git a/src/mame/video/mystston.c b/src/mame/video/mystston.c index 220d1c47f61..01405b6e3bb 100644 --- a/src/mame/video/mystston.c +++ b/src/mame/video/mystston.c @@ -14,7 +14,7 @@ #include "driver.h" #include "video/resnet.h" -#include "mystston.h" +#include "includes/mystston.h" diff --git a/src/mame/video/mystwarr.c b/src/mame/video/mystwarr.c index 7d73be4adbd..e18ed2541fe 100644 --- a/src/mame/video/mystwarr.c +++ b/src/mame/video/mystwarr.c @@ -7,7 +7,7 @@ #include "driver.h" #include "video/konamiic.h" -#include "konamigx.h" +#include "includes/konamigx.h" static int layer_colorbase[6]; static int oinprion, cbparam; diff --git a/src/mame/video/namcofl.c b/src/mame/video/namcofl.c index 2b4b9f9245b..0853324e098 100644 --- a/src/mame/video/namcofl.c +++ b/src/mame/video/namcofl.c @@ -1,9 +1,9 @@ /* video/namcofl.c */ #include "driver.h" -#include "namconb1.h" -#include "namcoic.h" -#include "namcos2.h" +#include "includes/namconb1.h" +#include "includes/namcoic.h" +#include "includes/namcos2.h" //UINT32 *namcofl_spritebank32; //UINT32 *namcofl_tilebank32; diff --git a/src/mame/video/namcona1.c b/src/mame/video/namcona1.c index 40fcdde5b45..869eed167ac 100644 --- a/src/mame/video/namcona1.c +++ b/src/mame/video/namcona1.c @@ -7,7 +7,7 @@ TODO: */ #include "driver.h" -#include "namcona1.h" +#include "includes/namcona1.h" #define NAMCONA1_NUM_TILEMAPS 4 diff --git a/src/mame/video/namconb1.c b/src/mame/video/namconb1.c index eca84eb170a..60d639a13b1 100644 --- a/src/mame/video/namconb1.c +++ b/src/mame/video/namconb1.c @@ -1,9 +1,9 @@ /* video/namconb1.c */ #include "driver.h" -#include "namconb1.h" -#include "namcoic.h" -#include "namcos2.h" +#include "includes/namconb1.h" +#include "includes/namcoic.h" +#include "includes/namcos2.h" #include "audio/namcoc7x.h" static UINT32 tilemap_tile_bank[4]; diff --git a/src/mame/video/namcos2.c b/src/mame/video/namcos2.c index 5385b2e8fc8..f0d82394305 100644 --- a/src/mame/video/namcos2.c +++ b/src/mame/video/namcos2.c @@ -2,8 +2,8 @@ #include "driver.h" -#include "namcos2.h" -#include "namcoic.h" +#include "includes/namcos2.h" +#include "includes/namcoic.h" UINT16 *namcos2_sprite_ram; UINT16 *namcos2_68k_palette_ram; diff --git a/src/mame/video/namcos21.c b/src/mame/video/namcos21.c index ecc1199212f..b2c73d63cdc 100644 --- a/src/mame/video/namcos21.c +++ b/src/mame/video/namcos21.c @@ -7,9 +7,9 @@ Namco System 21 Video Hardware */ #include "driver.h" -#include "namcos2.h" -#include "namcoic.h" -#include "namcos21.h" +#include "includes/namcos2.h" +#include "includes/namcoic.h" +#include "includes/namcos21.h" #define FRAMEBUFFER_SIZE_IN_BYTES (sizeof(UINT16)*NAMCOS21_POLY_FRAME_WIDTH*NAMCOS21_POLY_FRAME_HEIGHT) diff --git a/src/mame/video/namcos22.c b/src/mame/video/namcos22.c index 1f6828c1137..fc1504aa953 100644 --- a/src/mame/video/namcos22.c +++ b/src/mame/video/namcos22.c @@ -36,7 +36,7 @@ SPOT TABLE test #include "driver.h" #include "eminline.h" #include "video/rgbutil.h" -#include "namcos22.h" +#include "includes/namcos22.h" #include "video/poly.h" // uncomment this line to render everything as quads diff --git a/src/mame/video/nbmj8688.c b/src/mame/video/nbmj8688.c index bbd11611bac..c75b2849f09 100644 --- a/src/mame/video/nbmj8688.c +++ b/src/mame/video/nbmj8688.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "includes/nbmj8688.h" diff --git a/src/mame/video/nbmj8891.c b/src/mame/video/nbmj8891.c index 54b9eefc0d3..1a9d9b2a2ca 100644 --- a/src/mame/video/nbmj8891.c +++ b/src/mame/video/nbmj8891.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "includes/nbmj8891.h" diff --git a/src/mame/video/nbmj8900.c b/src/mame/video/nbmj8900.c index c4aa6f67559..d5fdec5741d 100644 --- a/src/mame/video/nbmj8900.c +++ b/src/mame/video/nbmj8900.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" static int nbmj8900_scrolly; diff --git a/src/mame/video/nbmj8991.c b/src/mame/video/nbmj8991.c index 3ad1d866daa..5a12c6a851e 100644 --- a/src/mame/video/nbmj8991.c +++ b/src/mame/video/nbmj8991.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" #include "includes/nbmj8991.h" diff --git a/src/mame/video/neogeo.c b/src/mame/video/neogeo.c index 52c1a0f3bca..e754c7b1711 100644 --- a/src/mame/video/neogeo.c +++ b/src/mame/video/neogeo.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "neogeo.h" +#include "includes/neogeo.h" #include "video/resnet.h" #define NUM_PENS (0x1000) diff --git a/src/mame/video/news.c b/src/mame/video/news.c index 76530a6762f..364e52519d9 100644 --- a/src/mame/video/news.c +++ b/src/mame/video/news.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "news.h" +#include "includes/news.h" UINT8 *news_fgram; diff --git a/src/mame/video/ninjakd2.c b/src/mame/video/ninjakd2.c index a161f882a21..88546ad6c4f 100644 --- a/src/mame/video/ninjakd2.c +++ b/src/mame/video/ninjakd2.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "ninjakd2.h" +#include "includes/ninjakd2.h" UINT8* ninjakd2_bg_videoram; UINT8* ninjakd2_fg_videoram; diff --git a/src/mame/video/nova2001.c b/src/mame/video/nova2001.c index f783ab393e5..ce0a9587bf7 100644 --- a/src/mame/video/nova2001.c +++ b/src/mame/video/nova2001.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "nova2001.h" +#include "includes/nova2001.h" UINT8 *nova2001_fg_videoram, *nova2001_bg_videoram; diff --git a/src/mame/video/offtwall.c b/src/mame/video/offtwall.c index 94aa175c1c8..ee2da644979 100644 --- a/src/mame/video/offtwall.c +++ b/src/mame/video/offtwall.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "offtwall.h" +#include "includes/offtwall.h" diff --git a/src/mame/video/pandoras.c b/src/mame/video/pandoras.c index 9948b5257ad..59d3817e9b7 100644 --- a/src/mame/video/pandoras.c +++ b/src/mame/video/pandoras.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "pandoras.h" +#include "includes/pandoras.h" #include "video/resnet.h" /*********************************************************************** diff --git a/src/mame/video/paradise.c b/src/mame/video/paradise.c index 5fa9a70dffd..9b275ee6e91 100644 --- a/src/mame/video/paradise.c +++ b/src/mame/video/paradise.c @@ -26,7 +26,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: ***************************************************************************/ #include "driver.h" -#include "paradise.h" +#include "includes/paradise.h" /* Variables that driver has access to: */ diff --git a/src/mame/video/pastelg.c b/src/mame/video/pastelg.c index 984478b7208..0fb05cee122 100644 --- a/src/mame/video/pastelg.c +++ b/src/mame/video/pastelg.c @@ -7,7 +7,7 @@ ******************************************************************************/ #include "driver.h" -#include "nb1413m3.h" +#include "includes/nb1413m3.h" static int blitter_destx, blitter_desty; diff --git a/src/mame/video/phoenix.c b/src/mame/video/phoenix.c index 3d0d51e68ca..e76fbc91ed1 100644 --- a/src/mame/video/phoenix.c +++ b/src/mame/video/phoenix.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/resnet.h" -#include "phoenix.h" +#include "includes/phoenix.h" static UINT8 *videoram_pg[2]; static UINT8 videoram_pg_index; diff --git a/src/mame/video/pktgaldx.c b/src/mame/video/pktgaldx.c index d0b13c0c18e..ee5c13e8f6a 100644 --- a/src/mame/video/pktgaldx.c +++ b/src/mame/video/pktgaldx.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" UINT16* pcktgaldb_fgram; UINT16* pcktgaldb_sprites; diff --git a/src/mame/video/policetr.c b/src/mame/video/policetr.c index 7dfb3d53e24..81a9a5581af 100644 --- a/src/mame/video/policetr.c +++ b/src/mame/video/policetr.c @@ -6,7 +6,7 @@ #include "driver.h" #include "cpu/mips/r3000.h" -#include "policetr.h" +#include "includes/policetr.h" /* constants */ diff --git a/src/mame/video/popper.c b/src/mame/video/popper.c index 1bc3c253d00..2d4869184cc 100644 --- a/src/mame/video/popper.c +++ b/src/mame/video/popper.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/resnet.h" -#include "popper.h" +#include "includes/popper.h" /*************************************************************************** diff --git a/src/mame/video/psikyosh.c b/src/mame/video/psikyosh.c index 9895f74ab8e..d902c370895 100644 --- a/src/mame/video/psikyosh.c +++ b/src/mame/video/psikyosh.c @@ -91,7 +91,7 @@ sol divide doesn't seem to make much use of tilemaps at all, it uses them to fad #include "driver.h" #include "profiler.h" -#include "psikyosh.h" +#include "includes/psikyosh.h" #include "drawgfxm.h" /* Needed for psikyosh_drawgfxzoom */ diff --git a/src/mame/video/qix.c b/src/mame/video/qix.c index ad3f47f15a1..ad8f20e3564 100644 --- a/src/mame/video/qix.c +++ b/src/mame/video/qix.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/mc6845.h" -#include "qix.h" +#include "includes/qix.h" #include "cpu/m6809/m6809.h" diff --git a/src/mame/video/rampart.c b/src/mame/video/rampart.c index 6ba9d1fbc7c..af081cd5427 100644 --- a/src/mame/video/rampart.c +++ b/src/mame/video/rampart.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "rampart.h" +#include "includes/rampart.h" diff --git a/src/mame/video/realbrk.c b/src/mame/video/realbrk.c index f616340867e..4c74ae084b9 100644 --- a/src/mame/video/realbrk.c +++ b/src/mame/video/realbrk.c @@ -20,9 +20,8 @@ ***************************************************************************/ #include "driver.h" -#include "realbrk.h" +#include "includes/realbrk.h" -//UINT16 *realbrk_vram_0, *realbrk_vram_1, *realbrk_vram_2, *realbrk_vregs; UINT16 *realbrk_vram_0, *realbrk_vram_1, *realbrk_vram_2, *realbrk_vregs, *realbrk_vram_0ras, *realbrk_vram_1ras; static bitmap_t *tmpbitmap0 = NULL; static bitmap_t *tmpbitmap1 = NULL; diff --git a/src/mame/video/redalert.c b/src/mame/video/redalert.c index 536aa81c698..806e2976226 100644 --- a/src/mame/video/redalert.c +++ b/src/mame/video/redalert.c @@ -9,7 +9,7 @@ #include "driver.h" #include "video/resnet.h" -#include "redalert.h" +#include "includes/redalert.h" #define NUM_CHARMAP_PENS 0x200 diff --git a/src/mame/video/relief.c b/src/mame/video/relief.c index ae9057ac306..a8c1eae924a 100644 --- a/src/mame/video/relief.c +++ b/src/mame/video/relief.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "relief.h" +#include "includes/relief.h" diff --git a/src/mame/video/rohga.c b/src/mame/video/rohga.c index 17e387c40da..9f5bd866736 100644 --- a/src/mame/video/rohga.c +++ b/src/mame/video/rohga.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static UINT16 * rohga_spriteram; diff --git a/src/mame/video/segag80r.c b/src/mame/video/segag80r.c index ada991c33dd..865ea4f1c00 100644 --- a/src/mame/video/segag80r.c +++ b/src/mame/video/segag80r.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "segag80r.h" +#include "includes/segag80r.h" #include "machine/rescap.h" #include "video/resnet.h" diff --git a/src/mame/video/segas32.c b/src/mame/video/segas32.c index e23fdee52b5..2f40e375641 100644 --- a/src/mame/video/segas32.c +++ b/src/mame/video/segas32.c @@ -143,7 +143,7 @@ #include "driver.h" #include "profiler.h" -#include "segas32.h" +#include "includes/segas32.h" diff --git a/src/mame/video/seta.c b/src/mame/video/seta.c index c3f92f6f01b..57ebfeafaf1 100644 --- a/src/mame/video/seta.c +++ b/src/mame/video/seta.c @@ -137,7 +137,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: #include "driver.h" #include "sound/x1_010.h" -#include "seta.h" +#include "includes/seta.h" /* Variables only used here */ diff --git a/src/mame/video/seta2.c b/src/mame/video/seta2.c index f6067ef25e0..d801d6c299c 100644 --- a/src/mame/video/seta2.c +++ b/src/mame/video/seta2.c @@ -71,7 +71,7 @@ ***************************************************************************/ #include "driver.h" -#include "seta.h" +#include "includes/seta.h" UINT16 *seta2_vregs; diff --git a/src/mame/video/shuuz.c b/src/mame/video/shuuz.c index 196763be96c..925ff749f88 100644 --- a/src/mame/video/shuuz.c +++ b/src/mame/video/shuuz.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "shuuz.h" +#include "includes/shuuz.h" diff --git a/src/mame/video/simpl156.c b/src/mame/video/simpl156.c index a3839a0b669..4c8cc4ddd94 100644 --- a/src/mame/video/simpl156.c +++ b/src/mame/video/simpl156.c @@ -3,7 +3,7 @@ */ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" /* diff --git a/src/mame/video/skydiver.c b/src/mame/video/skydiver.c index 0f27d5caccd..0d65b852fce 100644 --- a/src/mame/video/skydiver.c +++ b/src/mame/video/skydiver.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "skydiver.h" +#include "includes/skydiver.h" #include "sound/discrete.h" diff --git a/src/mame/video/snk.c b/src/mame/video/snk.c index 783b844b02a..ac9fcd8e811 100644 --- a/src/mame/video/snk.c +++ b/src/mame/video/snk.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "snk.h" +#include "includes/snk.h" /******************************************************************************* Shadow Handling Notes diff --git a/src/mame/video/spacefb.c b/src/mame/video/spacefb.c index 0292c2521a5..0b78c114294 100644 --- a/src/mame/video/spacefb.c +++ b/src/mame/video/spacefb.c @@ -5,7 +5,7 @@ ****************************************************************************/ #include "driver.h" -#include "spacefb.h" +#include "includes/spacefb.h" #include "video/resnet.h" diff --git a/src/mame/video/ssv.c b/src/mame/video/ssv.c index 76fcac264df..efdb6c7909f 100644 --- a/src/mame/video/ssv.c +++ b/src/mame/video/ssv.c @@ -136,7 +136,7 @@ Note: press Z to show some info on each sprite (debug builds only) ***************************************************************************/ #include "driver.h" -#include "seta.h" +#include "includes/seta.h" #ifdef MAME_DEBUG #include "ui.h" #endif diff --git a/src/mame/video/st0016.c b/src/mame/video/st0016.c index f08a2f72519..e20a80b8e2f 100644 --- a/src/mame/video/st0016.c +++ b/src/mame/video/st0016.c @@ -4,7 +4,7 @@ ************************************/ #include "driver.h" -#include "st0016.h" +#include "includes/st0016.h" UINT8 *st0016_charram; static UINT8 *st0016_spriteram,*st0016_paletteram; diff --git a/src/mame/video/stactics.c b/src/mame/video/stactics.c index cc5c03c8e05..ac88a2112de 100644 --- a/src/mame/video/stactics.c +++ b/src/mame/video/stactics.c @@ -47,7 +47,7 @@ tilt the mirror up and down, and the monitor left and right. ***************************************************************************/ #include "driver.h" -#include "stactics.h" +#include "includes/stactics.h" diff --git a/src/mame/video/starfire.c b/src/mame/video/starfire.c index 2ba4ee08fce..e736a3b8ec3 100644 --- a/src/mame/video/starfire.c +++ b/src/mame/video/starfire.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "starfire.h" +#include "includes/starfire.h" #define NUM_PENS (0x40) diff --git a/src/mame/video/subs.c b/src/mame/video/subs.c index 28cc8479548..44cff843464 100644 --- a/src/mame/video/subs.c +++ b/src/mame/video/subs.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "subs.h" +#include "includes/subs.h" #include "sound/discrete.h" WRITE8_HANDLER( subs_invert1_w ) diff --git a/src/mame/video/supbtime.c b/src/mame/video/supbtime.c index 3fb79137502..a8337958b08 100644 --- a/src/mame/video/supbtime.c +++ b/src/mame/video/supbtime.c @@ -13,7 +13,7 @@ End sequence uses rowscroll '98 c0' on pf1 (jmp to 1d61a on supbtimj) ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" /******************************************************************************/ diff --git a/src/mame/video/suprridr.c b/src/mame/video/suprridr.c index ca33138dff8..c770a167b7a 100644 --- a/src/mame/video/suprridr.c +++ b/src/mame/video/suprridr.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "suprridr.h" +#include "includes/suprridr.h" UINT8 *suprridr_bgram; diff --git a/src/mame/video/system16.c b/src/mame/video/system16.c index a991e160666..bede4048c05 100644 --- a/src/mame/video/system16.c +++ b/src/mame/video/system16.c @@ -25,7 +25,7 @@ ***************************************************************************/ #include "driver.h" -#include "system16.h" +#include "includes/system16.h" #include "video/resnet.h" #include "video/segaic16.h" diff --git a/src/mame/video/taito_f3.c b/src/mame/video/taito_f3.c index 7e9d5509bb5..240bcb8b5ed 100644 --- a/src/mame/video/taito_f3.c +++ b/src/mame/video/taito_f3.c @@ -205,7 +205,7 @@ Playfield tile info: ***************************************************************************/ #include "driver.h" -#include "taito_f3.h" +#include "includes/taito_f3.h" #include "ui.h" #define VERBOSE 0 diff --git a/src/mame/video/tank8.c b/src/mame/video/tank8.c index dd5df9bef7c..78a85ea086f 100644 --- a/src/mame/video/tank8.c +++ b/src/mame/video/tank8.c @@ -5,7 +5,7 @@ Atari Tank 8 video emulation ***************************************************************************/ #include "driver.h" -#include "tank8.h" +#include "includes/tank8.h" UINT8 *tank8_video_ram; diff --git a/src/mame/video/tatsumi.c b/src/mame/video/tatsumi.c index 64eaaf9739c..cef58aa39bc 100644 --- a/src/mame/video/tatsumi.c +++ b/src/mame/video/tatsumi.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "tatsumi.h" +#include "includes/tatsumi.h" static tilemap *tx_layer; static tilemap *layer0, *layer1, *layer2, *layer3; diff --git a/src/mame/video/taxidrvr.c b/src/mame/video/taxidrvr.c index 6641b8d4bca..811579c00f3 100644 --- a/src/mame/video/taxidrvr.c +++ b/src/mame/video/taxidrvr.c @@ -1,5 +1,5 @@ #include "driver.h" -#include "taxidrvr.h" +#include "includes/taxidrvr.h" UINT8 *taxidrvr_vram0,*taxidrvr_vram1,*taxidrvr_vram2,*taxidrvr_vram3; diff --git a/src/mame/video/tceptor.c b/src/mame/video/tceptor.c index b0351618cc3..b8f5b18555a 100644 --- a/src/mame/video/tceptor.c +++ b/src/mame/video/tceptor.c @@ -4,7 +4,7 @@ */ #include "driver.h" -#include "namcoic.h" +#include "includes/namcoic.h" #define TX_TILE_OFFSET_CENTER (32 * 2) #define TX_TILE_OFFSET_RIGHT (32 * 0 + 2) diff --git a/src/mame/video/thedeep.c b/src/mame/video/thedeep.c index 750bb77ac65..0bb67c78ffe 100644 --- a/src/mame/video/thedeep.c +++ b/src/mame/video/thedeep.c @@ -29,7 +29,7 @@ ***************************************************************************/ #include "driver.h" -#include "thedeep.h" +#include "includes/thedeep.h" /* Variables only used here: */ diff --git a/src/mame/video/toaplan1.c b/src/mame/video/toaplan1.c index 4a4bf16cba2..79f7fb429e3 100644 --- a/src/mame/video/toaplan1.c +++ b/src/mame/video/toaplan1.c @@ -119,7 +119,7 @@ Abnormalities: #include "driver.h" -#include "toaplan1.h" +#include "includes/toaplan1.h" #include "cpu/m68000/m68000.h" diff --git a/src/mame/video/toobin.c b/src/mame/video/toobin.c index c910c1bfdb2..72bb91fc465 100644 --- a/src/mame/video/toobin.c +++ b/src/mame/video/toobin.c @@ -6,7 +6,7 @@ #include "driver.h" #include "machine/atarigen.h" -#include "toobin.h" +#include "includes/toobin.h" diff --git a/src/mame/video/triplhnt.c b/src/mame/video/triplhnt.c index 51c357123a6..ba208ba8cca 100644 --- a/src/mame/video/triplhnt.c +++ b/src/mame/video/triplhnt.c @@ -5,7 +5,7 @@ Atari Triple Hunt video emulation ***************************************************************************/ #include "driver.h" -#include "triplhnt.h" +#include "includes/triplhnt.h" UINT8* triplhnt_playfield_ram; diff --git a/src/mame/video/tumblep.c b/src/mame/video/tumblep.c index 6b4111133ae..8f7aac7b4c9 100644 --- a/src/mame/video/tumblep.c +++ b/src/mame/video/tumblep.c @@ -14,7 +14,7 @@ to switch between 8*8 tiles and 16*16 tiles. ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static void draw_sprites(running_machine *machine, bitmap_t *bitmap,const rectangle *cliprect) { diff --git a/src/mame/video/turbo.c b/src/mame/video/turbo.c index f934dd0ee4a..5af163459fa 100644 --- a/src/mame/video/turbo.c +++ b/src/mame/video/turbo.c @@ -5,7 +5,7 @@ *************************************************************************/ #include "driver.h" -#include "turbo.h" +#include "includes/turbo.h" #include "video/resnet.h" diff --git a/src/mame/video/twincobr.c b/src/mame/video/twincobr.c index 228980c0805..e8a18b645ce 100644 --- a/src/mame/video/twincobr.c +++ b/src/mame/video/twincobr.c @@ -14,7 +14,7 @@ #include "driver.h" #include "video/mc6845.h" -#include "twincobr.h" +#include "includes/twincobr.h" static STATE_POSTLOAD( twincobr_restore_screen ); diff --git a/src/mame/video/tx1.c b/src/mame/video/tx1.c index 9d8906390e2..d5b874bd01c 100644 --- a/src/mame/video/tx1.c +++ b/src/mame/video/tx1.c @@ -8,7 +8,7 @@ #include "render.h" #include "video/resnet.h" #include "cpu/i86/i86.h" -#include "tx1.h" +#include "includes/tx1.h" /************************************* diff --git a/src/mame/video/ultratnk.c b/src/mame/video/ultratnk.c index 39550e18e6b..c369b88d354 100644 --- a/src/mame/video/ultratnk.c +++ b/src/mame/video/ultratnk.c @@ -5,7 +5,7 @@ Atari Ultra Tank video emulation ***************************************************************************/ #include "driver.h" -#include "ultratnk.h" +#include "includes/ultratnk.h" #include "audio/sprint4.h" static tilemap* playfield; diff --git a/src/mame/video/unico.c b/src/mame/video/unico.c index 2cffd7d6b1e..f69a0b6b660 100644 --- a/src/mame/video/unico.c +++ b/src/mame/video/unico.c @@ -37,7 +37,7 @@ Note: if MAME_DEBUG is defined, pressing Z with: ***************************************************************************/ #include "driver.h" -#include "unico.h" +#include "includes/unico.h" /* Variables needed by drivers: */ diff --git a/src/mame/video/vaportra.c b/src/mame/video/vaportra.c index 14b4db4a51c..bcdef046452 100644 --- a/src/mame/video/vaportra.c +++ b/src/mame/video/vaportra.c @@ -10,7 +10,7 @@ ***************************************************************************/ #include "driver.h" -#include "deco16ic.h" +#include "includes/deco16ic.h" static UINT16 vaportra_priority[2]; diff --git a/src/mame/video/vertigo.c b/src/mame/video/vertigo.c index f1e3eed0528..0d8e28397ca 100644 --- a/src/mame/video/vertigo.c +++ b/src/mame/video/vertigo.c @@ -46,7 +46,7 @@ #include "driver.h" #include "profiler.h" #include "video/vector.h" -#include "vertigo.h" +#include "includes/vertigo.h" /************************************* diff --git a/src/mame/video/victory.c b/src/mame/video/victory.c index 9a7f260947f..4955f939c8e 100644 --- a/src/mame/video/victory.c +++ b/src/mame/video/victory.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "victory.h" +#include "includes/victory.h" /* globally-accessible storage */ diff --git a/src/mame/video/vindictr.c b/src/mame/video/vindictr.c index 938893c5d31..5d9780584a2 100644 --- a/src/mame/video/vindictr.c +++ b/src/mame/video/vindictr.c @@ -5,8 +5,8 @@ ****************************************************************************/ #include "driver.h" -#include "vindictr.h" -#include "thunderj.h" +#include "includes/vindictr.h" +#include "includes/thunderj.h" diff --git a/src/mame/video/warpwarp.c b/src/mame/video/warpwarp.c index cef4c985ef2..cfa92812d0a 100644 --- a/src/mame/video/warpwarp.c +++ b/src/mame/video/warpwarp.c @@ -8,7 +8,7 @@ #include "driver.h" #include "video/resnet.h" -#include "warpwarp.h" +#include "includes/warpwarp.h" UINT8 *geebee_videoram,*warpwarp_videoram; diff --git a/src/mame/video/williams.c b/src/mame/video/williams.c index 247b34292eb..62058d61673 100644 --- a/src/mame/video/williams.c +++ b/src/mame/video/williams.c @@ -93,7 +93,7 @@ #include "driver.h" #include "video/resnet.h" -#include "williams.h" +#include "includes/williams.h" diff --git a/src/mame/video/ygv608.c b/src/mame/video/ygv608.c index 432002ff143..fceddab2f1c 100644 --- a/src/mame/video/ygv608.c +++ b/src/mame/video/ygv608.c @@ -30,7 +30,7 @@ */ #include "driver.h" -#include "namcond1.h" // only while debugging +#include "includes/namcond1.h" // only while debugging #include "video/ygv608.h" #define _ENABLE_SPRITES diff --git a/src/mame/video/yunsun16.c b/src/mame/video/yunsun16.c index b4052554b00..b5d5af8588f 100644 --- a/src/mame/video/yunsun16.c +++ b/src/mame/video/yunsun16.c @@ -21,7 +21,7 @@ ***************************************************************************/ #include "driver.h" -#include "yunsun16.h" +#include "includes/yunsun16.h" /*************************************************************************** diff --git a/src/mame/video/zerozone.c b/src/mame/video/zerozone.c index ea4c6d40c0c..9423018300d 100644 --- a/src/mame/video/zerozone.c +++ b/src/mame/video/zerozone.c @@ -5,7 +5,7 @@ ***************************************************************************/ #include "driver.h" -#include "zerozone.h" +#include "includes/zerozone.h" WRITE16_HANDLER( zerozone_tilemap_w ) {