ISA DMA: Difference between revisions

No change in size ,  11 years ago
Fixed "unmask dma channel 2" value, should be 0x2 instead of 0x1
[unchecked revision][unchecked revision]
m (Proper english is better than obfuscation)
(Fixed "unmask dma channel 2" value, should be 0x2 instead of 0x1)
Line 510:
out 0x05, 0x23 ; count to 0x23ff (high byte),
out 0x81, 0 ; external page register to 0 for total address of 00 10 00
out 0x0a, 0x010x02 ; unmask DMA channel 2
ret
</source>
Line 522:
out 0x0b, 0x5A ; 01011010
; single transfer, address increment, autoinit, write, channel2)
out 0x0a, 0x010x02 ; unmask DMA channel 2
ret
 
Line 529:
out 0x0b, 0x56 ; 01010110
; single transfer, address increment, autoinit, read, channel2)
out 0x0a, 0x010x02 ; unmask DMA channel 2
ret
</source>
Anonymous user