1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-05 09:28:56 +00:00

Hex dump shows file offset, not address

This commit is contained in:
Andy McFadden 2018-10-15 17:24:32 -07:00
parent 23a4852838
commit 25b7faf43b

View File

@ -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