aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/qtmipsmachine.h')
-rw-r--r--qtmips_machine/qtmipsmachine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h
index 46405e5..b7f229d 100644
--- a/qtmips_machine/qtmipsmachine.h
+++ b/qtmips_machine/qtmipsmachine.h
@@ -50,6 +50,7 @@ signals:
void program_trap(machine::QtMipsException &e);
void status_change(enum machine::QtMipsMachine::Status st);
void tick(); // Time tick
+ void post_tick(); // Emitted after tick to allow updates
private:
MachineConfig mcnf;