mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 06:49:16 +00:00
Add debug log for file access
This commit is contained in:
parent
973c2e0d2f
commit
7395ff335c
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user