Fixed file deletion that was not updating the VTOC

This commit is contained in:
Rob McMullen 2017-02-26 14:23:58 -08:00
parent e9af557200
commit eda250185e

View File

@ -341,3 +341,4 @@ class VTOC(BaseSectorList):
def free_sector_list(self, sector_list):
for sector in sector_list:
self.sector_map[sector.sector_num] = 1
self.calc_bitmap()