From 82234c03a1257b7ac6c613494d15a62a11642531 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 11 Aug 2012 17:19:53 +0000 Subject: 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) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3