--- nono/vm/vm_virt68k.cpp 2026/04/29 17:05:33 1.1.1.3 +++ nono/vm/vm_virt68k.cpp 2026/04/29 17:05:42 1.1.1.4 @@ -21,6 +21,8 @@ VM_Virt68k::VM_Virt68k() : inherited("virt-m68k") { // 機種固有パラメータ + // 実時間に同期したほうが便利。 + gConfig->SetDefault("clock-sync", "real"); gConfig->SetDefault("hostcom-driver", "cons"); gConfig->SetDefault("mpu-type", "68030"); gConfig->SetDefault("mpu-clock", 25);