├── 929INIT.EXE ├── 929INIT.PAS ├── DOCS ├── AD1845.pdf ├── AD1846.pdf ├── AD1848.pdf ├── CS4231.pdf ├── CS4231A.pdf ├── CS4248-kl.pdf ├── Opti 82C929.pdf └── SoundBlaster.pdf ├── LICENSE ├── MIXER.EXE ├── MIXER.PAS ├── README.MD ├── Readme.de ├── Readme.eng ├── SBFIX.ASM ├── SBFIX.COM ├── SETUP.EXE ├── SETUP.PAS ├── SONG.OBJ ├── SOUND.CFG ├── TEST8.OBJ ├── UNITS ├── AD1848.PAS ├── AD1848.TPU ├── BMF.PAS ├── BMF.TPU ├── MISC.PAS ├── MISC.TPU ├── MPU.PAS ├── MPU.TPU ├── OPL.PAS ├── OPL4.PAS ├── OPLFM.PAS ├── OPTI929.PAS ├── OPTI929.TPU ├── SBPRO.PAS ├── SBPRO.TPU ├── TEXTMODE.PAS └── TEXTMODE.TPU ├── changelog.txt ├── screen_001.png ├── screen_002.png ├── screen_003.png └── screen_004.png /929INIT.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/929INIT.EXE -------------------------------------------------------------------------------- /929INIT.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/929INIT.PAS -------------------------------------------------------------------------------- /DOCS/AD1845.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/AD1845.pdf -------------------------------------------------------------------------------- /DOCS/AD1846.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/AD1846.pdf -------------------------------------------------------------------------------- /DOCS/AD1848.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/AD1848.pdf -------------------------------------------------------------------------------- /DOCS/CS4231.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/CS4231.pdf -------------------------------------------------------------------------------- /DOCS/CS4231A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/CS4231A.pdf -------------------------------------------------------------------------------- /DOCS/CS4248-kl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/CS4248-kl.pdf -------------------------------------------------------------------------------- /DOCS/Opti 82C929.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/Opti 82C929.pdf -------------------------------------------------------------------------------- /DOCS/SoundBlaster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/DOCS/SoundBlaster.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/LICENSE -------------------------------------------------------------------------------- /MIXER.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/MIXER.EXE -------------------------------------------------------------------------------- /MIXER.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/MIXER.PAS -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/README.MD -------------------------------------------------------------------------------- /Readme.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/Readme.de -------------------------------------------------------------------------------- /Readme.eng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/Readme.eng -------------------------------------------------------------------------------- /SBFIX.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SBFIX.ASM -------------------------------------------------------------------------------- /SBFIX.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SBFIX.COM -------------------------------------------------------------------------------- /SETUP.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SETUP.EXE -------------------------------------------------------------------------------- /SETUP.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SETUP.PAS -------------------------------------------------------------------------------- /SONG.OBJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SONG.OBJ -------------------------------------------------------------------------------- /SOUND.CFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/SOUND.CFG -------------------------------------------------------------------------------- /TEST8.OBJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/TEST8.OBJ -------------------------------------------------------------------------------- /UNITS/AD1848.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/AD1848.PAS -------------------------------------------------------------------------------- /UNITS/AD1848.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/AD1848.TPU -------------------------------------------------------------------------------- /UNITS/BMF.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/BMF.PAS -------------------------------------------------------------------------------- /UNITS/BMF.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/BMF.TPU -------------------------------------------------------------------------------- /UNITS/MISC.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/MISC.PAS -------------------------------------------------------------------------------- /UNITS/MISC.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/MISC.TPU -------------------------------------------------------------------------------- /UNITS/MPU.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/MPU.PAS -------------------------------------------------------------------------------- /UNITS/MPU.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/MPU.TPU -------------------------------------------------------------------------------- /UNITS/OPL.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/OPL.PAS -------------------------------------------------------------------------------- /UNITS/OPL4.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/OPL4.PAS -------------------------------------------------------------------------------- /UNITS/OPLFM.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/OPLFM.PAS -------------------------------------------------------------------------------- /UNITS/OPTI929.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/OPTI929.PAS -------------------------------------------------------------------------------- /UNITS/OPTI929.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/OPTI929.TPU -------------------------------------------------------------------------------- /UNITS/SBPRO.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/SBPRO.PAS -------------------------------------------------------------------------------- /UNITS/SBPRO.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/SBPRO.TPU -------------------------------------------------------------------------------- /UNITS/TEXTMODE.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/TEXTMODE.PAS -------------------------------------------------------------------------------- /UNITS/TEXTMODE.TPU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/UNITS/TEXTMODE.TPU -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/changelog.txt -------------------------------------------------------------------------------- /screen_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/screen_001.png -------------------------------------------------------------------------------- /screen_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/screen_002.png -------------------------------------------------------------------------------- /screen_003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/screen_003.png -------------------------------------------------------------------------------- /screen_004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKnipperts/OPTi82c929_Driver/HEAD/screen_004.png --------------------------------------------------------------------------------