summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/z180/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/z180/irq.h')
-rw-r--r--nuttx/arch/z80/include/z180/irq.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/arch/z80/include/z180/irq.h b/nuttx/arch/z80/include/z180/irq.h
index 6fbeaf5b5..1d0c27cb4 100644
--- a/nuttx/arch/z80/include/z180/irq.h
+++ b/nuttx/arch/z80/include/z180/irq.h
@@ -111,14 +111,10 @@
*
* Normal vector interrupts use a vector table with 16 entries (2 bytes
* per entry). Each entry holds the address of the interrupt handler.
- *
* The vector table address is determined by 11-bits from the I and IL
* registers. The vector table must be aligned on 32-byte address
* boundaries.
- * - Traps vector to logic address 0x0000 which may or may not be the same
- * as the RST 0.
- * - INT0
-/* Interrupt vectors (offsets) for Z180 internal interrupts */
+ */
#define Z180_INT1 (9) /* Vector offset 0: External /INT1 */
#define Z180_INT2 (10) /* Vector offset 2: External /INT2 */