summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-26 10:07:49 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-26 10:07:49 +0000
commitea8a131e0da506fc64d4502eaff6cbb036042861 (patch)
tree3cd2f4a0df61b5e0a80cf1af39d2b8f1898bdec0 /.gitattributes
parentacf55c87ef189fc7cb45432d435eca5fef07c9cb (diff)
Moved device_delegates into their own files. Employed a
non-templatized helper class so that the code can live co-located, rather than invading device.h. Changed the read/write delegates to derive from device_delegate. Updated the address map macros to create these properly. Removed remnants of the old AM_BASE/SIZE macros from the memory system.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 59e17a21c0d..6fd41ce552a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -869,6 +869,8 @@ src/emu/devcb.c svneol=native#text/plain
src/emu/devcb.h svneol=native#text/plain
src/emu/devcpu.c svneol=native#text/plain
src/emu/devcpu.h svneol=native#text/plain
+src/emu/devdelegate.c svneol=native#text/plain
+src/emu/devdelegate.h svneol=native#text/plain
src/emu/device.c svneol=native#text/plain
src/emu/device.h svneol=native#text/plain
src/emu/devlegcy.h svneol=native#text/plain