mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
SSI263 voices/thread is not currently used
* prevent segfaults when emulated program attempts to play SSI263 phonemes
This commit is contained in:
parent
e52b25f170
commit
9cd5fb1406
@ -1182,6 +1182,7 @@ static DWORD WINAPI SSI263Thread(LPVOID lpParameter)
|
||||
|
||||
static void SSI263_Play(unsigned int nPhoneme)
|
||||
{
|
||||
return; // SSI263 voices are currently deadc0de
|
||||
#if 1
|
||||
HRESULT hr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user