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

Function record_dma_reset

src/debug.cpp:1799–1810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797}
1798
1799void record_dma_reset(int start)
1800{
1801 if (start && !dma_record_data) {
1802 dma_record_init();
1803 }
1804 if (!dma_record_data) {
1805 return;
1806 }
1807 if (start && !debug_dma) {
1808 debug_dma = start;
1809 }
1810}
1811
1812void record_copper_reset (void)
1813{

Callers 5

restore_blitter_finishFunction · 0.85
debug_lineFunction · 0.85
vsync_handler_postFunction · 0.85
m68k_goFunction · 0.85
uae_resetFunction · 0.85

Calls 1

dma_record_initFunction · 0.85

Tested by

no test coverage detected