summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-06-20 12:13:48 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-06-20 12:13:48 +0000
commitc2965b8335c74c43141a348f48241669655d5450 (patch)
tree107d0273cea6cfcb6a9c5c7a7a75eaf9ba61dff4 /.gitattributes
parentb64247ac692978d63d08b7acdc1e661839bae47e (diff)
Added extremely rudimentary Atmel 8-bit AVR CPU core, missing most opcodes and any attempt at proper cycle counts. [MooglyGuy]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index b3aa6150e12..df714ec9ff7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -43,6 +43,9 @@ src/emu/cpu/arm7/arm7exec.c svneol=native#text/plain
src/emu/cpu/asap/asap.c svneol=native#text/plain
src/emu/cpu/asap/asap.h svneol=native#text/plain
src/emu/cpu/asap/asapdasm.c svneol=native#text/plain
+src/emu/cpu/avr8/avr8.c svneol=native#text/plain
+src/emu/cpu/avr8/avr8.h svneol=native#text/plain
+src/emu/cpu/avr8/avr8dasm.c svneol=native#text/plain
src/emu/cpu/ccpu/ccpu.c svneol=native#text/plain
src/emu/cpu/ccpu/ccpu.h svneol=native#text/plain
src/emu/cpu/ccpu/ccpudasm.c svneol=native#text/plain