summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2010-01-07 22:32:22 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2010-01-07 22:32:22 +0000
commit3b7a8c389c24672c0608901d095dcdf96353cab3 (patch)
tree3c503e84edf7bcb05b8c80afa998568316444f03 /.gitattributes
parent6c5d471f03e04b995aeddaf283c68f3152940189 (diff)
Misc Taito wip:
* added driver data struct to taito_l.c & opwolf.c * added driver data struct + save states to asuka.c (cadash was not supporting saves), rainbow.c, rastan.c, taito_f2.c, taito_h.c, taito_o.c, taito_z.c, topspeed.c & volfied.c not worth mentions: * renamed a couple of megablst clones for consistency (as per stephh's remark) * slightly changed tnzs RAM/ROM banks behaviour to avoid writes on ROM banks
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0f5640c4974..c4f1084425c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2350,6 +2350,7 @@ src/mame/includes/asterix.h svneol=native#text/plain
src/mame/includes/asteroid.h svneol=native#text/plain
src/mame/includes/astrocde.h svneol=native#text/plain
src/mame/includes/astrof.h svneol=native#text/plain
+src/mame/includes/asuka.h svneol=native#text/plain
src/mame/includes/atari.h svneol=native#text/plain
src/mame/includes/atarifb.h svneol=native#text/plain
src/mame/includes/atarig1.h svneol=native#text/plain
@@ -2652,6 +2653,7 @@ src/mame/includes/nova2001.h svneol=native#text/plain
src/mame/includes/nycaptor.h svneol=native#text/plain
src/mame/includes/offtwall.h svneol=native#text/plain
src/mame/includes/oneshot.h svneol=native#text/plain
+src/mame/includes/opwolf.h svneol=native#text/plain
src/mame/includes/orbit.h svneol=native#text/plain
src/mame/includes/overdriv.h svneol=native#text/plain
src/mame/includes/pacman.h svneol=native#text/plain
@@ -2675,7 +2677,9 @@ src/mame/includes/psikyosh.h svneol=native#text/plain
src/mame/includes/psx.h svneol=native#text/plain
src/mame/includes/qix.h svneol=native#text/plain
src/mame/includes/raiden2.h svneol=native#text/plain
+src/mame/includes/rainbow.h svneol=native#text/plain
src/mame/includes/rampart.h svneol=native#text/plain
+src/mame/includes/rastan.h svneol=native#text/plain
src/mame/includes/realbrk.h svneol=native#text/plain
src/mame/includes/redalert.h svneol=native#text/plain
src/mame/includes/relief.h svneol=native#text/plain
@@ -2730,7 +2734,10 @@ src/mame/includes/tail2nos.h svneol=native#text/plain
src/mame/includes/taito_b.h svneol=native#text/plain
src/mame/includes/taito_f2.h svneol=native#text/plain
src/mame/includes/taito_f3.h svneol=native#text/plain
+src/mame/includes/taito_h.h svneol=native#text/plain
src/mame/includes/taito_l.h svneol=native#text/plain
+src/mame/includes/taito_o.h svneol=native#text/plain
+src/mame/includes/taito_z.h svneol=native#text/plain
src/mame/includes/taitoair.h svneol=native#text/plain
src/mame/includes/taitoipt.h svneol=native#text/plain
src/mame/includes/taitosj.h svneol=native#text/plain
@@ -2751,6 +2758,7 @@ src/mame/includes/tnzs.h svneol=native#text/plain
src/mame/includes/toaplan1.h svneol=native#text/plain
src/mame/includes/toaplan2.h svneol=native#text/plain
src/mame/includes/toobin.h svneol=native#text/plain
+src/mame/includes/topspeed.h svneol=native#text/plain
src/mame/includes/toypop.h svneol=native#text/plain
src/mame/includes/trackfld.h svneol=native#text/plain
src/mame/includes/triplhnt.h svneol=native#text/plain
@@ -2771,6 +2779,7 @@ src/mame/includes/vicdual.h svneol=native#text/plain
src/mame/includes/victory.h svneol=native#text/plain
src/mame/includes/videopin.h svneol=native#text/plain
src/mame/includes/vindictr.h svneol=native#text/plain
+src/mame/includes/volfied.h svneol=native#text/plain
src/mame/includes/vsnes.h svneol=native#text/plain
src/mame/includes/warpwarp.h svneol=native#text/plain
src/mame/includes/wc90.h svneol=native#text/plain