| 3719 | } |
| 3720 | |
| 3721 | static 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 |
no test coverage detected