--- nono/vm/rom.h 2026/04/29 17:05:14 1.1.1.9 +++ nono/vm/rom.h 2026/04/29 17:05:17 1.1.1.10 @@ -16,7 +16,7 @@ class ROMDevice : public IODevice { using inherited = IODevice; public: - ROMDevice(const std::string& objname_); + ROMDevice(int objid_); virtual ~ROMDevice() override; uint64 Read8(uint32 addr) override;