From 0524b105c18691e5dbddee3aef4afad08f277fb9 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 19 Mar 2024 16:08:35 +1100 Subject: emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [Patrick Mackinlay] Also simplified implementation by better leveraging util/strformat.h. This is from pull request #12124, to get some testing for the fundamental change before freeze. --- docs/source/debugger/general.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/debugger') diff --git a/docs/source/debugger/general.rst b/docs/source/debugger/general.rst index cdaf9ca4019..13060894aae 100644 --- a/docs/source/debugger/general.rst +++ b/docs/source/debugger/general.rst @@ -197,6 +197,9 @@ available: Prints the corresponding argument as an octal number with optional minimum field width and zero fill using lowercase letters. %[0][]x + Prints the corresponding argument as a hexadecimal number with + optional minimum field width and zero fill using lowercase letters. +%[0][]X Prints the corresponding argument as a hexadecimal number with optional minimum field width and zero fill using uppercase letters. \%% -- cgit v1.2.3-70-g09d2