summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-10-09 09:41:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-10-09 09:41:12 +0000
commit51098d32cd954e3f1a477a5d242e4559b95f31db (patch)
tree0ff888cb4cf41c7db35e9fc08d55bf52b2b33fe1 /.gitattributes
parent01d21217d7edab25b9e2070836c2ecb143ebfd98 (diff)
From: Fabio Priuli [mailto:doge.fabio@gmail.com]
Sent: Tue 10/7/2008 10:45 AM To: submit@mamedev.org Subject: snes special chips emulation Hi, the attached patch adds emulation for snes special chips DSP-2 & OBC-1. Changes: - added sources snesdsp2.c & snesobc1.c (directly included in machine/snes.c as per Arbee's guidelines). credits mostly goes to byuu, which released to Public Domain his sources - removed special chips detection from MAME (no nss / bootleg carts have special chips so far) and only left a variable has_addon_chip whose possible values are in includes/snes.h (it is initialized to HAS_NONE for MAME games) - modified memory handlers to account for the new chips Regards Fabio
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5ac067d14a8..770bda4e667 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2667,6 +2667,8 @@ src/mame/machine/slapstic.c svneol=native#text/plain
src/mame/machine/slikshot.c svneol=native#text/plain
src/mame/machine/snes.c svneol=native#text/plain
src/mame/machine/snesdsp1.c svneol=native#text/plain
+src/mame/machine/snesdsp2.c svneol=native#text/plain
+src/mame/machine/snesobc1.c svneol=native#text/plain
src/mame/machine/spisprit.c svneol=native#text/plain
src/mame/machine/starwars.c svneol=native#text/plain
src/mame/machine/steppers.c svneol=native#text/plain