Prev: D744 Up: Map Next: D763
D759: Send commands to AY-3-8912
Used by the routines at D5D7, D5F8, D68C, D6DB and D744.
Input
D Register to write
E Data to write
D759 LD BC,$FFFD
D75C OUT (C),D
D75E LD B,$BF
D760 OUT (C),E
D762 RET
Prev: D744 Up: Map Next: D763