A2600: Fix ram buffer
This commit is contained in:
parent
dce8db231b
commit
6948b999f1
|
@ -35,7 +35,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
|||
public override void HardReset()
|
||||
{
|
||||
_toggle = 0;
|
||||
_ram = new ByteBuffer(128);
|
||||
_ram = new ByteBuffer(256);
|
||||
base.HardReset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue