AY-3-8910 sound chip emulator
Root / Submissions / [.]
12Me21Created:
Download:TB53F344Version:Size:99KB
(Unfinished I guess)
Works on both the original and new 3DS, and with/without the sound DLC (but the quality is best on n3DS with advanced sound processing unit)
(outdated videos)
https://www.youtube.com/watch?v=0Cvsf5CIynE
https://www.youtube.com/watch?v=TuZcbnac3Kg
https://www.youtube.com/watch?v=1ikgBqqFflU
5
It might be possible, but probably not at decent quality.
technically maybe yes, but it's probably not a good idea
I wonder how hard it would be to convert these songs to MML....
How could I put it in a game?
In its current state that's not really possible, because it basically runs constantly and there isn't anywhere to put your game code where it would execute at a consistent speed
Okay. I hope that in a future update this will be possible, though.
I love it! I recommend that for chiptune lovers and ZX Spectrum fans. 😋🎧🎤
You forgot to change the EXECs before releasing again
Darn lol
It's fixed now
Nice. >:]
Replying to:amihart
This is pretty cool. I got me an AY-3-8912 recently and have been playing around with making music with it. What a coincidence.
Yeah, I have one but I haven't used it in a while. I've been meaning to do testing to make my emulator more accurate but I haven't gotten around to it yet.
This is so great.
I want to make the program of the sound generator such as this.
Replying to:sue_qwerty
This is so great.
I want to make the program of the sound generator such as this.
thanks!
Replying to:amihart
This is pretty cool. I got me an AY-3-8912 recently and have been playing around with making music with it. What a coincidence.
I'm interested in making my synth able to play those .VTX files. Is there documentation somewhere I can read for this file format? How did you figure it out?
Replying to:amihart
This is pretty cool. I got me an AY-3-8912 recently and have been playing around with making music with it. What a coincidence.
The documentation I used was: https://raw.githubusercontent.com/asashnov/libayemu/master/contrib/vtx_format.txt
For decompressing the data, I ported https://raw.githubusercontent.com/asashnov/libayemu/master/src/lh5dec_old.c to SB.