Add DIC merge command and skip sector flag

This commit is contained in:
Matt Nadareski
2018-10-22 10:32:48 -07:00
parent f88e6617e5
commit d1f80efa41
4 changed files with 74 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
public const string Floppy = "fd";
public const string GDROM = "gd";
public const string MDS = "mds";
public const string Merge = "merge";
public const string Reset = "reset";
public const string Start = "start";
public const string Stop = "stop";
@@ -53,6 +54,7 @@
public const string ScanFileProtect = "/sf";
public const string ScanSectorProtect = "/ss";
public const string SeventyFour = "/74";
public const string SkipSector = "/sk";
public const string SubchannelReadLevel = "/s";
}

View File

@@ -17,6 +17,7 @@
Floppy,
GDROM,
MDS,
Merge,
Reset,
Start,
Stop,
@@ -55,6 +56,7 @@
ScanFileProtect,
ScanSectorProtect,
SeventyFour,
SkipSector,
SubchannelReadLevel,
}