--- nono/vm/pedec.cpp 2026/04/29 17:05:29 1.1.1.10 +++ nono/vm/pedec.cpp 2026/04/29 17:06:00 1.1.1.13 @@ -26,6 +26,7 @@ #include "pedec.h" #include "fdc.h" #include "fdd.h" +#include "mainapp.h" #include "spc.h" // コンストラクタ @@ -43,10 +44,6 @@ PEDECDevice::~PEDECDevice() bool PEDECDevice::Init() { - if (inherited::Init() == false) { - return false; - } - interrupt = GetInterruptDevice(); // 検索順 @@ -166,7 +163,7 @@ PEDECDevice::PokePort(uint32 offset, uin } void -PEDECDevice::MonitorUpdate(TextScreen& screen, uint intr_level, int y) +PEDECDevice::MonitorScreen(TextScreen& screen, uint intr_level, int y) { for (uint32 map : disp_list) { int clz = __builtin_clz(map);