diff options
Diffstat (limited to '')
| -rw-r--r-- | isa/ctlreg.def | 3 |
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) | |||
| 4 | REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable | 4 | REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable |
| 5 | REG(INT_PENDING) // only meaningful if interrupts disabled | 5 | REG(INT_PENDING) // only meaningful if interrupts disabled |
| 6 | REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h | 6 | REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h |
| 7 | REG(TT_INPUT_INT_ENABLE) // (status_enable << 1) | (int_enable) | 7 | REG(TT_INT_ENABLE) // (status_enable << 1) | (int_enable) |
| 8 | REG(TT_OUTPUT_INT_ENABLE) | ||
