mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-25 14:31:01 +00:00
Fixed: New debugger font WIP - off by default until done
This commit is contained in:
parent
1a132ef3b5
commit
4a75d56c78
@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
// NEW UI debugging
|
// NEW UI debugging
|
||||||
#define DEBUG_FORCE_DISPLAY 1
|
#define DEBUG_FORCE_DISPLAY 0
|
||||||
#define DEBUG_FONT_NO_BACKGROUND_CHAR 0
|
#define DEBUG_FONT_NO_BACKGROUND_CHAR 0
|
||||||
#define DEBUG_FONT_NO_BACKGROUND_TEXT 1
|
#define DEBUG_FONT_NO_BACKGROUND_TEXT 1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
// Test Colors & Glyphs
|
// Test Colors & Glyphs
|
||||||
#define DEBUG_APPLE_FONT 0
|
#define DEBUG_APPLE_FONT 0
|
||||||
// Re-route all debugger text to new font
|
// Re-route all debugger text to new font
|
||||||
#define USE_APPLE_FONT 1
|
#define USE_APPLE_FONT 0
|
||||||
|
|
||||||
// Win32 Debugger Font
|
// Win32 Debugger Font
|
||||||
// 1 = Use Debugger_Font_7x8.BMP
|
// 1 = Use Debugger_Font_7x8.BMP
|
||||||
|
Loading…
Reference in New Issue
Block a user