X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/257c0fc1ab9ee166000bf5080191b0e62a507dc0..56f1d0d6d7ce34b93faf0fe935bd215897a1c58a:/dhwk/source/INTERRUPT.vhd diff --git a/dhwk/source/INTERRUPT.vhd b/dhwk/source/INTERRUPT.vhd index 96ab264..00048ba 100644 --- a/dhwk/source/INTERRUPT.vhd +++ b/dhwk/source/INTERRUPT.vhd @@ -140,7 +140,7 @@ begin INTAn <= not SIG_PROPAGATE_INT_SECOND; - PCI_INTAn <= '0' when SIG_PROPAGATE_INT_SECOND = '0' else 'Z'; + PCI_INTAn <= '1' when SIG_PROPAGATE_INT_SECOND = '0' else 'Z'; INT_REG <= REG;