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

Function record_dma_read_value_wide

src/debug.cpp:2544–2554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2542}
2543
2544void record_dma_read_value_wide(uae_u64 v, bool quad)
2545{
2546 if (last_dma_rec) {
2547 if (last_dma_rec->cf_reg != 0xffff) {
2548 last_dma_rec->cf_dat = (uae_u16)v;
2549 } else {
2550 last_dma_rec->dat = v;
2551 }
2552 last_dma_rec->size = quad ? 8 : 4;
2553 }
2554}
2555
2556bool record_dma_check(void)
2557{

Callers 3

fetch32_bplFunction · 0.85
fetch32_sprFunction · 0.85
fetch64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected