From 675ede8c34671415bc423e6360ffe0de12d49ec8 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 5 Mar 2019 00:57:02 +0100 Subject: Dock to view coprocessor 0 and cop0 counter/comparator support. Signed-off-by: Pavel Pisa --- qtmips_gui/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtmips_gui/mainwindow.h') diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h index 796dd33..84c9d08 100644 --- a/qtmips_gui/mainwindow.h +++ b/qtmips_gui/mainwindow.h @@ -47,6 +47,7 @@ #include "cachedock.h" #include "peripheralsdock.h" #include "terminaldock.h" +#include "cop0dock.h" #include "qtmipsmachine.h" #include "machineconfig.h" @@ -74,6 +75,7 @@ public slots: void show_cache_program(); void show_peripherals(); void show_terminal(); + void show_cop0dock(); void show_symbol_dialog(); // Actions - help menu void about_qtmips(); @@ -102,6 +104,8 @@ private: CacheDock *cache_program, *cache_data; PeripheralsDock *peripherals; TerminalDock *terminal; + Cop0Dock *cop0dock; + QActionGroup *speed_group; -- cgit v1.2.3