mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-19 08:29:48 +00:00
Hex dump shows file offset, not address
This commit is contained in:
parent
23a4852838
commit
25b7faf43b
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user