Debugger - Fix #345: wrap and protect debugger's video mode

This commit is contained in:
tomcw
2016-11-06 14:23:23 +00:00
parent c146587b8e
commit 1bb60026a5
6 changed files with 91 additions and 25 deletions
+2 -3
View File
@@ -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 ();