summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2011-03-10 07:30:54 +0000
committer Aaron Giles <aaron@aarongiles.com>2011-03-10 07:30:54 +0000
commitc809bf3d3a6e72eefdfdf7049ba08b878a13ccda (patch)
tree3689128ecc945d715d482cf3536f33cb1f9651f6 /.gitattributes
parent4977af6a7da6015c9940d04fc9f7a6f5e5effb41 (diff)
Breaks some driver entanglements to simplify future driver_device
conversion efforts: [Atari Ace] * taito_f3 is disentangled from a number of other drivers by using an AM_SHARE tag instead of a common variable. * Several drivers are made into explicit subclasses of other drivers: 8080bw from mw8080bw, missb2 from bublbobl, quasar from cvs, taito_x from seta. * arcadecl is separated from rampart by duplicating the bitmap rendering code. * jaleco decryption code is moved to jalcrpt.c. * cischeat is separated from megasys1 by duplicating some video code. * mcr3 is partly separated from mcr. * machine/midwunit.c is split into wunit and xunit files with some code duplication. * midtunit gfx_rom variables are made distinct from midyunit variables, making midyunit independent of midtunit. * contants in namconb1 are duplicated/renamed in namcofl. * namcos2 uses of namcos21 are eliminated by introducing namcos2_kickstart. * toypop is separated from mappy by duplicating some video code.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index bb7a20b50a6..ccf065e8646 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2623,6 +2623,7 @@ src/mame/includes/1943.h svneol=native#text/plain
src/mame/includes/20pacgal.h svneol=native#text/plain
src/mame/includes/40love.h svneol=native#text/plain
src/mame/includes/4enraya.h svneol=native#text/plain
+src/mame/includes/8080bw.h svneol=native#text/plain
src/mame/includes/88games.h svneol=native#text/plain
src/mame/includes/actfancr.h svneol=native#text/plain
src/mame/includes/aeroboto.h svneol=native#text/plain
@@ -2950,6 +2951,7 @@ src/mame/includes/markham.h svneol=native#text/plain
src/mame/includes/matmania.h svneol=native#text/plain
src/mame/includes/mcatadv.h svneol=native#text/plain
src/mame/includes/mcr.h svneol=native#text/plain
+src/mame/includes/mcr3.h svneol=native#text/plain
src/mame/includes/mcr68.h svneol=native#text/plain
src/mame/includes/meadows.h svneol=native#text/plain
src/mame/includes/megadriv.h svneol=native#text/plain
@@ -2965,6 +2967,7 @@ src/mame/includes/micro3d.h svneol=native#text/plain
src/mame/includes/midtunit.h svneol=native#text/plain
src/mame/includes/midvunit.h svneol=native#text/plain
src/mame/includes/midwunit.h svneol=native#text/plain
+src/mame/includes/midxunit.h svneol=native#text/plain
src/mame/includes/midyunit.h svneol=native#text/plain
src/mame/includes/midzeus.h svneol=native#text/plain
src/mame/includes/mikie.h svneol=native#text/plain
@@ -3512,6 +3515,8 @@ src/mame/machine/harddriv.c svneol=native#text/plain
src/mame/machine/irem_cpu.c svneol=native#text/plain
src/mame/machine/irem_cpu.h svneol=native#text/plain
src/mame/machine/irobot.c svneol=native#text/plain
+src/mame/machine/jalcrpt.c svneol=native#text/plain
+src/mame/machine/jalcrpt.h svneol=native#text/plain
src/mame/machine/jumpshot.c svneol=native#text/plain
src/mame/machine/kabuki.c svneol=native#text/plain
src/mame/machine/kaneko16.c svneol=native#text/plain
@@ -3544,11 +3549,10 @@ src/mame/machine/midtunit.c svneol=native#text/plain
src/mame/machine/midwayic.c svneol=native#text/plain
src/mame/machine/midwayic.h svneol=native#text/plain
src/mame/machine/midwunit.c svneol=native#text/plain
+src/mame/machine/midxunit.c svneol=native#text/plain
src/mame/machine/midyunit.c svneol=native#text/plain
src/mame/machine/model1.c svneol=native#text/plain
src/mame/machine/model3.c svneol=native#text/plain
-src/mame/machine/ms32crpt.c svneol=native#text/plain
-src/mame/machine/ms32crpt.h svneol=native#text/plain
src/mame/machine/mw8080bw.c svneol=native#text/plain
src/mame/machine/n64.c svneol=native#text/plain
src/mame/machine/namco06.c svneol=native#text/plain