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
|
@ -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