ISA DMA: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(in prepare_for_flopp_DMA_*: 0x4A/0x46 are incorrect, 0x5A/0x56 (as in the comments) are correct)
m (related to last edit, the examples below that also lack the bit)
Line 352: Line 352:
reduce overhead. In this case for a read the
reduce overhead. In this case for a read the


out 0x0b, 0x46
out 0x0b, 0x56




would change to
would change to


out 0x0b, 0x06.
out 0x0b, 0x16.