summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-10-21 15:59:44 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-10-21 15:59:44 +0000
commite4beed95a6b4191ea8ec415ccb8b2c0a36e9ecaa (patch)
tree443aad796122599d6c892ff00e3fe4a846db01ce /.gitattributes
parentf3be589604f81b0635b251d957bdeb7c616e5c4f (diff)
Create new class osd_interface to house OSD callbacks. Added new
module osdepend.c with default empty implementations. Changed mame_execute() and cli_execute() to accept a reference to an osd_interface which is provided by the caller. Updated SDL and Windows OSD to create an osd_interface-derived class and moved their OSD callbacks to be members.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ce4cd122e0f..65aa258e7c5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4187,6 +4187,7 @@ src/mame/video/zerozone.c svneol=native#text/plain
src/mame/video/zodiack.c svneol=native#text/plain
src/osd/osdcomm.h svneol=native#text/plain
src/osd/osdcore.h svneol=native#text/plain
+src/osd/osdepend.c svneol=native#text/plain
src/osd/osdepend.h svneol=native#text/plain
src/osd/osdmini/minidir.c svneol=native#text/plain
src/osd/osdmini/minifile.c svneol=native#text/plain