mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
Debugger: show video-scanner's h,v position (at the expense of losing 2 watches). (#666)
This commit is contained in:
@@ -105,3 +105,14 @@
|
||||
|
||||
extern char g_aDebuggerVirtualTextScreen[ DEBUG_VIRTUAL_TEXT_HEIGHT ][ DEBUG_VIRTUAL_TEXT_WIDTH ];
|
||||
extern size_t Util_GetDebuggerText( char* &pText_ ); // Same API as Util_GetTextScreen()
|
||||
|
||||
class VideoScannerDisplayInfo
|
||||
{
|
||||
public:
|
||||
VideoScannerDisplayInfo() : isDecimal(true), isHorzReal(true) {}
|
||||
|
||||
bool isDecimal;
|
||||
bool isHorzReal;
|
||||
};
|
||||
|
||||
extern VideoScannerDisplayInfo g_videoScannerDisplayInfo;
|
||||
|
||||
Reference in New Issue
Block a user