diff options
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)); |
