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/windows/debugwin.c | |
parent | c1374de9c32c7d22eac53b1109792193a695ca4b (diff) |
Cleanups and version bump for 0.128u4.mame0128u4
Diffstat (limited to 'src/osd/windows/debugwin.c')
-rw-r--r-- | src/osd/windows/debugwin.c | 4 |
1 files changed, 2 insertions, 2 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 |