OSDN Git Service

[VM][FM7] Add Japanese communication board (日本語通信カード) .
[csp-qt/common_source_project-fm7.git] / source / src / qt / common / qt_utils.cpp
index 0d5efa6..3c3e965 100644 (file)
@@ -692,7 +692,7 @@ void Ui_MainWindow::do_update_inner_bubble(int drv, QStringList base, class Acti
 
 void Ui_MainWindow::OnOpenDebugger(int no)
 {
-       if((no < 0) || (no > 3)) return;
+       if((no < 0) || (no > 7)) return;
        //emu->open_debugger(no);
        VM *vm = emu->get_vm();