--- nono/host/driver.cpp 2026/04/29 17:05:47 1.1.1.4 +++ nono/host/driver.cpp 2026/04/29 17:06:02 1.1.1.6 @@ -12,7 +12,7 @@ #include "hostdevice.h" // コンストラクタ -Driver::Driver(HostDevice *hostdev_, const char *drivername_) +Driver::Driver(HostDevice *hostdev_, const std::string& drivername_) : inherited(OBJ_NONE) { hostdev = hostdev_; @@ -51,6 +51,6 @@ Driver::Dispatch(int udata) // モニタ (ドライバ依存情報のみ) void -Driver::MonitorUpdateMD(TextScreen& screen, int y) +Driver::MonitorScreenMD(TextScreen& screen, int y) { }