summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-03 13:09:54 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-03 13:09:54 +0000
commit969074c41e28fd646ab1fdee43d5ea58dff9f1bd (patch)
treefdb9d54cbf7aba4e156980ba14a20aa33b7a15e2 /.gitattributes
parent66f93718fcc9d6bb987223ee73cac2fe47bf2a51 (diff)
(MESS) snes.c: several updates to cart handling [Fabio Priuli]
- moved Sufami Turbo and BSX carts to separate lists - added two new drivers snesnew and snespnew, using slot devices for carts - added emulation for DSP1/4, ST-010/011, S-DD1, SPC7110, SuperFX, BS-X and Sufami Turbo as slot devices - added emulation for the protection device used in some pirate carts out of whatsnew. there are one or two (possibly stupid) bugs in the new drivers causing glitches in several games (e.g. SameGame, or F1 ROC 2) which prevent us from removing the fake driver clones with add-on CPUs. if anyone is willing to help to trace them, you're all welcome.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index dbd3c15ed27..2cb8793f3c0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -222,6 +222,8 @@ hash/sgx.xml svneol=native#text/xml
hash/smc777.xml svneol=native#text/xml
hash/sms.xml svneol=native#text/xml
hash/snes.xml svneol=native#text/xml
+hash/snes_bspack.xml svneol=native#text/xml
+hash/snes_strom.xml svneol=native#text/xml
hash/socrates.xml svneol=native#text/xml
hash/softwarelist.dtd svneol=native#text/plain
hash/sorcerer_cart.xml svneol=native#text/xml
@@ -7475,6 +7477,24 @@ src/mess/machine/smc92x4.h svneol=native#text/plain
src/mess/machine/sms.c svneol=native#text/plain
src/mess/machine/snescart.c svneol=native#text/plain
src/mess/machine/snescart.h svneol=native#text/plain
+src/mess/machine/sns_bsx.c svneol=native#text/plain
+src/mess/machine/sns_bsx.h svneol=native#text/plain
+src/mess/machine/sns_rom.c svneol=native#text/plain
+src/mess/machine/sns_rom.h svneol=native#text/plain
+src/mess/machine/sns_rom21.c svneol=native#text/plain
+src/mess/machine/sns_rom21.h svneol=native#text/plain
+src/mess/machine/sns_sdd1.c svneol=native#text/plain
+src/mess/machine/sns_sdd1.h svneol=native#text/plain
+src/mess/machine/sns_sfx.c svneol=native#text/plain
+src/mess/machine/sns_sfx.h svneol=native#text/plain
+src/mess/machine/sns_slot.c svneol=native#text/plain
+src/mess/machine/sns_slot.h svneol=native#text/plain
+src/mess/machine/sns_spc7110.c svneol=native#text/plain
+src/mess/machine/sns_spc7110.h svneol=native#text/plain
+src/mess/machine/sns_sufami.c svneol=native#text/plain
+src/mess/machine/sns_sufami.h svneol=native#text/plain
+src/mess/machine/sns_upd.c svneol=native#text/plain
+src/mess/machine/sns_upd.h svneol=native#text/plain
src/mess/machine/softbox.c svneol=native#text/plain
src/mess/machine/softbox.h svneol=native#text/plain
src/mess/machine/sonydriv.c svneol=native#text/plain