--- nono/vm/lcd.h 2026/04/29 17:05:29 1.1.1.12 +++ nono/vm/lcd.h 2026/04/29 17:05:33 1.1.1.13 @@ -11,7 +11,6 @@ #pragma once #include "device.h" -#include "monitor.h" class LCDDevice : public Device { @@ -83,7 +82,7 @@ class LCDDevice : public Device uint8 ddram[0x80] {}; uint8 cgram[0x40] {}; - Monitor monitor { this }; + Monitor *monitor {}; static const uint8 CGROM[12 * 16 * 8]; };