Debugger: GB - Fixed memory mappings display issue
This commit is contained in:
parent
9f7ee662f9
commit
7100eab0f1
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ namespace Mesen.GUI.Debugger.Controls
|
|||
currentSize += 0x100;
|
||||
}
|
||||
|
||||
//Set work ram mappings to stop at 0xFE00
|
||||
regions[regions.Count - 1].Size = 0x1E00;
|
||||
|
||||
regions.Add(new MemoryRegionInfo() { Name = "", Size = 0x200, Color = Color.FromArgb(222, 222, 222) });
|
||||
|
||||
UpdateRegionArray(regions);
|
||||
|
|
Loading…
Add table
Reference in a new issue