--- nono/vm/vm_news.cpp 2026/04/29 17:05:24 1.1.1.2 +++ nono/vm/vm_news.cpp 2026/04/29 17:05:28 1.1.1.3 @@ -11,7 +11,6 @@ #include "vm_news.h" #include "config.h" #include "dipsw.h" -#include "mainapp.h" #include "mainbus_news.h" #include "mpu680x0.h" #include "newsfb.h" @@ -36,6 +35,10 @@ VM_NEWS::VM_NEWS() NEWDV(Renderer, new NopRenderer()); NEWDV(Newsfb, new NewsfbDevice()); NEWDV(Dipsw, new NewsDipswDevice()); + + // バーストアクセスがあるかどうかは分からないが + // Mainbus が LUNA-I と共通なので一応揃えておく。 + dynamic_cast(pMPU.get())->EnableBurstAccess(true); } // デストラクタ