summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2014-02-23 20:16:49 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2014-02-23 20:16:49 +0000
commit09ee48d11ae639635e8772573566586fbf9c4f9d (patch)
treeb66a50a0fea8792deac07ccea73c9b81fd95fa9f /.gitattributes
parent0f6b812db052bde993024f37a65cb633c46f2c08 (diff)
started looking at some of the orphaned ROMdefs the clang fixes turned up. I think one or two are genuine mistakes but still need to see if I have the files before I add the missing lines.
also split multfish into .c files and header, moving details of the sets where we only have reference info but there are no known dumps to a different file to avoid confusion. (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 63f1bf73144..14cba8e0ec5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4286,6 +4286,8 @@ src/mame/drivers/ms32.c svneol=native#text/plain
src/mame/drivers/msisaac.c svneol=native#text/plain
src/mame/drivers/mugsmash.c svneol=native#text/plain
src/mame/drivers/multfish.c svneol=native#text/plain
+src/mame/drivers/multfish_boot.c svneol=native#text/plain
+src/mame/drivers/multfish_ref.c svneol=native#text/plain
src/mame/drivers/multigam.c svneol=native#text/plain
src/mame/drivers/munchmo.c svneol=native#text/plain
src/mame/drivers/murogem.c svneol=native#text/plain
@@ -5221,6 +5223,7 @@ src/mame/includes/mrjong.h svneol=native#text/plain
src/mame/includes/ms32.h svneol=native#text/plain
src/mame/includes/msisaac.h svneol=native#text/plain
src/mame/includes/mugsmash.h svneol=native#text/plain
+src/mame/includes/multfish.h svneol=native#text/plain
src/mame/includes/munchmo.h svneol=native#text/plain
src/mame/includes/mustache.h svneol=native#text/plain
src/mame/includes/mw8080bw.h svneol=native#text/plain