mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +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
|
||||
// Debugger
|
||||
static CMusashi68KDebug *s_Debug = NULL;
|
||||
static CMusashi68KDebug *s_Debug = NULL;
|
||||
#endif
|
||||
|
||||
// IRQ callback
|
||||
|
|
|
@ -3972,7 +3972,7 @@ void CZ80::LoadState(CBlockFile *StateFile, const char *name)
|
|||
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;
|
||||
INTCallback = INTF;
|
||||
|
|
Loading…
Reference in a new issue