https://github.com/baron-von-riedesel/sb16pcm
Simple DOS PCM Player for SoundBlaster 16
https://github.com/baron-von-riedesel/sb16pcm
dos pcm soundblaster
Last synced: 2 months ago
JSON representation
Simple DOS PCM Player for SoundBlaster 16
- Host: GitHub
- URL: https://github.com/baron-von-riedesel/sb16pcm
- Owner: Baron-von-Riedesel
- Created: 2024-01-31T08:48:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T12:03:15.000Z (over 1 year ago)
- Last Synced: 2025-03-27T11:51:18.625Z (3 months ago)
- Topics: dos, pcm, soundblaster
- Language: Assembly
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SB16PCM
Simple DOS PCM player for SoundBlaster 16.There are 2 variants:
- sb16pcmp, running in protected-mode as 32-bit DPMI client
- sb16pcmr, running in real/v86-modeBoth variants require a 80386+ cpu.
The default values used for SoundBlaster access are
port 220h, irq 7, dma 1 and hdma 5. Values in the BLASTER
environment variable may overwrite those defaults.Public Domain