Does anyone knows how to play a sample on the PCM... without using the BIOS?
I tried something like this:
ld a, 3 out (0A5h), a ;Turbo-R PCM DAC mode. ld HL, SAMPLE_DATA ld bc, SAMPLE_SIZE SAMPLE_LOOP: LD A, (HL) OUT (A4h),A INC HL DEC BC LD A, B OR C CP 0 JP NZ, SAMPLE_LOOP
but all I hear is a very low noise, nothing like the sample I want to play
Login or 등록 to post comments

