diff options
| author | 2009-09-09 17:14:42 +0000 | |
|---|---|---|
| committer | 2009-09-09 17:14:42 +0000 | |
| commit | 2bc40569462efa64ed66f76fe03f795fd8ec5dc6 (patch) | |
| tree | 59672a7657d2a5edde0722450a6f7e381fbe3e6e /.gitattributes | |
| parent | 740ae26ae6f10a54a172ff78863370c8ed5cb45c (diff) | |
SNES: Added emulation for the DSP-3 and DSP-4 add-on chips, based on latest ZSNES [ZSNES Team, Fabio Priuli]
out of the whatsnew, I hope the way I worded the license exception (at the top of the files) is fine to avoid any issue
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a853c064fed..f87db013d34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2881,6 +2881,9 @@ 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/snesdsp3.c svneol=native#text/plain +src/mame/machine/snesdsp4.c svneol=native#text/plain +src/mame/machine/snesdsp4.h svneol=native#text/plain src/mame/machine/snesobc1.c svneol=native#text/plain src/mame/machine/snesrtc.c svneol=native#text/plain src/mame/machine/snessdd1.c svneol=native#text/plain |
