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

Function record_dma_read_value_pos

src/debug.cpp:2523–2530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2521}
2522
2523void record_dma_read_value_pos(uae_u32 v)
2524{
2525 if (!dma_record_data)
2526 return;
2527 struct dma_rec *dr = &dma_record_data[dma_record_cycle];
2528 last_dma_rec = dr;
2529 record_dma_read_value(v);
2530}
2531
2532void record_dma_read_value(uae_u32 v)
2533{

Callers 2

wait_cpu_cycle_readFunction · 0.85

Calls 1

record_dma_read_valueFunction · 0.85

Tested by

no test coverage detected