mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-12 12:37:08 +00:00
Add logging for meta/index blocks
This commit is contained in:
parent
fb541b0acf
commit
675c0c6d40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user