Add logging for meta/index blocks

This commit is contained in:
michaelangel007 2025-02-11 13:05:56 -08:00
parent fb541b0acf
commit 675c0c6d40

View File

@ -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