mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-02 01:23:53 +00:00
Hex dump shows file offset, not address
This commit is contained in:
2
SourceGen/Tools/HexDumpViewer.Designer.cs
generated
2
SourceGen/Tools/HexDumpViewer.Designer.cs
generated
@ -68,7 +68,7 @@ namespace SourceGen.Tools {
|
||||
//
|
||||
// columnHeader1
|
||||
//
|
||||
this.columnHeader1.Text = "Address 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII";
|
||||
this.columnHeader1.Text = "Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F ASCII";
|
||||
this.columnHeader1.Width = 455;
|
||||
//
|
||||
// charConvComboBox
|
||||
|
Reference in New Issue
Block a user