diff options
| author | 2010-12-31 07:29:47 +0000 | |
|---|---|---|
| committer | 2010-12-31 07:29:47 +0000 | |
| commit | 0ea11333c6ce2c62b5bf624e51aa1a446d08062f (patch) | |
| tree | a4ce5e454965bddbf64cff6da8611b2c8df52069 /.gitattributes | |
| parent | de94242bcc9479ef0230c776500ef2a9cd47769f (diff) | |
Updated the RSP and RDP implementations to be largely bit-perfect and pixel-accurate. [angrylion, Harmony]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index d8f292da32b..91128187997 100644 --- a/.gitattributes +++ b/.gitattributes @@ -365,6 +365,7 @@ src/emu/cpu/powerpc/ppcfe.h svneol=native#text/plain src/emu/cpu/rsp/rsp.c svneol=native#text/plain src/emu/cpu/rsp/rsp.h svneol=native#text/plain src/emu/cpu/rsp/rsp_dasm.c svneol=native#text/plain +src/emu/cpu/rsp/rspdiv.h svneol=native#text/plain src/emu/cpu/rsp/rspdrc.c svneol=native#text/plain src/emu/cpu/rsp/rspfe.c svneol=native#text/plain src/emu/cpu/rsp/rspfe.h svneol=native#text/plain @@ -3984,17 +3985,11 @@ src/mame/video/rdpblend.c svneol=native#text/plain src/mame/video/rdpblend.h svneol=native#text/plain src/mame/video/rdpfb.c svneol=native#text/plain src/mame/video/rdpfb.h svneol=native#text/plain -src/mame/video/rdpfetch.c svneol=native#text/plain -src/mame/video/rdpfetch.h svneol=native#text/plain src/mame/video/rdpfiltr.c svneol=native#text/plain -src/mame/video/rdpfrect.c svneol=native#text/plain -src/mame/video/rdpfrect.h svneol=native#text/plain src/mame/video/rdpspn16.c svneol=native#text/plain src/mame/video/rdpspn16.h svneol=native#text/plain src/mame/video/rdptpipe.c svneol=native#text/plain src/mame/video/rdptpipe.h svneol=native#text/plain -src/mame/video/rdptrect.c svneol=native#text/plain -src/mame/video/rdptrect.h svneol=native#text/plain src/mame/video/rdptri.h svneol=native#text/plain src/mame/video/realbrk.c svneol=native#text/plain src/mame/video/redalert.c svneol=native#text/plain |
