summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-06-25 05:11:42 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-06-25 05:11:42 +0000
commit29b6b0de4167319a4f64ee95ecc5f18ba3fdf923 (patch)
treea408b4561c3d622c98e267e9a8a269390e0210ba /.gitattributes
parent1c9abccb20fc25c928990ef050bce82efac99cc8 (diff)
C++-ified the debugger views. Not quite architecturally where I would
like them, but it's a start. Split implementation of individual view types out to separate files. Updated all callers. Also: * fixed okim6295 memory view * changed emualloc to free resource pools from earliest to latest so that early objects can safely clean up stuff they allocated
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c75eb6cd19c..1789b7c4cfc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -547,6 +547,14 @@ src/emu/debug/debughlp.c svneol=native#text/plain
src/emu/debug/debughlp.h svneol=native#text/plain
src/emu/debug/debugvw.c svneol=native#text/plain
src/emu/debug/debugvw.h svneol=native#text/plain
+src/emu/debug/dvdisasm.c svneol=native#text/plain
+src/emu/debug/dvdisasm.h svneol=native#text/plain
+src/emu/debug/dvmemory.c svneol=native#text/plain
+src/emu/debug/dvmemory.h svneol=native#text/plain
+src/emu/debug/dvstate.c svneol=native#text/plain
+src/emu/debug/dvstate.h svneol=native#text/plain
+src/emu/debug/dvtext.c svneol=native#text/plain
+src/emu/debug/dvtext.h svneol=native#text/plain
src/emu/debug/express.c svneol=native#text/plain
src/emu/debug/express.h svneol=native#text/plain
src/emu/debug/textbuf.c svneol=native#text/plain