* FileSystemIDandChk/TODO:

* FileSystemIDandChk/Main.cs:
	* FileSystemIDandChk/README.md:
	* FileSystemIDandChk/FileSystemIDandChk.csproj:
	* FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs:
	  Adds support for RAW (sector by sector) disk images.

	* FileSystemIDandChk/ImagePlugins/ImagePlugin.cs:
	  Add definitions for BD-R, BD-RE XL and FDFORMAT disk types.

	* FileSystemIDandChk/ImagePlugins/TeleDisk.cs:
	  Add bounding checks on ReadSectors()
This commit is contained in:
2014-06-07 23:32:59 +01:00
parent 109ea16b7c
commit 0024671731
7 changed files with 674 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
Disc image plugins:
--- Add support for no disc image, that is, raw.
--- Add support for BlindWrite images
--- Add support for CloneCD images
--- Add support for DiscJuggler images
@@ -66,4 +65,7 @@ Other things:
Teledisk plugin:
--- Add support for "advanced compression"
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
RAW plugin:
--- Finish support for reading sectors of variable bytes/sector images