--- nono/vm/mainbus_x68k.h 2026/04/29 17:05:38 1.1.1.4 +++ nono/vm/mainbus_x68k.h 2026/04/29 17:06:00 1.1.1.5 @@ -33,8 +33,8 @@ class X68kMainbus final : public Mainbus bool Poke1(uint32 addr, uint32 data) override; private: - DECLARE_MONITOR_CALLBACK(MonitorUpdate); - DECLARE_MONITOR_CALLBACK(MonitorUpdateAccStat); + DECLARE_MONITOR_SCREEN(MonitorScreen); + DECLARE_MONITOR_SCREEN(MonitorScreenAccStat); inline bool IsIntio(uint32) const;