mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Refactor Mockingboard into a class (#1171)
Mockingboard or Phasor cards can be inserted into any slot. Change Config->Sound to that slots 4+5 to be individually selected for the 3 soundcard types. Add MockingboardCardManager class to manage multiple cards and mix the sound buffers.
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ void SetCurrentCLK6502(void)
|
||||
//
|
||||
|
||||
SpkrReinitialize();
|
||||
MB_Reinitialize();
|
||||
GetCardMgr().GetMockingboardCardMgr().ReinitializeClock();
|
||||
}
|
||||
|
||||
void UseClockMultiplier(double clockMultiplier)
|
||||
|
||||
Reference in New Issue
Block a user