mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-10 00:25:09 +00:00
Add logging for meta/index blocks
This commit is contained in:
@@ -2416,6 +2416,9 @@ bool Util_ProDOS_AddFile (uint8_t* pDiskBytes, const size_t nDiskSize, const cha
|
||||
}
|
||||
|
||||
ProDOS_BlockSetUsed( pDiskBytes, pVolume, iMetaBlock );
|
||||
#if _DEBUG
|
||||
LogOutput( "0x---- FileBlock: --/-- MetaBlock: $%02X\n", iMetaBlock );
|
||||
#endif
|
||||
}
|
||||
|
||||
// Copy Data
|
||||
|
Reference in New Issue
Block a user