15 [[nodiscard]]
unsigned getSize()
const final;
18 [[nodiscard]]
byte read(
unsigned address)
override;
19 [[nodiscard]]
virtual byte read(
unsigned address, EmuTime::param time);
20 void write(
unsigned address,
byte value)
override;
21 virtual void write(
unsigned address,
byte value, EmuTime::param time);
23 [[nodiscard]]
const std::string&
getName()
const {
return name; }
33 const std::string name;