Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 441 Bytes

SBFMDRV disassemblies and C ports

This repository contains disassemblies (x86 ASM) and C ports of SBFMDRV. SBFMDRV is a sound driver by Creative Labs for playing back CMF files.

Folders:

  • disassemblies: disassemblies of SBFMDRV versions made by NewRisingSun
  • c-port: ports of the original sound drivers to the C programming language
  • test: test case files used to compare the output of the original COM drivers with the C ports