This commit is contained in:
dinkc64 2015-01-07 09:45:58 +00:00
parent 1f6cfe7f06
commit 4b9129fed7
1 changed files with 2 additions and 2 deletions

View File

@ -1227,7 +1227,7 @@ static INT32 DrvFrame()
DrvDoReset();
}
if (joinem || loverb) { // this causes Unclepoo to not boot
if ((joinem || loverb) && !unclepoo) { // this causes Unclepoo to not boot
for (INT32 i = 0; i < 6; i++)
Rom0[0xb500 + i] = jack_cpu0_read(0xb500 + i);
}
@ -1855,7 +1855,7 @@ static INT32 unclepooInit()
{
joinem = 1;
unclepoo = 1;
timer_rate = 32;
timer_rate = 16; //32 in mame?
INT32 nRet = DrvInit();