Rename fields, methods and structs to more adequate names.

This commit is contained in:
2015-10-19 02:13:54 +01:00
parent aab90287f9
commit 38a48777e7
10 changed files with 262 additions and 49 deletions

View File

@@ -36,6 +36,7 @@
// ****************************************************************************/
// //$Id$
using System;
using System.Runtime.InteropServices;
namespace DiscImageChef.Decoders.Floppy
{
@@ -47,7 +48,7 @@ namespace DiscImageChef.Decoders.Floppy
/// <summary>
/// Decoded Commodore GCR sector header
/// </summary>
public struct CommodoreSectorHeader
public struct SectorHeader
{
/// <summary>
/// Always 0x08
@@ -78,7 +79,7 @@ namespace DiscImageChef.Decoders.Floppy
/// <summary>
/// Decoded Commodore GCR sector data
/// </summary>
public struct CommodoreSectorData
public struct SectorData
{
/// <summary>
/// Always 0x07