Fixed CPS-1 and CPS-2

This commit is contained in:
Barry Harris 2011-12-09 13:52:08 +00:00
parent d4d1f6b692
commit 1d4074a5bc
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ static UINT8 *PsndZRam = NULL;
INT32 Kodb = 0;
// Map in the memory for the current 0x8000-0xc000 bank
// Map in the memory for the current 0zx8000-0xc000 bank
static INT32 PsndZBankMap()
{
UINT8 *Bank;
@ -140,6 +140,7 @@ INT32 PsndZInit()
}
ZetInit(1);
ZetOpen(0);
if (Kodb) {
ZetSetReadHandler(kodbZRead);

View File

@ -78,6 +78,7 @@ INT32 QsndZInit()
}
ZetInit(1);
ZetOpen(0);
ZetSetReadHandler(QsndZRead);
ZetSetWriteHandler(QsndZWrite);