MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / get_floppy_speed

Function get_floppy_speed

src/disk.cpp:656–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656static int get_floppy_speed (void)
657{
658 int m = currprefs.floppy_speed;
659 if (m <= 10)
660 m = 100;
661 m = NORMAL_FLOPPY_SPEED * 100 / m;
662 return m;
663}
664
665static int get_floppy_speed_from_image(drive *drv)
666{

Callers 6

track_resetFunction · 0.85
DISK_startFunction · 0.85
DISK_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected