summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2009-04-01 13:42:58 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2009-04-01 13:42:58 +0000
commitbcc3b3a3d9709fe135d81d0856793033722e0b0e (patch)
tree11dc05d2107fe7c8faa8956250fed488f3ec6fa0 /.gitattributes
parentd359e098fb3d2c14873527d24ccb6745f1b09743 (diff)
Konami inputs improvements:
* Added source file konamipt.h to unify Konami inputs where possible (e.g. most 80s-90s games were using basically the same coinage settings and joystick inputs). * While at it, verified all 0x00 coinage effects in drivers which now use konamipt.h (fixing a few mistakes: hexion, mikie, crimfgtj...). * Added finalizb service coin. Removed roadf coin4 & asterix coin3 (neither used by the games nor present in service mode). * Fixed gberetb coin inputs (they were switched). * Added port_condition to hcrash so that brake appears only when present in the chosen cabinet. * Cleaned up mystwarr.c & moo.c input handlers.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 168393839a1..12851234503 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2361,6 +2361,7 @@ src/mame/includes/jpmimpct.h svneol=native#text/plain
src/mame/includes/kaneko16.h svneol=native#text/plain
src/mame/includes/kangaroo.h svneol=native#text/plain
src/mame/includes/klax.h svneol=native#text/plain
+src/mame/includes/konamipt.h svneol=native#text/plain
src/mame/includes/kyugo.h svneol=native#text/plain
src/mame/includes/lasso.h svneol=native#text/plain
src/mame/includes/lazercmd.h svneol=native#text/plain