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

Function init_record_copper

src/debug.cpp:3373–3382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3371}
3372
3373static void init_record_copper(void)
3374{
3375 if (!cop_record[0]) {
3376 cop_record[0] = xmalloc(struct cop_rec, NR_COPPER_RECORDS);
3377 cop_record[1] = xmalloc(struct cop_rec, NR_COPPER_RECORDS);
3378 }
3379 curr_cop_set = 0;
3380 selected_cop_set = 0;
3381 nr_cop_records[0] = nr_cop_records[1] = 0;
3382}
3383
3384void record_copper_blitwait (uaecptr addr, int hpos, int vpos)
3385{

Callers 3

record_copper_blitwaitFunction · 0.85
record_copperFunction · 0.85
copper_debuggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected