1#ifndef FDCDUMMYBACKEND_HH
2#define FDCDUMMYBACKEND_HH
15 void readSectorImpl (
size_t sector,
SectorBuffer& buf)
override;
16 void writeSectorImpl(
size_t sector,
const SectorBuffer& buf)
override;
17 [[nodiscard]]
bool isWriteProtectedImpl()
const override;
bool isDummyDisk() const override
Abstract class for disk images that only represent the logical sector information (so not the raw tra...
This file implemented 3 utility functions: