OSDN Git Service

.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 23 Jun 2020 14:41:03 +0000 (23:41 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 23 Jun 2020 14:41:03 +0000 (23:41 +0900)
source/src/vm/event.cpp
source/src/vm/fm7/vram.cpp

index fe5e8b0..e4c2449 100644 (file)
@@ -246,6 +246,7 @@ skip1:
                        int cpu_done_tmp;
                        if(dcount_cpu == 1) {
                                // run one opecode on primary cpu
+//                             cpu_done_tmp = d_cpu[0].device->run(-1);
                                cpu_done_tmp = d_cpu[0].device->run(-1);
                        } else {
                                // sync to sub cpus
index fa06e66..373cc9c 100644 (file)
@@ -10,8 +10,9 @@
 #if defined(_FM77L4)
 #include "../hd46505.h"
 #endif
+#include "../../config.h"
 
-extern config_t config;
+//extern config_t config;
 
 namespace FM7 {