trunk/src/emu/bus/msx_cart/msx_audio.c
r31412 | r31413 | |
45 | 45 | - NMS1205/FSCA1: Add muting of dac and y8950 based on io config writes. |
46 | 46 | |
47 | 47 | |
48 | | For testing the sample ram: |
| 48 | For testing the sample ram (playback of a cuckoo sound, the volume of the sound is quite low): |
49 | 49 | - 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) |
53 | 54 | |
54 | 55 | See also http://www.mccm.hetlab.tk/millennium/milc/gc/topic_26.htm (dutch) |
| 56 | and/or http://ngs.no.coocan.jp/doc/wiki.cgi/datapack?page=4.2+MSX-AUDIO+%B3%C8%C4%A5BASIC (japanese) |
55 | 57 | |
56 | 58 | |
57 | 59 | **********************************************************************************/ |