Add debug log for file access

This commit is contained in:
michaelangel007 2023-04-06 19:13:52 -07:00
parent 973c2e0d2f
commit 7395ff335c
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ bool doCopy( ProDOS_FileHeader_t *entry, const char *filename )
}
#if DEBUG_MAIN
printf( "File Access: $%02X\n", gEntry.access );
#endif
bool bStatus = ProDOS_FileAdd( gpPath, pSrcFileName, &gEntry );