--- nono/host/sounddriver_netbsd.cpp 2026/04/29 17:05:56 1.1 +++ nono/host/sounddriver_netbsd.cpp 2026/04/29 17:06:02 1.1.1.2 @@ -93,7 +93,7 @@ SoundDriverNetBSD::Write(const int16 *bl } void -SoundDriverNetBSD::MonitorUpdateMD(TextScreen& screen, int y) +SoundDriverNetBSD::MonitorScreenMD(TextScreen& screen, int y) { screen.Print(0, y, "Device path: %s", device.c_str()); }