diff options
Diffstat (limited to '')
| -rw-r--r-- | isa/isa.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -8,6 +8,7 @@ enum ctlreg { | |||
| 8 | DATA_INSTRUCTION_FIELD_SAVED, // (df_saved << 3) | if_saved | 8 | DATA_INSTRUCTION_FIELD_SAVED, // (df_saved << 3) | if_saved |
| 9 | HALTED, | 9 | HALTED, |
| 10 | INT_ENABLE, // (int_enable_delay << 1) | int_enable | 10 | INT_ENABLE, // (int_enable_delay << 1) | int_enable |
| 11 | INT_PENDING, // only meaningful if interrupts disabled | ||
| 11 | TT_BITS, // see below TT[IO]_* consts | 12 | TT_BITS, // see below TT[IO]_* consts |
| 12 | TT_INPUT_INT_ENABLE, | 13 | TT_INPUT_INT_ENABLE, |
| 13 | TT_OUTPUT_INT_ENABLE, | 14 | TT_OUTPUT_INT_ENABLE, |
