--- nono/vm/bitmap.h 2026/04/29 17:04:44 1.1.1.6 +++ nono/vm/bitmap.h 2026/04/29 17:04:52 1.1.1.7 @@ -22,6 +22,8 @@ class BitmapDevice BitmapDevice(); virtual ~BitmapDevice() override; + bool Init() override; + bool PowerOn() override; void ResetHard() override; uint64 Read8(uint32 addr) override; @@ -104,7 +106,7 @@ class BitmapDevice // エミュレータによるコンソール出力 TextScreen *textscr {}; - std::unique_ptr prev {}; + std::vector prev {}; int screen_w {}; // 桁数 int screen_h {}; // 行数 int origin_x {}; // 原点 X [dot]