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

Function BLTADAT

src/custom.cpp:3721–3725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3719}
3720
3721static void BLTADAT(uae_u16 v)
3722{
3723 maybe_blit(0);
3724 blt_info.bltadat = v;
3725}
3726/*
3727* "Loading data shifts it immediately" says the HRM. Well, that may
3728* be true for BLTBDAT, but not for BLTADAT - it appears the A data must be

Callers 2

custom_wput_agnusFunction · 0.85
restore_customFunction · 0.85

Calls 1

maybe_blitFunction · 0.85

Tested by

no test coverage detected