Debugger: GB - Added missing wram mirror at $E000 in memory mappings
This commit is contained in:
parent
ade29a0627
commit
dae99e0a75
1 changed files with 1 additions and 0 deletions
|
@ -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) });
|
||||
|
|
Loading…
Add table
Reference in a new issue