Classes | |
struct | BlockPosition |
A position on a disk image, given in track and sector number. More... |
Macros | |
#define | BLOCK_SIZE |
the usable size of a block (254 bytes) | |
#define | BLOCK_RAWSIZE |
the raw size of a block (256 bytes) |
Enumerations | |
enum | BlockStatus { BS_NONE, BS_ALLOCATED, BS_RESERVED } |
The current status of a block on a C64 disk. More... |
class Block.
enum BlockStatus |
The current status of a block on a C64 disk.