diff options
| author | Julian Blake Kongslie | 2022-10-31 19:26:15 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-31 19:26:15 -0700 |
| commit | 683d2d10afcee0d728794cc179f640e8a777b3c1 (patch) | |
| tree | e23dc9a4ebc841782b6d34d12e47864020321a2d /isa/ctlreg.def | |
| parent | Only use DF for addresses generated via indirection. (diff) | |
| download | biggolf-683d2d10afcee0d728794cc179f640e8a777b3c1.tar.xz | |
Unify TT_INPUT_INT_ENABLE and TT_OUTPUT_INT_ENABLE
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) | ||
