Skip to content

Commit

Permalink
Shift key is no longer routed into the Amiga when pressed in RetroShe…
Browse files Browse the repository at this point in the history
…ll (#842)
  • Loading branch information
dirkwhoffmann committed Sep 19, 2024
1 parent 1ffe6e6 commit aa8dfe7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Emulator/Components/C64Base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@
namespace vc64 {

C64::C64(class Emulator& ref, isize id) : CoreComponent(ref, id)
{
// REMOVE ASAP
/*
auto b = Buffer<u8>("/tmp/Combat.bin");
auto hash = b.md5();
printf("MD5 = %s\n", hash.c_str());
*/

{
trace(RUN_DEBUG, "Creating virtual C64\n");

subComponents = std::vector<CoreComponent *> {
Expand Down

0 comments on commit aa8dfe7

Please sign in to comment.