From 6ddf509d2c5b6d6906012bdab41a21b23a70d6ed Mon Sep 17 00:00:00 2001 From: Torinde <97228894+Torinde@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:29:31 +0100 Subject: [PATCH 1/3] Mention remaining cards in the "not sure if viable" list --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8733451b..6e0c1494 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,13 @@ Source code exists, but not sure if viable: * `sc_cmi`: CMI 8338/8738 (PCI) cards * `sc_ess`: ESS card handling * `sc_gus`: Gravis UltraSound + * `sc_sb16`: Sound Blaster 16 + * `sc_sbpro`: Sound Blaster 1.0, 1.5, 2.0, Pro * `sc_midas`: MIDAS library handling - + * `sc_winds`: Win32 DirectSound output + * `sc_winwo`: Windows WavOut sound output + * `sc_wav`: WAV-file and bitstream output + ## Emulated modes * 8-bit and 16-bit DMA (mono, stereo, high-speed) From 2c49252bf3f9708e95c533fbb4d01c3d85385ba5 Mon Sep 17 00:00:00 2001 From: Torinde <97228894+Torinde@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:30:42 +0100 Subject: [PATCH 2/3] remove duplicated mention of C-Media --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e0c1494..01e0061a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Source code exists, but "doesn't work yet": Source code exists, but not sure if viable: * `sc_wss`: Windows Sound System compatible cards - * `sc_cmi`: CMI 8338/8738 (PCI) cards * `sc_ess`: ESS card handling * `sc_gus`: Gravis UltraSound * `sc_sb16`: Sound Blaster 16 From 7822daf0375c6a88caf3b50b397ad3337216cb97 Mon Sep 17 00:00:00 2001 From: Torinde <97228894+Torinde@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:34:18 +0100 Subject: [PATCH 3/3] sc_winwo.c typo --- mpxplay/au_cards/sc_winwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpxplay/au_cards/sc_winwo.c b/mpxplay/au_cards/sc_winwo.c index 22c8ace1..d2ea9bb8 100644 --- a/mpxplay/au_cards/sc_winwo.c +++ b/mpxplay/au_cards/sc_winwo.c @@ -12,7 +12,7 @@ //* Please contact with the author (with me) if you want to use * //* or modify this source. * //************************************************************************** -//function: Wibdows WavOut sound output +//function: Windows WavOut sound output //#define MPXPLAY_USE_DEBUGF 1 //#define WAVOUT_DEBUG_OUTPUT NULL