Commit Graph

20 Commits

Author SHA1 Message Date
50ac5a3425 Rename comment header. 2020-02-27 12:31:23 +00:00
7d9781a33e Rename namespace. 2020-02-27 00:36:39 +00:00
785638f5f6 Update copyright date. 2020-01-03 17:54:09 +00:00
d864bfab6c Code reformat. 2019-11-25 00:54:38 +00:00
71cb591368 Remove the ability to support little endian from BigEndianBitConverter. 2019-05-11 20:49:32 +01:00
e2bbb9994f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
06a27f18b0 Update copyright year. 2018-12-29 17:34:38 +00:00
2c409e1217 Code cleanup. 2018-06-22 08:08:51 +01:00
27de3e7c84 For DiscImageChef format, add support for Apple long sectors (with tags). 2018-01-24 22:53:19 +00:00
8ea683826f Add writing support to Basic Lisa Utility disk image. 2018-01-04 03:34:50 +00:00
c3be1733a4 Add Lisa tags converters and marshallers. 2018-01-04 02:28:47 +00:00
354e31d149 REFACTOR: Final cleanup of DiscImageChef.Decoders. 2017-12-23 18:31:38 +00:00
8e24002875 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
5a2b6d8783 REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
eff65c4bad REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
2b420c3e9a REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
ca4223bc08 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
18370820e9 Updated copyright string. 2017-05-19 20:28:49 +01:00
777ad10a08 * DiscImageChef.Partitions/Human68k.cs:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
	  Added Human68k partition table.

	* DiscImageChef.Partitions/RioKarma.cs:
	  Corrected typo.

	* DiscImageChef.DiscImages/ZZZRawImage.cs:
	  Detect X68000 SASI hard disks that use 256 bytes/sector.
	Correct size of ECMA-154 magnetoptical.

	* DiscImageChef.Partitions/PC98.cs:
	  Correct handling of partition name, do not directly marshal
	  as it may crash.
	Prevent false positives checking for sanity and partition
	  type, so this limits it to FreeBSD right now.

	* DiscImageChef.Partitions/Acorn.cs:
	  Do not try to read past device.

	* DiscImageChef.Helpers/BigEndianMarshal.cs:
	* DiscImageChef.Helpers/BigEndianStructure.cs:
	* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
	  Reworked big endian marshal. Does not traverse nested
	  structures.

	* DiscImageChef.Partitions/SGI.cs:
	  Corrected big endian marshaling, manually traversing nested
	  structures.

	* DiscImageChef.Decoders/LisaTag.cs:
	  Removed temporal variable.

	* DiscImageChef.Partitions/Sun.cs:
	  Sun insists all devices must be 512 bytes/sector. Really.
	  Even CDs. But this allows bigger ones.
2016-08-22 00:49:48 +01:00
ad53e8e459 Separate Lisa tag decoding from Lisa filesystem and added
Priam tags.
2016-08-21 19:23:58 +01:00