Home
last modified time | relevance | path

Searched refs:diskChanged (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DDisk.h64 int diskChanged(int driveId);
H A DTC8566AF.c639 return diskChanged(drive); in tc8566afDiskChanged()
H A DDisk.c153 int diskChanged(int driveId) in diskChanged() function
H A Dft245.c120 if (diskChanged(host->driveId)) { in onTimer()
H A DWD2793.c337 return diskChanged(drive); in wd2793DiskChanged()
H A DNEC765.c687 return diskChanged(drive); in nec765DiskChanged()
H A DScsiDevice.c266 int changed = diskChanged(scsi->diskId); in scsiDeviceDiskChanged()