17bool DummyDisk::isWriteProtectedImpl()
const
22void DummyDisk::readSectorImpl(
size_t , SectorBuffer& )
24 throw DriveEmptyException(
"No disk in drive");
27void DummyDisk::writeSectorImpl(
size_t ,
const SectorBuffer& )
29 throw DriveEmptyException(
"No disk in drive");
bool isDummyDisk() const override
This class represents a filename.
Abstract class for disk images that only represent the logical sector information (so not the raw tra...
void setNbSectors(size_t num)
This file implemented 3 utility functions: