schlae / snark-barker-mca

A Sound Blaster compatible sound card for Micro Channel bus computers
51 stars 6 forks source link

DREQ is treated as level triggered, but card only produces a short pulse. #8

Open mlyle opened 3 years ago

mlyle commented 3 years ago

(And DREQ rises again before anything with the DMA has completed or is even begun).

Shouldn't we actually latch a "pending DMA" and then clear it when we've won arbitration? Otherwise, if there's an arbitration happening when the DREQ is asserted, we could miss the DMA request entirely because DREQ_GATED never rises.