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

Function record_copper_reset

src/debug.cpp:1812–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1810}
1811
1812void record_copper_reset (void)
1813{
1814 /* Start a new set of copper records. */
1815 curr_cop_set ^= 1;
1816 nr_cop_records[curr_cop_set] = 0;
1817}
1818
1819static uae_u32 ledcolor (uae_u32 c, uae_u32 *rc, uae_u32 *gc, uae_u32 *bc, uae_u32 *a)
1820{

Callers 1

vsync_handler_postFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected