Jump to content
IGNORED

Atari Sid 5 released, 30 songs plus MADS source code


ivop

Recommended Posts

This is just great. Small request: Please add auto-disabling BASIC to the XEX. They fail to load with BASIC enabled and that's pitty for such cool code.

> inc IRQEN

Why that?Does it effectively clear the IRQ (dummy read to $FF writing $00?) bit so no new IRQ is trigger after RTI?

 

 

INC is a Read-Modify-Write instruction. It first reads a zero at bit 0, it writes a zero when it is modifying the value internally (increase by one) and then it finally writes a one to bit 0.

Edited by ivop
Link to comment
Share on other sites

Isn't the INC standard?

Nevery actually used in IRQ in 30 years for something reasonabe in my code. "NMI should be enought for everyone" - Billy Gates 1985 or so, I think :-)

Link to comment
Share on other sites

  • 8 months later...

A little bit of shoe-horning has got Martin Galway's Hyper-Sports music and sounds into the player.

This I've put into an AtariMax 128KB image so best run under emulation using PAL at this point.

The C64 SID player routines use a fair chunk of zero-page and so that had to be catered for.

 

Overall doesn't sound too bad. There is an issue when cycling through the tunes, via console key, as one effect (a repeating click resulting in a sound like a train) doesn't get cleared for the following 3 samples.

 

hs_sid.rom

  • Like 2
Link to comment
Share on other sites

mixing both methods in a tracker is a cool idea emkay... that would make a lot of sense... the either or all or nothing thing really does hold things back... wouldn't it be cool to have the best of both worlds? I think you are right! A fusion of the two would really shine!

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

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...