Remove unused and superfluous variables from mem.c.
This commit is contained in:
parent
5edc23a602
commit
3c2dbf063e
16 changed files with 10 additions and 59 deletions
|
|
@ -64,7 +64,6 @@ void i430vx_write(int func, int addr, uint8_t val, void *priv)
|
|||
if ((card_i430vx[0x59] ^ val) & 0xf0)
|
||||
{
|
||||
i430vx_map(0xf0000, 0x10000, val >> 4);
|
||||
shadowbios = (val & 0x10);
|
||||
}
|
||||
pclog("i430vx_write : PAM0 write %02X\n", val);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue