--- nono/host/sounddriver_wav.h 2026/04/29 17:05:55 1.1.1.1 +++ nono/host/sounddriver_wav.h 2026/04/29 17:06:02 1.1.1.2 @@ -23,7 +23,7 @@ class SoundDriverWav : public SoundDrive void Write(const int16 *) override; - void MonitorUpdateMD(TextScreen&, int y) override; + void MonitorScreenMD(TextScreen&, int y) override; private: bool OpenWav();