summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-01-02 21:57:49 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-01-02 21:57:49 +0000
commitb219fb7b699c7b6756a29e2fd1e302142b3058de (patch)
treeeecf9e8ec3e01218033655759a43a256afe5ad87 /.gitattributes
parent5268d4806557fea5662b761b96f749ead43f4bad (diff)
Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 72159fd81ca..e940e581d0d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -495,6 +495,9 @@ src/emu/cpu/tms9900/tms9995.c svneol=native#text/plain
src/emu/cpu/unsp/unsp.c svneol=native#text/plain
src/emu/cpu/unsp/unsp.h svneol=native#text/plain
src/emu/cpu/unsp/unspdasm.c svneol=native#text/plain
+src/emu/cpu/upd7725/dasm7725.c svneol=native#text/plain
+src/emu/cpu/upd7725/upd7725.c svneol=native#text/plain
+src/emu/cpu/upd7725/upd7725.h svneol=native#text/plain
src/emu/cpu/upd7810/7810dasm.c svneol=native#text/plain
src/emu/cpu/upd7810/7810ops.c svneol=native#text/plain
src/emu/cpu/upd7810/7810tbl.c svneol=native#text/plain