summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2010-09-20 16:00:42 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2010-09-20 16:00:42 +0000
commit79aab2108b53c92ad6b5b2dd02592aec387ca65a (patch)
treeb93bcd728dd4b8f5d136c4815124b1d0c5d2ee83 /src/osd/osdepend.h
parent1f6995b11cf26430b4735dae4cdda56d29dce076 (diff)
**FOR REVIEW**
Log: Added preliminary support for saving debugger window locations. [Andrew Gardner] (Notes) * I only save the values for the SDL debugger for now. * There is no loading of these values yet, but if this patch is confirmed good, loading should be relatively straightforward to add. * There is a slight chance this might not compile on OSes other than linux. I will be available via e-mail for the next 10 hours and will assist with any compilation problems if they occur. * The patch seems like the "right way" to do things, but if I am doing anything suspect, please feel free to make suggestions and corrections.
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index 7f44a6b4cdb..467642bb8f6 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -126,6 +126,7 @@ class device_t;
-----------------------------------------------------------------------------*/
void osd_init(running_machine *machine);
+void osd_init_debugger(running_machine *machine);
void osd_wait_for_debugger(device_t *device, int firststop);