syncs stopped: generate fake hsyncs to keep everything running
| 11192 | |
| 11193 | // syncs stopped: generate fake hsyncs to keep everything running |
| 11194 | static 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 | |
| 11204 | static void set_fakehsync_handler(void) |
| 11205 | { |
nothing calls this directly
no test coverage detected