mirror of https://github.com/stella-emu/stella.git
Consolidated the code for converting integers to strings in various
bases into a Common::Base class. Previously, this functionality was spread across several classes, and used different approaches to formatting. While the code still mixes C++ streams and C-style sprintf's, at least it will now be easier to modify it all in one place. Related to the above, added ability to use upper or lower case characters for HEX output in the debugger. This is toggled by the new debugger prompt command 'uhex', which is also tied to a new commandline argument, 'dbg.uhex'. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2770 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
33bcec92be
commit
95fe213f3a