Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention remaining cards in the "not sure if viable" list #60

Merged
merged 3 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ 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
* `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)
Expand Down
2 changes: 1 addition & 1 deletion mpxplay/au_cards/sc_winwo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down