* YM2610B Intelligent DnB song
made in like 3 to 4 hours i guess.
* Melody of Certain Feelings (Rewrite)
basically a new song altogether
* Sky Chaze Zone "32X" cover
Actually it's just Genesis + 4xDACs but i think that the 32x had more than enough power to pull this off
* Delete SnugglyBun - Melody of Certain Feelings (X16 VERA).fur
* renamed Melody of Certain Feelings.fur
renamed the file per Tildearrow's request
* Delete Melody of Certain Feelings.fur
* Renamed the file again
hopefully this should be alright
* tetristhemeA.fur
includes a secret track
* Delete tetristhemeA.fur
need to remove vampire killer
* tetristhemeA.fur
* Uploaded the wrong file again
* okay this is the real one
the following changes have been made:
- a different strategy for DivDispatch audio output.
- if you're working on a new chip, be sure to replace isStereo()
with getOutputCount(). if isStereo() was true, return 2; otherwise
1.
do not return 0 or you will melt the oven!
- additionally, the acquire() function has changed. it's now:
`acquire(short** buf, size_t len)`
replace bufL with buf[0] and bufR with buf[1].
`start` is gone. if you really needed to use it, take a look at
pcspkr.
if you write to buf[1] and getOutputCount is 1, the oven will
melt as well!
- support for more-than-stereo audio, with up to 16 outputs.
- a brand-new patchbay routing feature. arbitrarily route chip outputs
to system outputs.