improved the soundblaster code, but still doesn't work on the real
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 15 Jan 2019 18:46:41 +0000 (20:46 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 15 Jan 2019 18:46:41 +0000 (20:46 +0200)
commit07c19444f4f2a55abf97d181ab62aeaa51033c62
tree5e3861f3fab506d6591a078bbba384c487db8c37
parent01a545fde6dc446fe626382f8bba50b9b7c1a35b
improved the soundblaster code, but still doesn't work on the real
hardware
13 files changed:
Makefile
Makefile.wat [new file with mode: 0644]
src/au_sb.c
src/au_sb.h
src/audio.c
src/audio.h
src/dma.c
src/dma.h
src/dpmi.c [new file with mode: 0644]
src/dpmi.h [new file with mode: 0644]
src/intr.h [new file with mode: 0644]
src/inttypes.h [new file with mode: 0644]
src/main.c