parent
1c1c2b7f69
commit
7d644b4a10
|
@ -245,7 +245,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
}
|
||||
else
|
||||
{
|
||||
ram[i] = 0xFF;
|
||||
ram[i] = 0x00;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -866,4 +866,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue