Difference between revisions of "AMSDAP"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Notes)
(Links)
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
The AMSDAP is developed in collaboration by [[Prodatron]] and TMTLOGIC.
 
The AMSDAP is developed in collaboration by [[Prodatron]] and TMTLOGIC.
  
With this board, it is possible to use MSX hardware on the CPC computer. This only applies to hardware that uses the IO bus of the Z80. Hardware that uses memory functions is not supported.
+
With this board, it is possible to use [[MSX]] hardware on the CPC computer. This only applies to hardware that uses the IO bus of the Z80. Hardware that uses memory functions is not supported.
  
 
On the board is a DC / DC converter that provides the +/- 12v of the MSX. The maximum current is 84mA.
 
On the board is a DC / DC converter that provides the +/- 12v of the MSX. The maximum current is 84mA.
Line 27: Line 27:
  
 
[[SymbOS]] makes use of:
 
[[SymbOS]] makes use of:
*the graphics cards based on the Yamaha V9990 graphics chip, released in 1991 [[Media:Yamaha v9990 datasheet.pdf|V9990 datasheet]] [[Media:Yamaha v9990.pdf|V9990 application manual]] [https://youtu.be/plQf9_7zPSA Demonstration]
+
*the graphics cards based on the Yamaha V9990 graphics chip, released in 1991 [[Media:Yamaha v9990 datasheet.pdf|V9990 datasheet]] [[Media:Yamaha v9990.pdf|V9990 application manual]] [http://msxbanzai.tni.nl/v9990/manual.html V9990 programmers manual] [https://youtu.be/plQf9_7zPSA Demo SymbOS] [https://youtu.be/2yAHz4felTo Demo MiniMicroMachines]
 
* FM radio reception, using the SE-One soundcard. [http://www.symbos.de/appinfo.htm?00053 FM radio SymbOS app] [[Media:SEONE MANUAL(beta).pdf|SE-One manual]] [https://youtu.be/vvlGBS3nNiY Demonstration]  
 
* FM radio reception, using the SE-One soundcard. [http://www.symbos.de/appinfo.htm?00053 FM radio SymbOS app] [[Media:SEONE MANUAL(beta).pdf|SE-One manual]] [https://youtu.be/vvlGBS3nNiY Demonstration]  
 
* DAB+ radio reception, using the SE-DAB+ soundcard. [http://www.symbos.de/appinfo.htm?00052 DAB+ radio SymbOS app] [[Media:Manual SE-DAB.pdf|SE-DAB+ manual]]
 
* DAB+ radio reception, using the SE-DAB+ soundcard. [http://www.symbos.de/appinfo.htm?00052 DAB+ radio SymbOS app] [[Media:Manual SE-DAB.pdf|SE-DAB+ manual]]
Line 58: Line 58:
 
* [https://modarchive.org/index.php?request=view_top_favourites The Mod Archive] One of the world's largest collections of music modules
 
* [https://modarchive.org/index.php?request=view_top_favourites The Mod Archive] One of the world's largest collections of music modules
 
* [https://www.modules.pl modules.pl] Website 100% dedicated to tracked music
 
* [https://www.modules.pl modules.pl] Website 100% dedicated to tracked music
 +
* [https://www.wothke.ch/playmod/ PlayMOD] Online player for various chiptune collections
 +
* [https://ftp.modland.com/pub/documents/format_documentation/FireLight%20MOD%20Player%20Tutorial.txt MOD Player] [https://ftp.modland.com/pub/documents/format_documentation/FireLight%20S3M%20Player%20Tutorial.txt S3M Player] Step-by-step guides to writing a module player
 +
* [https://ftp.modland.com/pub/documents/format_documentation/ Documentation for various music formats]
  
 
<br>
 
<br>
  
 
[[Category:Music and sound]] [[Category:Graphic]] [[Category:Peripherals]] [[Category:Hardware]]
 
[[Category:Music and sound]] [[Category:Graphic]] [[Category:Peripherals]] [[Category:Hardware]]

Latest revision as of 09:39, 20 April 2025

AMSDAP - CPC and MSX expansion slots for Amstrad CPC

AMSDAP42 TOP.jpg AMSDAP setup.png

The AMSDAP is developed in collaboration by Prodatron and TMTLOGIC.

With this board, it is possible to use MSX hardware on the CPC computer. This only applies to hardware that uses the IO bus of the Z80. Hardware that uses memory functions is not supported.

On the board is a DC / DC converter that provides the +/- 12v of the MSX. The maximum current is 84mA.


Technical information

AMSDAP User Manual

The MSX ports #00-#ff are maped to:

  • CPC: #FFxx. This makes the AMSDAP incompatible with the Amdrum expansion
  • PCW: #xxB0
  • Enterprise: #xx (not remaped)

MSX I/O ports overview


MSX hardware supported

SymbOS makes use of:

The SID sound chip of the PlaySoniq soundcard is accessible on the CPC with AMSDAP (MSX ports #2A for register select and #2B to write data). Source PlaySoniq manual

The SAA1009 sound chip of the Supersoniqs Soundstar is accessible on the CPC with AMSDAP (MSX ports #04 and #05).


Notes

The OPL4 chip combines an 18-voice FM synthesizer (same as OPL3) and a 24-voice Wavetable synthesizer (like the 4-voice Amiga Paula chip or the 32-voice Gravis Ultrasound).

Unlike the Willy OPL3 and Willy MIDI soundcards, the AMSDAP with an OPL4 soundcard can play Amiga modules and PC wavetable modules (S3M/XM/IT).

And with the included YRW801 ROM chip and a software translation layer, the OPL4 can do Wavetable General MIDI. YRW801 Wave ROM datasheet

Also interesting is a new MSX soundcard, the vFM (Virtual Full Music) that emulates many soundchips (SSG, OPLL, OPL2/3/4, OPM, OPNA, SN76489, SAA1099, SCC) by using a Teensy board. It also includes a PCM (PCM5102A) chip and a MIDI synthesizer (SAM2695) chip.

And the MSX Pico, a card quite similar to the PicoCPC, that emulates the FM-PAC, SCC, dual PSG, MP3 player, etc...


Links