From 4da1e4a2c7f9688caa30947863285807ebda44a7 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Tue, 31 Jul 2018 21:50:36 -0700 Subject: [PATCH] undo enabling of TEXT on startup --- apple2e.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple2e.cpp b/apple2e.cpp index f73a757..18e3afb 100644 --- a/apple2e.cpp +++ b/apple2e.cpp @@ -817,7 +817,7 @@ struct MAINboard : board_base switches_by_address[sw->set_address - 0xC000] = sw; switches_by_address[sw->read_address - 0xC000] = sw; } - // TEXT.enabled = true; + // TEXT.enabled = true; old_mode_settings = convert_switches_to_mode_settings(); }