Mkd64 module API  1.3b
API for creating own mkd64 modules
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
block.h File Reference

class Block. More...

#include <mkd64/common.h>
#include <mkd64/imodule.h>

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...

Detailed Description

class Block.

Enumeration Type Documentation

The current status of a block on a C64 disk.

mkd64/block.h

Enumerator:
BS_NONE 

block is available

BS_ALLOCATED 

block is allocated

BS_RESERVED 

block is reserved by a module