Initial PRODOS_MAX_PATH

This commit is contained in:
Michaelangel007 2017-11-07 08:43:37 -08:00
parent b31fd85c18
commit 115677223c
1 changed files with 2 additions and 3 deletions

View File

@ -2,11 +2,10 @@
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 int PRODOS_MAX_FILENAME = 15;
const int PRODOS_MAX_PATH = 64; // TODO: Verify
const uint8_t ACCESS_D = 0x80; // Can destroy
const uint8_t ACCESS_N = 0x40; // Can rename