mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* README.md:
Added AppVeyor badge. * DiscImageChef.Devices/Enums.cs: Added X68k controller command.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-10-24 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Enums.cs:
|
||||
Added X68k controller command.
|
||||
|
||||
2015-10-24 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Enums.cs:
|
||||
|
||||
@@ -1330,6 +1330,10 @@ namespace DiscImageChef.Devices
|
||||
/// </summary>
|
||||
DefineFloppyDiskTrackFormat = 0xC0,
|
||||
/// <summary>
|
||||
/// Unknown vendor command in X68000
|
||||
/// </summary>
|
||||
Specify = 0xC2,
|
||||
/// <summary>
|
||||
/// SASI rev. 0a
|
||||
/// </summary>
|
||||
FormatDriveErrorMap = 0xC4,
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
|
||||
Disc Image Chef (because "swiss-army-knife" is used too much)
|
||||
|
||||
Copyright © 2011-2014 Natalia Portillo <claunia@claunia.com>
|
||||
Copyright © 2011-2015 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
[](https://ci.appveyor.com/project/claunia/discimagechef)
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Reference in New Issue
Block a user