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

Function event_DISK_handler

src/disk.cpp:3987–3997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3985}
3986
3987void event_DISK_handler(uae_u32 data)
3988{
3989 int flag = data & 255;
3990 int hpos = current_hpos();
3991
3992#if DISK_DEBUG_X > 0
3993 write_log("disk event %02x %d %d\n", flag, hpos, disk_hpos >> 8);
3994#endif
3995 DISK_update(hpos);
3996 DISK_update_predict();
3997}
3998
3999static void loaddskbytr(int bits, int speed)
4000{

Callers

nothing calls this directly

Calls 4

current_hposFunction · 0.85
DISK_updateFunction · 0.85
DISK_update_predictFunction · 0.85
write_logFunction · 0.70

Tested by

no test coverage detected