SetVDPAddress: ; Sets the VDP address ; Parameters: hl = address push af ld a,l out (VDPControl),a ld a,h out (VDPControl),a pop af ret