--- 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:46 1.1.1.5 @@ -21,7 +21,9 @@ VM_Virt68k::VM_Virt68k() : inherited("virt-m68k") { // 機種固有パラメータ - gConfig->SetDefault("hostcom-driver", "cons"); + // 実時間に同期したほうが便利。 + gConfig->SetDefault("clock-sync", "real"); + gConfig->SetDefault("hostcom0-driver", "console"); gConfig->SetDefault("mpu-type", "68030"); gConfig->SetDefault("mpu-clock", 25); // RAM 初期値。適当。