summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-08-11 17:19:53 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-08-11 17:19:53 +0000
commit82234c03a1257b7ac6c613494d15a62a11642531 (patch)
treee16f20291c2fc27561b220bf5eca78e9e33b6fc5 /.gitattributes
parent71373ae1793b5971a40d6c9d088b3a16b940fe8f (diff)
Made Kaneko's grap2 (rle blitter + framebuffer) a device, cleaning up some code in galpani3 in the process given that it has 3 of the things. Moved some unique looking games to mpu4misc.c. Sifting through the remaining mpu4 sets, sorting by behavior / looking at the roms to try and get better groupings, moved one or two things around and added comments based on this. More dupe killage - From Haze (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 2d66f800f8e..93bdfbe9cde 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2758,6 +2758,7 @@ src/mame/drivers/mpu4dealem.c svneol=native#text/plain
src/mame/drivers/mpu4empire.c svneol=native#text/plain
src/mame/drivers/mpu4hw.c svneol=native#text/plain
src/mame/drivers/mpu4mdm.c svneol=native#text/plain
+src/mame/drivers/mpu4misc.c svneol=native#text/plain
src/mame/drivers/mpu4mod2sw.c svneol=native#text/plain
src/mame/drivers/mpu4mod4yam.c svneol=native#text/plain
src/mame/drivers/mpu4plasma.c svneol=native#text/plain
@@ -4799,6 +4800,8 @@ src/mame/video/kan_panb.h svneol=native#text/plain
src/mame/video/kan_pand.c svneol=native#text/plain
src/mame/video/kan_pand.h svneol=native#text/plain
src/mame/video/kaneko16.c svneol=native#text/plain
+src/mame/video/kaneko_grap2.c svneol=native#text/plain
+src/mame/video/kaneko_grap2.h svneol=native#text/plain
src/mame/video/kaneko_spr.c svneol=native#text/plain
src/mame/video/kaneko_spr.h svneol=native#text/plain
src/mame/video/kaneko_tmap.c svneol=native#text/plain