1 #ifndef DSKDISKIMAGE_HH
2 #define DSKDISKIMAGE_HH
19 SectorBuffer* buffers,
size_t startSector,
size_t num)
override;
20 void writeSectorImpl(
size_t sector,
const SectorBuffer& buf)
override;
21 [[nodiscard]]
bool isWriteProtectedImpl()
const override;
25 const std::shared_ptr<File> file;
DSKDiskImage(const Filename &filename)
This class represents a filename.
Abstract class for disk images that only represent the logical sector information (so not the raw tra...
This class represents the result of a sha1 calculation (a 160-bit value).
This file implemented 3 utility functions:
constexpr const char *const filename