--- nono/vm/rom.h 2026/04/29 17:04:53 1.1.1.5 +++ nono/vm/rom.h 2026/04/29 17:04:55 1.1.1.6 @@ -9,12 +9,11 @@ #include "device.h" #include "mappedfile.h" -class ROMDevice - : public IODevice +class ROMDevice : public IODevice { using inherited = IODevice; public: - ROMDevice(); + ROMDevice(const std::string& objname_); virtual ~ROMDevice() override; void ResetHard() override;