summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitattributes4
-rw-r--r--src/mame/drivers/segac2.c2
-rw-r--r--src/mame/machine/315_5296.c (renamed from src/mame/machine/315-5296.c)2
-rw-r--r--src/mame/machine/315_5296.h (renamed from src/mame/machine/315-5296.h)0
-rw-r--r--src/mame/mame.mak2
5 files changed, 5 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index d619cc3a00c..5c1e0f93315 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6878,8 +6878,8 @@ src/mame/layout/wpc_an.lay svneol=native#text/xml
src/mame/layout/zac_1.lay svneol=native#text/xml
src/mame/layout/zac_2.lay svneol=native#text/xml
src/mame/layout/zac_proto.lay svneol=native#text/xml
-src/mame/machine/315-5296.c svneol=native#text/plain
-src/mame/machine/315-5296.h svneol=native#text/plain
+src/mame/machine/315_5296.c svneol=native#text/plain
+src/mame/machine/315_5296.h svneol=native#text/plain
src/mame/machine/3do.c svneol=native#text/plain
src/mame/machine/acitya.c svneol=native#text/plain
src/mame/machine/ajax.c svneol=native#text/plain
diff --git a/src/mame/drivers/segac2.c b/src/mame/drivers/segac2.c
index a8eaa3834d1..9972b5046d5 100644
--- a/src/mame/drivers/segac2.c
+++ b/src/mame/drivers/segac2.c
@@ -70,7 +70,7 @@
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "machine/nvram.h"
-#include "machine/315-5296.h"
+#include "machine/315_5296.h"
#include "sound/okim6295.h"
#include "sound/sn76496.h"
#include "sound/2612intf.h"
diff --git a/src/mame/machine/315-5296.c b/src/mame/machine/315_5296.c
index 92077b3c891..1b02a9c0f2f 100644
--- a/src/mame/machine/315-5296.c
+++ b/src/mame/machine/315_5296.c
@@ -20,7 +20,7 @@
**********************************************************************/
-#include "machine/315-5296.h"
+#include "machine/315_5296.h"
const device_type SEGA_315_5296 = &device_creator<sega_315_5296_device>;
diff --git a/src/mame/machine/315-5296.h b/src/mame/machine/315_5296.h
index a3882475db6..a3882475db6 100644
--- a/src/mame/machine/315-5296.h
+++ b/src/mame/machine/315_5296.h
diff --git a/src/mame/mame.mak b/src/mame/mame.mak
index 06c3643e999..a36792813bb 100644
--- a/src/mame/mame.mak
+++ b/src/mame/mame.mak
@@ -1736,7 +1736,7 @@ $(MAMEOBJ)/sega.a: \
$(DRIVERS)/turbo.o $(AUDIO)/turbo.o $(VIDEO)/turbo.o \
$(DRIVERS)/vicdual.o $(AUDIO)/vicdual.o $(VIDEO)/vicdual.o $(AUDIO)/carnival.o $(AUDIO)/depthch.o $(AUDIO)/invinco.o $(AUDIO)/pulsar.o \
$(DRIVERS)/zaxxon.o $(AUDIO)/zaxxon.o $(VIDEO)/zaxxon.o \
- $(MACHINE)/315-5296.o \
+ $(MACHINE)/315_5296.o \
$(MACHINE)/fd1089.o \
$(MACHINE)/fd1094.o \
$(MACHINE)/fddebug.o \