mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-12-27 05:32:56 +00:00
Cleanup
This commit is contained in:
parent
abb0c97467
commit
741a5cc36f
@ -156,6 +156,7 @@ Is this still needed?
|
|||||||
" (Normally a sub-directory must be empty)\n"
|
" (Normally a sub-directory must be empty)\n"
|
||||||
, // DIR__DELETE2
|
, // DIR__DELETE2
|
||||||
" Alias for rmdir\n"
|
" Alias for rmdir\n"
|
||||||
|
" NOTE: Not implemented yet!\n"
|
||||||
, NULL
|
, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ if( block == PRODOS_ROOT_BLOCK )
|
|||||||
struct ProDOS_FileHeader_t
|
struct ProDOS_FileHeader_t
|
||||||
{ ; //Rel Size Hex
|
{ ; //Rel Size Hex
|
||||||
uint8_t kind ; // +0 1 $00 \ Hi nibble Storage Type
|
uint8_t kind ; // +0 1 $00 \ Hi nibble Storage Type
|
||||||
uint8_t len ; // +0 / Lo nibble
|
uint8_t len ; // +0 / Lo nibble Filename Length
|
||||||
char name[ 16 ] ; // +1 15 $05 15 on disk but we NULL terminate for convenience
|
char name[ 16 ] ; // +1 15 $05 15 on disk but we NULL terminate for convenience
|
||||||
// --- diff from volume ---
|
// --- diff from volume ---
|
||||||
uint8_t type ; //+16 1 $10 User Type
|
uint8_t type ; //+16 1 $10 User Type
|
||||||
@ -1626,7 +1626,7 @@ void ProDOS_Init( const char *path )
|
|||||||
|
|
||||||
|
|
||||||
// Read T0S0 and save it to a file on the host
|
// Read T0S0 and save it to a file on the host
|
||||||
// @returns 0 if succes
|
// @returns true if succes
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
bool ProDOS_ExtractBootSector( const char *pBootSectorFileName )
|
bool ProDOS_ExtractBootSector( const char *pBootSectorFileName )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user