summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-01-14 09:14:28 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-01-14 09:14:28 +0000
commit845c34f5869a17310a34803e0f4a0e60f586280e (patch)
treec3bbebcb0f8223dd50ad1351a43a8b485bc64b9b /.gitattributes
parentec72bf4995049390afa308d5954fab1b0caa5705 (diff)
Created new testcpu driver that shows how to develop an empty
test driver that (ab)uses the core to single step a CPU executing arbitrary instructions and capturing before/after state and tracking memory. Currently this driver is always compiled, but is not referenced in mame.lst. Also updated and modernized the dummy empty driver.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a1edce650e3..9ec7ca685f9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -690,6 +690,7 @@ src/emu/driver.c svneol=native#text/plain
src/emu/driver.h svneol=native#text/plain
src/emu/drivers/empty.c svneol=native#text/plain
src/emu/drivers/emudummy.c svneol=native#text/plain
+src/emu/drivers/testcpu.c svneol=native#text/plain
src/emu/drivers/xtal.h svneol=native#text/plain
src/emu/eigccppc.h svneol=native#text/plain
src/emu/eigccx86.h svneol=native#text/plain