Changes

ASIC

11 bytes added, 7 July
/* Vectored interrupt */
== Vectored interrupt ==
The ASIC always provides an interrupt vector to the CPU on INT ACK.
The register IVR (at address 6805h) supplies the top 5 bits of the vector provided to the CPU. IVR is undefined at reset except that bit0 will be set to 1. Therefore, before placing the CPU in vectored interrupt mode, always set up the IVR so that the top 5 bits are defined.
6,109
edits