mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 06:49:16 +00:00
Initial PRODOS_MAX_PATH
This commit is contained in:
parent
b31fd85c18
commit
115677223c
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
const size_t PRODOS_BLOCK_SIZE = 0x200; // 512 bytes/block
|
const size_t PRODOS_BLOCK_SIZE = 0x200; // 512 bytes/block
|
||||||
const size_t PRODOS_ROOT_BLOCK = 2;
|
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_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_D = 0x80; // Can destroy
|
||||||
const uint8_t ACCESS_N = 0x40; // Can rename
|
const uint8_t ACCESS_N = 0x40; // Can rename
|
||||||
|
Loading…
Reference in New Issue
Block a user