diff --git a/prodos.cpp b/prodos.cpp index 6f53ea5..b8f315e 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -156,6 +156,7 @@ Is this still needed? " (Normally a sub-directory must be empty)\n" , // DIR__DELETE2 " Alias for rmdir\n" +" NOTE: Not implemented yet!\n" , NULL }; diff --git a/prodos.tools.cpp b/prodos.tools.cpp index a041c74..0754a2a 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -166,7 +166,7 @@ if( block == PRODOS_ROOT_BLOCK ) struct ProDOS_FileHeader_t { ; //Rel Size Hex 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 // --- diff from volume --- 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 -// @returns 0 if succes +// @returns true if succes // ======================================================================== bool ProDOS_ExtractBootSector( const char *pBootSectorFileName ) {