Go to the documentation of this file. 1 #ifndef RAMDSKDISKIMAGE_HH
2 #define RAMDSKDISKIMAGE_HH
17 virtual void readSectorImpl(
size_t sector,
byte* buf);
18 virtual void writeSectorImpl(
size_t sector,
const byte* buf);
19 virtual bool isWriteProtectedImpl()
const;