summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Nicola Salmoria <nicola@mamedev.org>2008-05-10 18:09:15 +0000
committer Nicola Salmoria <nicola@mamedev.org>2008-05-10 18:09:15 +0000
commit384388cf6f2ffe4c4e71509d5820e4d86e069850 (patch)
tree14f52020a84b935fa3f94e07b5515d8039f42c3b /.gitattributes
parentc5511b65fbb570d217e2b13a4bb4821fff954be2 (diff)
Rewrote the Gaelco video ram encryption, which finally makes sense.
The key observation was that when decryptiong the second word, both encrypted and decrypted bits of the first word are used. Many thanks to Javier Valero for the detailed information that made this possible.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 035cc548a83..a6dfce2255b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2195,6 +2195,7 @@ src/mame/includes/firetrk.h svneol=native#text/plain
src/mame/includes/foodf.h svneol=native#text/plain
src/mame/includes/fromance.h svneol=native#text/plain
src/mame/includes/gaelco3d.h svneol=native#text/plain
+src/mame/includes/gaelcrpt.h svneol=native#text/plain
src/mame/includes/galaga.h svneol=native#text/plain
src/mame/includes/galaxian.h svneol=native#text/plain
src/mame/includes/galaxold.h svneol=native#text/plain
@@ -2450,6 +2451,7 @@ src/mame/machine/fd1094.h svneol=native#text/plain
src/mame/machine/fddebug.c svneol=native#text/plain
src/mame/machine/flstory.c svneol=native#text/plain
src/mame/machine/gaelco2.c svneol=native#text/plain
+src/mame/machine/gaelcrpt.c svneol=native#text/plain
src/mame/machine/galaxold.c svneol=native#text/plain
src/mame/machine/gaplus.c svneol=native#text/plain
src/mame/machine/harddriv.c svneol=native#text/plain