Sound Blaster 16: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
No edit summary
Line 58: Line 58:


==Playing sound==
==Playing sound==
# 1.Detect DSP
# Detect DSP
# 2.Load sound data to memory
# Load sound data to memory
# 3.Program ISA DMA
# Program ISA DMA
# 4.Set output sample rate
# Set output sample rate
# 5.Write DMA transfer type to DSP
# Write DMA transfer type to DSP
# 6.Write data lenght to DSP(low byte/high byte)
# Write data lenght to DSP(low byte/high byte)


==Code==
==Code==