8 #ifndef XSADISKIMAGE_HH 9 #define XSADISKIMAGE_HH 25 void readSectorImpl (
size_t sector,
SectorBuffer& buf)
override;
26 void writeSectorImpl(
size_t sector,
const SectorBuffer& buf)
override;
27 bool isWriteProtectedImpl()
const override;
Abstract class for disk images that only represent the logical sector information (so not the raw tra...
XSADiskImage(Filename &filename, File &file)
This class represents a filename.
Thanks to enen for testing this on a real cartridge:
This class manages the lifetime of a block of memory.