From 3bf5f5ed6aa9a94e2fec4d26842733146bd61b98 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Sat, 28 Jul 2018 12:31:50 -0700 Subject: [PATCH] Default to TEXT --- apple2e.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apple2e.cpp b/apple2e.cpp index 1944b20..c817509 100644 --- a/apple2e.cpp +++ b/apple2e.cpp @@ -648,6 +648,7 @@ struct MAINboard : board_base switches_by_address[sw->set_address - 0xC000] = sw; switches_by_address[sw->read_address - 0xC000] = sw; } + TEXT.enabled = true; } virtual ~MAINboard()