Fix crash in hunchbks and hncholms

This commit is contained in:
Barry Harris 2012-04-02 18:34:20 +00:00
parent 60f758e786
commit 1c23cf127b
1 changed files with 2 additions and 2 deletions

View File

@ -21035,7 +21035,7 @@ static void HunchbksPostLoad()
s2650SetOutHandler(HunchbksS2650PortWrite);
s2650Close();
ZetInit(1);
ZetInit(0);
}
static INT32 HunchbksInit()
@ -21069,7 +21069,7 @@ static void HncholmsPostLoad()
s2650SetOutHandler(HunchbksS2650PortWrite);
s2650Close();
ZetInit(1);
ZetInit(0);
}
static INT32 HncholmsInit()