| 3371 | } |
| 3372 | |
| 3373 | static 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 | |
| 3384 | void record_copper_blitwait (uaecptr addr, int hpos, int vpos) |
| 3385 | { |
no outgoing calls
no test coverage detected