mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-08 00:37:13 +00:00
Debugger: fix Ramworks3's bank display number (fixes #1393)
This commit is contained in:
parent
c3fb55d376
commit
a4fa3b5cb5
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user