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

Function DMACONR

src/custom.cpp:2282–2287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2280}
2281
2282STATIC_INLINE uae_u16 DMACONR(void)
2283{
2284 dmacon &= ~(0x4000 | 0x2000);
2285 dmacon |= (blit_busy(true) ? 0x4000 : 0x0000) | (blt_info.blitzero ? 0x2000 : 0);
2286 return dmacon;
2287}
2288STATIC_INLINE uae_u16 INTENAR(void)
2289{
2290 return intena & 0x7fff;

Callers 3

dumpcustomFunction · 0.85
custom_wget_1Function · 0.85
save_customFunction · 0.85

Calls 1

blit_busyFunction · 0.85

Tested by

no test coverage detected