--- 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:33 1.1.1.3 @@ -46,6 +46,7 @@ // +- GFPICDevice(Lv1) #include "goldfish_pic.h" +#include "monitor.h" #include // コンストラクタ @@ -76,6 +77,8 @@ GFPICDevice::Init() void GFPICDevice::ResetHard(bool poweron) { + inherited::ResetHard(poweron); + intmap_enable = 0; ChangeInterrupt(); }