diff --git a/source/Debugger/Debugger_Display.cpp b/source/Debugger/Debugger_Display.cpp index 339ad7c8..2aef7b82 100644 --- a/source/Debugger/Debugger_Display.cpp +++ b/source/Debugger/Debugger_Display.cpp @@ -2606,7 +2606,7 @@ void _DrawSoftSwitchLanguageCardBank( RECT & rect, const int iBankDisplay, int b PrintTextCursorX( sMemType, rect ); DebuggerSetColorFG( DebuggerGetColor( FG_INFO_ADDRESS )); // orange - PrintTextCursorX( ByteToHexStr( iActiveBank & 0x7F ).c_str(), rect ); + PrintTextCursorX( ByteToHexStr( iActiveBank & 0xFF ).c_str(), rect ); } else {