diff options
| author | 2010-10-18 12:13:58 +0000 | |
|---|---|---|
| committer | 2010-10-18 12:13:58 +0000 | |
| commit | 3c3f26a66ff25f34487261cfa67a79788881af8d (patch) | |
| tree | 2e8586bd8d91d8e7fefecb0f618b7632b3b9a418 /.gitattributes | |
| parent | 40910ec4a6b3a725f65699765e9f0a0c9a85c125 (diff) | |
Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use the new RCA COSMAC CPU. [Curt Coder]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 15ef1f792dd..7226ac76423 100644 --- a/.gitattributes +++ b/.gitattributes @@ -65,6 +65,9 @@ src/emu/cpu/cop400/cop400op.c svneol=native#text/plain src/emu/cpu/cop400/cop410ds.c svneol=native#text/plain src/emu/cpu/cop400/cop420ds.c svneol=native#text/plain src/emu/cpu/cop400/cop440ds.c svneol=native#text/plain +src/emu/cpu/cosmac/cosdasm.c svneol=native#text/plain +src/emu/cpu/cosmac/cosmac.c svneol=native#text/plain +src/emu/cpu/cosmac/cosmac.h svneol=native#text/plain src/emu/cpu/cp1610/1610dasm.c svneol=native#text/plain src/emu/cpu/cp1610/cp1610.c svneol=native#text/plain src/emu/cpu/cp1610/cp1610.h svneol=native#text/plain |
