Example #1
0
 public GDPrimaryVolumeDescriptor(GDBuilder owner)
 {
     Owner                  = owner;
     VolumeIdentifier       = "DREAMCAST";
     SystemIdentifier       = string.Empty;
     VolumeSetIdentifier    = string.Empty;
     PublisherIdentifier    = string.Empty;
     DataPreparerIdentifier = string.Empty;
     ApplicationIdentifier  = string.Empty;
 }
Example #2
0
        public GDHighDensityArea(GDBuilder owner)
        {
            Owner = owner;

            AudioTrackFileNames = new List <string>();

            SetDefaultFileNames();
            DataTrackLastFileName = string.Empty;

            BootstrapFilePath = string.Empty; // IP.BIN
        }
 public GDSingleDensityArea(GDBuilder owner)
 {
     Owner = owner;
     SetDefaultFileNames();
     BootstrapFilePath = string.Empty; // IP0000.BIN
 }