Home
last modified time | relevance | path

Searched refs:_diskRead2 (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DDisk.h65 int _diskRead2(int driveId, UInt8* buffer, int sector, int numSectors);
H A Dft245.c123 _diskRead2(host->driveId, sectorBuffer, 1, 1); in onTimer()
273 int rv = _diskRead2(host->driveId, host->transferBuffer, startSector, sectorAmount); in ft245UsbHostDskio()
H A DDisk.c740 int _diskRead2(int driveId, UInt8* buffer, int sector, int numSectors) in _diskRead2() function
H A DScsiDevice.c652 if (_diskRead2(scsi->diskId, scsi->buffer, scsi->sector, numSectors)) { in scsiDeviceReadSector()