Hi Enrico,

Leandro remembered me that I do have a small routine to play sounds on FM.
It's the equivalent of the command CALL AUDREG on BASIC (Reg is the FM
Register and VALOR it's value)

Procedure audreg(REG, VALOR: byte);
begin                              
  Port[$7C]:=REG;
  Port[$7D]:=VALOR;      
end;

What I do to be able to play music with this is simple. I Play any FM music
on fmsx and log the sound output. Then I extract only the FM pertinent
data, and pass it to this function.

I know, its not the best solution by far. But it works for me ^_^

Hope it helps,



At 03:47 PM 24/06/2003 +0200, you wrote:
>Hi Richard,
>
>> I belive that we have one that works with MSX-DOS 1 but i don't know for
>> sure.
>> I think Raymond is reading this so my question to him is can you verify if
>> it is a DOS 1routine?
>
>Have you find them?
>
>I really don't thik that exist....
>
>Thank you for helping me, regards,
>Enrico
>_______________________________________________
>MSX mailing list ([EMAIL PROTECTED])
>Info page: http://lists.stack.nl/mailman/listinfo/msx
>
SLotman
MSX Files ( http://www.msxfiles.tk )
Megaram Project ( http://megaram.msxfiles.cjb.net )
_______________________________________________
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx

Reply via email to