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

Function record_copper_blitwait

src/debug.cpp:3384–3392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3382}
3383
3384void record_copper_blitwait (uaecptr addr, int hpos, int vpos)
3385{
3386 int t = nr_cop_records[curr_cop_set];
3387 if (!cop_record[0]) {
3388 init_record_copper();
3389 }
3390 cop_record[curr_cop_set][t].bhpos = hpos;
3391 cop_record[curr_cop_set][t].bvpos = vpos;
3392}
3393
3394void record_copper (uaecptr addr, uaecptr nextaddr, uae_u16 word1, uae_u16 word2, int hpos, int vpos)
3395{

Callers 1

blitter_done_notifyFunction · 0.85

Calls 1

init_record_copperFunction · 0.85

Tested by

no test coverage detected