From 992864d5a0f1bda188f7e99354d3bff20f3ebad0 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Tue, 31 Jul 2018 12:09:35 -0700 Subject: [PATCH] remove debug print for $6000 --- apple2e.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apple2e.cpp b/apple2e.cpp index 6ca4c36..ae79a15 100644 --- a/apple2e.cpp +++ b/apple2e.cpp @@ -817,8 +817,6 @@ struct MAINboard : board_base } virtual bool write(int addr, unsigned char data) { - if(addr == 0x6000) - printf("$6000 = $%02X\n", data); #if 0 if(text_page1.write(addr, data) || text_page1x.write(addr, data) ||