Skip to content

Instantly share code, notes, and snippets.

@anpage
Last active October 4, 2017 09:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anpage/b2cb735faf27bba08165edc86a1bb94c to your computer and use it in GitHub Desktop.
Save anpage/b2cb735faf27bba08165edc86a1bb94c to your computer and use it in GitHub Desktop.
Audigy 2 SB16 Emulation in Windows 9x

When using the WDM drivers, Windows itself will emulate a Sound Blaster Pro. Nothing needs to be done and nothing special will show up in Device Manager.

SB16 emulation requires the .vxd driver set. Additionally, a change to the registry is needed and the driver needs to be installed twice.

The Creative inf files do not install SB16.inf and can’t correctly install it by any method until you add an entry to the registry.

REGEDIT4

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CreativeTech\Emu10kx\Emulation]
"EnableSB16Emulation"=dword:00000001

You can either create an SB16.reg with the above lines and double click on it, or manually add the entry to the registry. Once this is done and you reboot, the system will try to install SB16 emulation from the SB16.inf. Typically installation will fail and you will see a yellow ! with Device Manager. Don’t worry, just go to Control panel / Add New Hardware and reinstall the emulation. When using Add New Hardware, make sure to select manually from a list of Sound Devices / Creative Technology LTD the SB16 emulation drive with the most recent date if more than one is present. After a reboot, a second entry will appear in Device Manager for emulation, it will work, and you should ignore the original non-functional entry still present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment