ericmckean / game-music-emu

Automatically exported from code.google.com/p/game-music-emu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

YM and SNDH support #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SNDH files are often used on Atari ST. They store the player code compiled for 
the 68000CPU and target the YM sound chip of the Atari ST, which is very 
similar to the AY3-8912. Since both the AY3 and 68000 are supported in GME, 
would it be possible to add SNDH support?

YM files are mostly a dump of register changes over time for the AY3 registers. 
Supporting this shouldn't be too hard, would you consider doing it ?

Thanks!

Original issue reported on code.google.com by pulkoma...@gmail.com on 23 Jun 2014 at 10:13