Fix startup sound

This commit is contained in:
kanjitalk755 2022-11-30 07:18:32 +09:00
parent 1a2d818e47
commit d4ec4e5323
1 changed files with 1 additions and 3 deletions

View File

@ -93,10 +93,8 @@ void EmulOp(uint16 opcode, M68kRegisters *r)
TimerReset();
EtherReset();
AudioReset();
#ifdef ENABLE_SDL
#if SDL_VERSION_ATLEAST(2,0,0)
#ifdef USE_SDL_AUDIO
PlayStartupSound();
#endif
#endif
// Create BootGlobs at top of memory
Mac_memset(RAMBaseMac + RAMSize - 4096, 0, 4096);