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

Function fakehsync_handler

src/custom.cpp:11194–11202  ·  view source on GitHub ↗

syncs stopped: generate fake hsyncs to keep everything running

Source from the content-addressed store, hash-verified

11192
11193// syncs stopped: generate fake hsyncs to keep everything running
11194static void fakehsync_handler(uae_u32 v)
11195{
11196 if (syncs_stopped) {
11197 hsync_handler(false);
11198 next_denise_rga();
11199 event2_newevent_xx(-1, CYCLE_UNIT * maxhpos, 0, fakehsync_handler);
11200 custom_trigger_start_nosync();
11201 }
11202}
11203
11204static void set_fakehsync_handler(void)
11205{

Callers

nothing calls this directly

Calls 4

hsync_handlerFunction · 0.85
next_denise_rgaFunction · 0.85
event2_newevent_xxFunction · 0.85

Tested by

no test coverage detected