Commit Graph

14 Commits

Author SHA1 Message Date
83ff97a8da Style corrections. 2015-04-20 17:52:08 +01:00
72306989c3 Added support for AmigaDOS filesystems. 2015-04-20 06:26:33 +01:00
66980c0548 Give not only partition starting sector but also ending sector
to filesystems.
2015-04-20 05:09:46 +01:00
e33354e573 Corrected datetime field handling in ProDOS filesystem. 2015-04-19 04:20:32 +01:00
1e443d48c8 Implemented support for Apple ProDOS/SOS filesystem
(untested).
2015-03-22 07:32:40 +00:00
3229808c73 All struct members should be public (and removes warning) 2014-08-28 19:03:32 +01:00
94316131d2 Code cleanup. 2014-08-28 19:02:45 +01:00
8c358a5084 Workaround when HFS and Apple Partition Map where created on a
512 byte/sector device (like a HDD) but are present on a 2048
	byte/sector device (like a CD). Solves #1. HFS+ should not be
	affected (even if wrapped).
2014-08-28 18:26:14 +01:00
2f894c5461 Correct typo 2014-08-28 18:12:13 +01:00
41fe7bc575 Empty list cannot be called Contains() it seems, appears as
null.
2014-08-28 17:38:41 +01:00
ce8fd47fe6 Converted ImageInfo in public structure, use it to cache and
interchange information about disc image.
2014-08-24 17:46:29 +01:00
902e74c92f Seems that sometimes RootDirectoryLocation is being
incorrectly read, don't jump if value is oversized.
	Added debug information for IP.BIN parsers.
	Corrected Dreamcast IP.BIN parser.
2014-07-09 19:50:16 +01:00
679e8f8070 Checks there is a minimum of sectors. 2014-07-09 19:49:14 +01:00
ed86f9742b Rename project folder. 2014-06-15 23:41:50 +01:00