![]() |
Routines |
Prev: D338 | Up: Map | Next: D36F |
D346 | LD A,$38 | Set sound data buffer to disable noise and tone | ||
D348 | LD ($D5ED),A | |||
D34B | CALL $D41A | Send command to the mixer (disable noise and tone) | ||
D34E | LD HL,$D5CA | Reset channels data | ||
D351 | LD DE,$D5CB | |||
D354 | LD BC,$001D | |||
D357 | LD (HL),$00 | |||
D359 | LDIR | |||
D35B | LD IX,$D5CA | Initialise channels at D5CA | ||
D35F | LD (IX+$00),$FF | |||
D363 | LD (IX+$08),$FF | |||
D367 | LD (IX+$10),$FF | |||
D36B | CALL $D36F | Reset sound volume channels | ||
D36E | RET |
Prev: D338 | Up: Map | Next: D36F |