diff options
| author | 2008-11-24 04:10:18 +0000 | |
|---|---|---|
| committer | 2008-11-24 04:10:18 +0000 | |
| commit | 1d05ea60893bc1a1e10a18e20b50dff7974a3b5d (patch) | |
| tree | 78c3c6e8e6de60afa2685149c67ec33b84d39b76 /src/osd | |
| parent | c1374de9c32c7d22eac53b1109792193a695ca4b (diff) | |
Cleanups and version bump for 0.128u4.mame0128u4
Diffstat (limited to 'src/osd')
| -rw-r--r-- | src/osd/windows/debugwin.c | 4 | ||||
| -rw-r--r-- | src/osd/windows/window.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/windows/debugwin.c b/src/osd/windows/debugwin.c index d9470e317fc..5e6cb50caa8 100644 --- a/src/osd/windows/debugwin.c +++ b/src/osd/windows/debugwin.c @@ -152,7 +152,7 @@ struct _debugwin_info int last_history; HWND otherwnd[MAX_OTHER_WND]; - + running_machine * machine; }; @@ -540,7 +540,7 @@ static debugwin_info *debug_window_create(running_machine *machine, LPCSTR title info->handle_command = global_handle_command; info->handle_key = global_handle_key; strcpy(info->edit_defstr, ""); - + info->machine = machine; // hook us in diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h index 42cf2f8a1f0..490309bbae5 100644 --- a/src/osd/windows/window.h +++ b/src/osd/windows/window.h @@ -78,7 +78,7 @@ struct _win_window_info // drawing data void * drawdata; - + running_machine * machine; }; |
