1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-14 07:29:44 +00:00
Andy McFadden 8209753cbc Fix hex format string initialization
For some reason FormatHexValue was creating format strings on
demand.  In a recent change, FormatAdjustment started using them.
So if the first 4-digit hex value printed by the program was a
large adjustment, you could end up with a default-formatted adjustment
pretending to be hex.

Now we just create the 4 format strings in the Formatter constructor.
2020-02-11 16:38:51 -08:00
..
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2019-08-20 17:55:12 -07:00
2019-10-18 21:00:28 -07:00
2019-11-08 21:02:15 -08:00
2019-12-29 17:59:35 -08:00
2020-02-01 16:41:44 -08:00
2019-10-29 10:18:48 -07:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00