Fix broken MIXED mode, fix Debugger view output, change main loop to call VideoRefresh()

This commit is contained in:
michaelangel007
2015-01-01 11:48:59 -08:00
parent 1087f738d5
commit 75c5cc8151
5 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
extern int g_aDisasmTargets[ MAX_DISPLAY_LINES ];
// Display
extern bool g_bDebuggerViewingAppleOutput;
extern int g_bDebuggerViewingAppleOutput;
// Font
extern int g_nFontHeight;