Jump to content
walters

How to make atari audio rom sounds

Recommended Posts

How do i make the atari audio rom sounds?

 

Do i have to write code to trigger the sounds off the rom chip?

 

Or Is their code to set the Attack,decay of the audio sounds?

 

What are the setting for the audio sounds for code?

 

Every game has different sounds why is that how did the programmer

do this to have different sounds? how do i do this to program different

sounds?

Share this post


Link to post
Share on other sites
Do i have to write code to trigger the sounds off the rom chip?

Yes.

 

Or Is their code to set the Attack,decay of the audio sounds?

No.

 

What are the setting for the audio sounds for code?

Read the docs please (e.g. Stella Programmers Guide).

Share this post


Link to post
Share on other sites

The 2600,7800,5200 system have different sound card rom chips right?

is this hardware sound card rom chips? inside the these systems?

 

How do i trigger these sounds on the 2600,7800,5200 without a game card

do i use voltages on the sound card "pins"?

Share this post


Link to post
Share on other sites
is this hardware sound card rom chips? inside the these systems?

No, it's an ASIC called the TIA.

How do i trigger these sounds on the 2600,7800,5200 without a game card

do i use voltages on the sound card "pins"?

874581[/snapback]

Sort of, but it's not a good idea.

 

It's possible pull the TIA out of the 2600, build a state machine (or use a microcontroller) to write to its internal registers and capture the audio at the output, but this would be really hard to do, and not worth the effort, since the TIA is not very good as a general purpose sound chip, especially compared to what's available today.

Edited by batari

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...