summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-23 18:01:49 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-23 18:01:49 +0000
commit79b8f09ad84aa2b0010562c6afac4ae1f6983759 (patch)
treeeaa20b18ec323f97c32477509234428d2b5d9ca1 /.gitattributes
parent505f0d7caf85e78aa4d0c4f5f949acc509ff1f4f (diff)
From: Samuele Zannoli <samuele.zannoli@sparkbio.it>
Date: Tue, Dec 22, 2009 at 11:57 AM Subject: Core for PIC 16c62x series of processors To: submit@mamedev.org Hello, this patch contains a core for the PIC 16c62x series of processors. It has been made starting from the pic16c5x that is already present. This version stil misses the various internal devices, however the opcodes and i/o ports work, and it is enough to run the emulation of the security pics used with the gd-roms. Bye, Samuele Zannoli
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 18439c0621e..6c5a5a8ae46 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -313,6 +313,10 @@ src/emu/cpu/pic16c5x/16c5xdsm.c svneol=native#text/plain
src/emu/cpu/pic16c5x/dis16c5x.c svneol=native#text/plain
src/emu/cpu/pic16c5x/pic16c5x.c svneol=native#text/plain
src/emu/cpu/pic16c5x/pic16c5x.h svneol=native#text/plain
+src/emu/cpu/pic16c62x/16c62xdsm.c svneol=native#text/plain
+src/emu/cpu/pic16c62x/dis16c62x.c svneol=native#text/plain
+src/emu/cpu/pic16c62x/pic16c62x.c svneol=native#text/plain
+src/emu/cpu/pic16c62x/pic16c62x.h svneol=native#text/plain
src/emu/cpu/powerpc/drc_ops.c svneol=native#text/plain
src/emu/cpu/powerpc/drc_ops.h svneol=native#text/plain
src/emu/cpu/powerpc/ppc.c svneol=native#text/plain