mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-24 11:16:58 +00:00
Debugger - Fix #345: wrap and protect debugger's video mode
This commit is contained in:
@@ -104,9 +104,6 @@
|
||||
// Disassembly
|
||||
extern int g_aDisasmTargets[ MAX_DISPLAY_LINES ];
|
||||
|
||||
// Display
|
||||
extern int g_bDebuggerViewingAppleOutput;
|
||||
|
||||
// Font
|
||||
extern int g_nFontHeight;
|
||||
extern int g_iFontSpacing;
|
||||
@@ -238,6 +235,8 @@
|
||||
DEBUG_TOGGLE_KEY = VK_F1 + BTN_DEBUG
|
||||
};
|
||||
|
||||
bool DebugGetVideoMode(UINT* pVideoMode);
|
||||
|
||||
void DebugBegin ();
|
||||
void DebugContinueStepping ();
|
||||
void DebugDestroy ();
|
||||
|
||||
Reference in New Issue
Block a user