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

Function record_dma_read_value

src/debug.cpp:2532–2542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532void record_dma_read_value(uae_u32 v)
2533{
2534 if (last_dma_rec) {
2535 if (last_dma_rec->cf_reg != 0xffff) {
2536 last_dma_rec->cf_dat = v;
2537 } else {
2538 last_dma_rec->dat = v;
2539 }
2540 last_dma_rec->size = 2;
2541 }
2542}
2543
2544void record_dma_read_value_wide(uae_u64 v, bool quad)
2545{

Callers 7

record_dma_blit_valFunction · 0.85
dmal_emu_diskFunction · 0.85
dmal_emu_audioFunction · 0.85
fetch16Function · 0.85
custom.cppFile · 0.85
handle_rga_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected