Debugger: GB - Added missing wram mirror at $E000 in memory mappings

This commit is contained in:
Sour 2020-05-27 22:48:59 -04:00
parent ade29a0627
commit dae99e0a75

View file

@ -128,6 +128,7 @@ namespace Mesen.GUI.Debugger.Controls
}
//Set work ram mappings to stop at 0xFE00
addSection(-1);
regions[regions.Count - 1].Size = 0x1E00;
regions.Add(new MemoryRegionInfo() { Name = "", Size = 0x200, Color = Color.FromArgb(222, 222, 222) });