OSDN Git Service

[VM][PC8801] TRY: Reduce host CPU usage.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 21 Dec 2015 13:47:20 +0000 (22:47 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 21 Dec 2015 13:47:20 +0000 (22:47 +0900)
source/src/vm/pc8801/pc8801.cpp

index ac460fb..b7fee0e 100644 (file)
@@ -106,7 +106,7 @@ VM::VM(EMU* parent_emu) : emu(parent_emu)
 #endif
        
 #ifdef SUPPORT_PC88_HIGH_CLOCK
-       pc88event->set_context_cpu(dummycpu, 7987248 / 4);
+       pc88event->set_context_cpu(dummycpu, 7987248 / 8);
        pc88event->set_context_cpu(pc88cpu, (config.cpu_type != 0) ? 3993624 : 7987248);
 #else
        pc88event->set_context_cpu(dummycpu, 3993624 / 4);