|
public override byte[] ReadSectors(long sectorIndex, int sectorCount)
|
|
public override byte[] ReadSectors(long sectorIndex, int sectorCount)
|
|
return ByteReader.ReadBytes(m_diskBytes, (int)sectorIndex * BytesPerRAMDiskSector, sectorCount * BytesPerRAMDiskSector);
|
|
return ByteReader.ReadBytes(m_diskBytes, (int)sectorIndex * BytesPerRAMDiskSector, sectorCount * BytesPerRAMDiskSector);
|