mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
Fix startup sound
This commit is contained in:
parent
1a2d818e47
commit
d4ec4e5323
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user