summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-17 20:06:54 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-17 20:06:54 +0000
commit826dba59230eb70043f3ab1a304b9cb4b8ad8fbb (patch)
tree26b4a6c6a3bbf6388f756799df344a86eabfdbb6 /.gitattributes
parent5f273b35d8384577d298bab187925ac22ab3ce09 (diff)
- removed MESS dependency from config.c
- moved image legacy device implementation to devimage.c - created image.c implementation with initialization of devices/configuration for image devices, used those calls from mame.c - some minor cleanup of legacy device and initial implementation of some calls (no whatsnew for now, this is just for log,will put more info on final commit)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 9f5b4dbca5c..d1dab293fc0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -561,6 +561,7 @@ src/emu/devcb.h svneol=native#text/plain
src/emu/devconv.h svneol=native#text/plain
src/emu/devcpu.c svneol=native#text/plain
src/emu/devcpu.h svneol=native#text/plain
+src/emu/devimage.c svneol=native#text/plain
src/emu/devintrf.c svneol=native#text/plain
src/emu/devintrf.h svneol=native#text/plain
src/emu/devlegcy.c svneol=native#text/plain
@@ -606,6 +607,8 @@ src/emu/hash.c svneol=native#text/plain
src/emu/hash.h svneol=native#text/plain
src/emu/hashfile.c svneol=native#text/plain
src/emu/hashfile.h svneol=native#text/plain
+src/emu/image.c svneol=native#text/plain
+src/emu/image.h svneol=native#text/plain
src/emu/info.c svneol=native#text/plain
src/emu/info.h svneol=native#text/plain
src/emu/inptport.c svneol=native#text/plain