From aa8dfe7e6ac77098b62f49b7c8acdece2ebbbadd Mon Sep 17 00:00:00 2001 From: Dirk Hoffmann Date: Thu, 19 Sep 2024 22:03:50 +0300 Subject: [PATCH] Shift key is no longer routed into the Amiga when pressed in RetroShell (#842) --- Emulator/Components/C64Base.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Emulator/Components/C64Base.cpp b/Emulator/Components/C64Base.cpp index 8b8f79483..aca4fbb88 100644 --- a/Emulator/Components/C64Base.cpp +++ b/Emulator/Components/C64Base.cpp @@ -18,14 +18,7 @@ namespace vc64 { C64::C64(class Emulator& ref, isize id) : CoreComponent(ref, id) -{ - // REMOVE ASAP - /* - auto b = Buffer("/tmp/Combat.bin"); - auto hash = b.md5(); - printf("MD5 = %s\n", hash.c_str()); - */ - +{ trace(RUN_DEBUG, "Creating virtual C64\n"); subComponents = std::vector {