summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Nicola Salmoria <nicola@mamedev.org>2008-09-04 08:57:02 +0000
committer Nicola Salmoria <nicola@mamedev.org>2008-09-04 08:57:02 +0000
commit7c90a0cd38d4816a8f252e8c4da84e9f751d8369 (patch)
tree434d0d421d10d1e05a0b93ba08fd7c45f97ab2b8 /.gitattributes
parentf724e4c6bfc1be4d3a16c7eaa243750c153129d2 (diff)
fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vanguard II and made it into a proper sound core
fixed palette decoding of early SNK games (from marvins to athena + fitegolf). The least significan bits were assigned incorrectly. merged marvins.c into snk.c, with all resulting fixes (removed hacks, correct shadows, scroll offsets etc)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 43960b2e791..17a7123afea 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -879,6 +879,8 @@ src/emu/sound/sn76477.c svneol=native#text/plain
src/emu/sound/sn76477.h svneol=native#text/plain
src/emu/sound/sn76496.c svneol=native#text/plain
src/emu/sound/sn76496.h svneol=native#text/plain
+src/emu/sound/snkwave.c svneol=native#text/plain
+src/emu/sound/snkwave.h svneol=native#text/plain
src/emu/sound/sound.mak svneol=native#text/plain
src/emu/sound/sp0250.c svneol=native#text/plain
src/emu/sound/sp0250.h svneol=native#text/plain
@@ -1673,7 +1675,6 @@ src/mame/drivers/marineb.c svneol=native#text/plain
src/mame/drivers/marinedt.c svneol=native#text/plain
src/mame/drivers/mario.c svneol=native#text/plain
src/mame/drivers/markham.c svneol=native#text/plain
-src/mame/drivers/marvins.c svneol=native#text/plain
src/mame/drivers/mastboy.c svneol=native#text/plain
src/mame/drivers/matmania.c svneol=native#text/plain
src/mame/drivers/maxaflex.c svneol=native#text/plain
@@ -3038,7 +3039,6 @@ src/mame/video/mappy.c svneol=native#text/plain
src/mame/video/marineb.c svneol=native#text/plain
src/mame/video/mario.c svneol=native#text/plain
src/mame/video/markham.c svneol=native#text/plain
-src/mame/video/marvins.c svneol=native#text/plain
src/mame/video/matmania.c svneol=native#text/plain
src/mame/video/mayumi.c svneol=native#text/plain
src/mame/video/mcatadv.c svneol=native#text/plain