Skip to content

Commit

Permalink
Merge pull request #60 from Torinde/main
Browse files Browse the repository at this point in the history
Mention remaining cards in the "not sure if viable" list
  • Loading branch information
crazii committed Dec 25, 2023
2 parents 581ced9 + 7822daf commit de00cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit de00cc6

Please sign in to comment.