--- nono/vm/planevram.h 2026/04/29 17:05:33 1.1.1.5 +++ nono/vm/planevram.h 2026/04/29 17:05:43 1.1.1.6 @@ -36,11 +36,9 @@ class PlaneVRAMDevice : public IODevice PlaneVRAMDevice(int width_, int height_); ~PlaneVRAMDevice() override; + bool Init() override; void ResetHard(bool poweron) override; - // レンダリング時に使うテーブルを事前に計算する。 - void InitDeptable(); - // プレーン数を取得 uint GetPlaneCount() const { return nplane; }