Added PRODOS_ROOT_OFFSET

This commit is contained in:
Michaelangel007 2017-11-07 07:42:03 -08:00
parent 525ba41030
commit d4de5d2a83
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
const size_t PRODOS_BLOCK_SIZE = 0x200; // 512 bytes/block
const size_t PRODOS_ROOT_BLOCK = 2;
const int PRODOS_MAX_FILENAME = 15;
const int PRODOS_ROOT_OFFSET = PRODOS_ROOT_BLOCK * PRODOS_BLOCK_SIZE;
// const int PRODOS_MAX_PATH = 64; // TODO: Verify
const uint8_t ACCESS_D = 0x80; // Can destroy