mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-16 01:31:06 +00:00
Add MB_ISEnabled() function
This commit is contained in:
parent
a60ffb8eb9
commit
5291ee750d
@ -1757,6 +1757,10 @@ void MB_Destroy()
|
||||
}
|
||||
}
|
||||
|
||||
bool MB_ISEnabled(void) {
|
||||
return (MockingboardVoice != NULL);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
static void ResetState()
|
||||
|
@ -98,6 +98,7 @@ extern uint32_t g_uTimer1IrqCount; // DEBUG
|
||||
void MB_Initialize();
|
||||
void MB_Reinitialize();
|
||||
void MB_Destroy();
|
||||
bool MB_ISEnabled(void);
|
||||
void MB_Reset();
|
||||
void MB_InitializeIO(char *pCxRomPeripheral, unsigned int uSlot4, unsigned int uSlot5);
|
||||
void MB_Mute();
|
||||
|
Loading…
x
Reference in New Issue
Block a user