Previous 199869 Revisions Next

r31413 Friday 25th July, 2014 at 09:10:43 UTC by Wilbert Pol
(MESS) some notes regarding usage and playback of FS-CA1 built-in ADPCM samples. (nw)
[src/emu/bus/msx_cart]msx_audio.c

trunk/src/emu/bus/msx_cart/msx_audio.c
r31412r31413
4545- NMS1205/FSCA1: Add muting of dac and y8950 based on io config writes.
4646
4747
48For testing the sample ram:
48For testing the sample ram (playback of a cuckoo sound, the volume of the sound is quite low):
4949- Disable firmware on the fs-ca1
50- call audio
51- call copy pcm(#a, b)
52- call play pcm (x)
50- Execute the following basic commands:
51  - CALL AUDIO
52  - CALL COPY PCM(#1,0)
53  - CALL PLAY PCM(0)
5354
5455See also http://www.mccm.hetlab.tk/millennium/milc/gc/topic_26.htm (dutch)
56and/or http://ngs.no.coocan.jp/doc/wiki.cgi/datapack?page=4.2+MSX-AUDIO+%B3%C8%C4%A5BASIC (japanese)
5557
5658
5759**********************************************************************************/

Previous 199869 Revisions Next


© 1997-2024 The MAME Team