summaryrefslogtreecommitdiff
path: root/isa/ctlreg.def
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isa/ctlreg.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/isa/ctlreg.def b/isa/ctlreg.def
index c9eab05..d490073 100644
--- a/isa/ctlreg.def
+++ b/isa/ctlreg.def
@@ -4,5 +4,4 @@ REG(HALTED)
4REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable 4REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable
5REG(INT_PENDING) // only meaningful if interrupts disabled 5REG(INT_PENDING) // only meaningful if interrupts disabled
6REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h 6REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h
7REG(TT_INPUT_INT_ENABLE) // (status_enable << 1) | (int_enable) 7REG(TT_INT_ENABLE) // (status_enable << 1) | (int_enable)
8REG(TT_OUTPUT_INT_ENABLE)