diff options
Diffstat (limited to 'emulator.cpp')
-rw-r--r-- | emulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator.cpp b/emulator.cpp index 70927bd..7ce5f60 100644 --- a/emulator.cpp +++ b/emulator.cpp @@ -484,7 +484,7 @@ int emulator(M68KDebuggingControl& m68k_debug, Graphics& graphics) } if (m68k_debug.IsRunning()) { do { - m68k_execute(1000000); + m68k_execute(10000); } while(!g_vdp.Scanline()); graphics.Render(g_vdp); } |