Cartridge port sound 45 Audio from 2A03

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Cartridge port sound 45 Audio from 2A03
by on (#220907)
I wish to generate sounds from the port for games. I imagine that I can send the bits by the leg 45? (famicom). It exists algun similar project?
Re: Cartridge port sound 45 Audio from 2A03
by on (#220922)
Someone already did that here.
Source page with the repro tutorial here.
I know that there's some pirates wich use the audio too, but couldn't find a schematic.
Re: Cartridge port sound 45 Audio from 2A03
by on (#220923)
Thanks, And that send data ? As it makes comunication serial
Re: Cartridge port sound 45 Audio from 2A03
by on (#220930)
What kind of communication?
AFAIK you're basically mixing the audio output from the famicom with the extra generated audio.
You'll need to program your extra sound generator along with the APU.
For this you'll need to make the extra sound generator to answer to a predermined CPU address (or range of addresses) and them program it as you wish.
Hope this had helped.
Re: Cartridge port sound 45 Audio from 2A03
by on (#220932)
I wish to generate musical notes
I wish to connect the midi to familygame without needing ROMS Generating the data in an arduino
Re: Cartridge port sound 45 Audio from 2A03
by on (#221007)
https://github.com/LeifBloomquist/ArduinoSID
Re: Cartridge port sound 45 Audio from 2A03
by on (#221238)
Without 2A03 only input in RF

Image
https://archive.org/details/familygame-midi-usb-famicom-famitracker

CHANNEL MIDI:

1 - PWM25
2 - PWM25
3 - TRIANGLE
4 - NOISE
5 - DCPM (aka. NOISE)