Remove unused and superfluous variables from mem.c.

This commit is contained in:
SarahW 2019-02-07 20:23:14 +00:00
commit 3c2dbf063e
16 changed files with 10 additions and 59 deletions

View file

@ -10,7 +10,6 @@ void resetmcr()
{
mcrlock=0;
mcrfirst=1;
shadowbios=0;
}
void writemcr(uint16_t addr, uint8_t val)
@ -29,7 +28,7 @@ void writemcr(uint16_t addr, uint8_t val)
// exit(-1);
break;
case 0x23:
if (nextreg6) shadowbios=!val;
// if (nextreg6) shadowbios=!val;
break;
}
mcr22=val;