diff options
| author | 2013-06-11 07:16:42 +0000 | |
|---|---|---|
| committer | 2013-06-11 07:16:42 +0000 | |
| commit | 16f5234d435ee57b65043533f8fa2b105fb15a77 (patch) | |
| tree | c6f95d84c6a1cb89ced5353230a98e1f61a6938e /src/osd/sdl/debugqtdasmwindow.c | |
| parent | 2dc6458ede8c0039e308c994e50acb3b8de2d1ae (diff) | |
Cleanups and version bumpmame0149
Diffstat (limited to 'src/osd/sdl/debugqtdasmwindow.c')
| -rw-r--r-- | src/osd/sdl/debugqtdasmwindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/debugqtdasmwindow.c b/src/osd/sdl/debugqtdasmwindow.c index 11ad76b8782..4fe46291f20 100644 --- a/src/osd/sdl/debugqtdasmwindow.c +++ b/src/osd/sdl/debugqtdasmwindow.c @@ -107,8 +107,8 @@ DasmWindow::DasmWindow(running_machine* machine, QWidget* parent) : DasmWindow::~DasmWindow() { } - - + + void DasmWindow::cpuChanged(int index) { m_dasmView->view()->set_source(*m_dasmView->view()->source_list().by_index(index)); |
