summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-01-05 00:13:16 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-01-05 00:13:16 +0000
commit15d533f21b1b17803397c87ef4c605fbb2ba6af2 (patch)
treef648cc5478260b58c1deace0284922d307f03c74
parentca3c3db01a8138ba6db7fd812be7fa58c83d3338 (diff)
Consistency fix: Moved .h file out of DRIVERS and placed into INCLUDES (nw)
-rw-r--r--.gitattributes2
-rw-r--r--src/mame/drivers/bfm_sc4.c2
-rw-r--r--src/mame/drivers/bfm_sc5.c2
-rw-r--r--src/mame/includes/bfm_sc45.h (renamed from src/mame/drivers/bfm_sc45.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 90bf9b6e5f5..d3f1c2e55e3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1903,7 +1903,6 @@ src/mame/drivers/bfcobra.c svneol=native#text/plain
src/mame/drivers/bfm_sc1.c svneol=native#text/plain
src/mame/drivers/bfm_sc2.c svneol=native#text/plain
src/mame/drivers/bfm_sc4.c svneol=native#text/plain
-src/mame/drivers/bfm_sc45.h svneol=native#text/plain
src/mame/drivers/bfm_sc5.c svneol=native#text/plain
src/mame/drivers/bfm_swp.c svneol=native#text/plain
src/mame/drivers/bfmsys83.c svneol=native#text/plain
@@ -3072,6 +3071,7 @@ src/mame/includes/battlnts.h svneol=native#text/plain
src/mame/includes/bbusters.h svneol=native#text/plain
src/mame/includes/beathead.h svneol=native#text/plain
src/mame/includes/beezer.h svneol=native#text/plain
+src/mame/includes/bfm_sc45.h svneol=native#text/plain
src/mame/includes/bigevglf.h svneol=native#text/plain
src/mame/includes/bigstrkb.h svneol=native#text/plain
src/mame/includes/bionicc.h svneol=native#text/plain
diff --git a/src/mame/drivers/bfm_sc4.c b/src/mame/drivers/bfm_sc4.c
index 8daf804f6a3..a620678ba79 100644
--- a/src/mame/drivers/bfm_sc4.c
+++ b/src/mame/drivers/bfm_sc4.c
@@ -48,7 +48,7 @@
#include "emu.h"
#include "cpu/m68000/m68000.h"
-#include "bfm_sc45.h"
+#include "includes/bfm_sc45.h"
class sc4_state : public driver_device
diff --git a/src/mame/drivers/bfm_sc5.c b/src/mame/drivers/bfm_sc5.c
index 2d90da5636f..d45d79f61fd 100644
--- a/src/mame/drivers/bfm_sc5.c
+++ b/src/mame/drivers/bfm_sc5.c
@@ -18,7 +18,7 @@
#include "emu.h"
#include "cpu/m68000/m68000.h"
-#include "bfm_sc45.h"
+#include "includes/bfm_sc45.h"
class sc5_state : public driver_device
{
diff --git a/src/mame/drivers/bfm_sc45.h b/src/mame/includes/bfm_sc45.h
index 658970f4eb5..658970f4eb5 100644
--- a/src/mame/drivers/bfm_sc45.h
+++ b/src/mame/includes/bfm_sc45.h