--- nono/vm/goldfish_pic.cpp 2026/04/29 17:05:29 1.1.1.2 +++ nono/vm/goldfish_pic.cpp 2026/04/29 17:05:38 1.1.1.4 @@ -46,6 +46,7 @@ // +- GFPICDevice(Lv1) #include "goldfish_pic.h" +#include "monitor.h" #include // コンストラクタ @@ -63,10 +64,6 @@ GFPICDevice::~GFPICDevice() bool GFPICDevice::Init() { - if (inherited::Init() == false) { - return false; - } - interrupt = GetInterruptDevice(); return true; @@ -76,6 +73,8 @@ GFPICDevice::Init() void GFPICDevice::ResetHard(bool poweron) { + inherited::ResetHard(poweron); + intmap_enable = 0; ChangeInterrupt(); }