mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Fixed typo that broke build
This commit is contained in:
parent
4c7186b1f1
commit
028727b389
|
@ -50,7 +50,7 @@ static CBus *s_Bus = NULL;
|
||||||
|
|
||||||
#ifdef SUPERMODEL_DEBUGGER
|
#ifdef SUPERMODEL_DEBUGGER
|
||||||
// Debugger
|
// Debugger
|
||||||
static CMusashi68KDebug *s_Debug = NULL;
|
static CMusashi68KDebug *s_Debug = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// IRQ callback
|
// IRQ callback
|
||||||
|
|
|
@ -3972,7 +3972,7 @@ void CZ80::LoadState(CBlockFile *StateFile, const char *name)
|
||||||
StateFile->Read(&intLine, sizeof(intLine));
|
StateFile->Read(&intLine, sizeof(intLine));
|
||||||
}
|
}
|
||||||
|
|
||||||
void mCZ80::Init(CBus *BusPtr, int (*INTF)(CZ80 *Z80))
|
void CZ80::Init(CBus *BusPtr, int (*INTF)(CZ80 *Z80))
|
||||||
{
|
{
|
||||||
Bus = BusPtr;
|
Bus = BusPtr;
|
||||||
INTCallback = INTF;
|
INTCallback = INTF;
|
||||||
|
|
Loading…
Reference in a new issue