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

Function record_dma_event_data

src/debug.cpp:2455–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455void record_dma_event_data(uae_u32 evt, uae_u32 data)
2456{
2457 struct dma_rec *dr;
2458
2459 if (!dma_record_data)
2460 return;
2461 dr = &dma_record_data[dma_record_cycle];
2462 dr->evt |= evt;
2463 dr->evtdata = data;
2464 dr->evtdataset = true;
2465 dr->ipl = regs.ipl_pin;
2466}
2467
2468void record_dma_replace(int type, int extra)
2469{

Callers 2

ExceptionXFunction · 0.85
TRYFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected