summaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-11-05 12:52:35 -0700
committerJulian Blake Kongslie2022-11-05 12:52:35 -0700
commit942ed41dafd362fea506d63ff72e9ff9de114c12 (patch)
tree3eb21f8fd0fc7dc8b80f78ce8d47ef6c44faf3c9 /isa
parentAdd $char shorthand in evt (diff)
downloadbiggolf-942ed41dafd362fea506d63ff72e9ff9de114c12.tar.xz
Startup with TT interrupts already enabled
Diffstat (limited to '')
-rw-r--r--isa/checker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isa/checker.h b/isa/checker.h
index 96460cf..65ef8c9 100644
--- a/isa/checker.h
+++ b/isa/checker.h
@@ -50,6 +50,7 @@ struct checker {
50 : system(system) 50 : system(system)
51 { 51 {
52 ctlregs.fill(0); 52 ctlregs.fill(0);
53 ctlregs[TT_FLAGS] = TTF_INT_ENABLE;
53 } 54 }
54 void execute(); 55 void execute();
55 bool done() { 56 bool done() {