From d657bc185cc1ea7fff8918d96de6860204543c50 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 29 Sep 2022 01:48:14 +0300 Subject: Remove no more needed dead code --- emulator.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'emulator.cpp') diff --git a/emulator.cpp b/emulator.cpp index 67566b9..59c1367 100644 --- a/emulator.cpp +++ b/emulator.cpp @@ -473,16 +473,6 @@ int main(int argc, char* argv[]) m68k_execute(1); // Skip reset cycles emulator(g_m68k_debug); - while (0) - { - // Values to execute determine the interleave rate. - // Smaller values allow for more accurate interleaving with multiple - // devices/CPUs but is more processor intensive. - // 100000 is usually a good value to start at, then work from there. - - // Note that I am not emulating the correct clock speed! - m68k_execute(100000); - } return 0; } -- cgit v1.2.3