Debugger: Event Viewer - Fixed missing dots for $2007 reads
This commit is contained in:
parent
e963310112
commit
bfc9e782a5
1 changed files with 4 additions and 4 deletions
|
@ -208,8 +208,8 @@ namespace Mesen.GUI.Debugger.Controls
|
|||
0,
|
||||
(byte)(cfg.EventViewerShowPpuRead2004 ? 1 : 0),
|
||||
0,
|
||||
(byte)(cfg.EventViewerShowPpuRead2007 ? 1 : 0),
|
||||
0
|
||||
0,
|
||||
(byte)(cfg.EventViewerShowPpuRead2007 ? 1 : 0)
|
||||
},
|
||||
ShowMapperRegisterWrites = cfg.EventViewerShowMapperRegisterWrites,
|
||||
ShowMapperRegisterReads = cfg.EventViewerShowMapperRegisterReads,
|
||||
|
@ -252,8 +252,8 @@ namespace Mesen.GUI.Debugger.Controls
|
|||
0,
|
||||
(uint)cfg.EventViewerPpuRegisterRead2004Color.Color.ToArgb(),
|
||||
0,
|
||||
(uint)cfg.EventViewerPpuRegisterRead2007Color.Color.ToArgb(),
|
||||
0
|
||||
0,
|
||||
(uint)cfg.EventViewerPpuRegisterRead2007Color.Color.ToArgb()
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue