PSG make triangle wave twice as loud

If you have feature requests, this is the place to post them. Please note your idea may already be something we have already discussed and decided against, or something we are working on privately, and we cannot be held responsible for any similarities in such instance. Whilst we cannot respond to every suggestion, your idea will be read and responded to where possible. Thank you for your input!
ZeroByte
Posts: 714
Joined: Wed Feb 10, 2021 2:40 pm

PSG make triangle wave twice as loud

Post by ZeroByte »


I get that they're testing I2C PS/2 interfacing and other stuff, but even if they just hit the make release button on what's there right now, tools like cc65 can update, etc. Cc65 Is correct to not push updates that make their program incompatible with the official version, but as it's got broken libraries for "r39" - the only way to "develop in advance" is to literally write your own alternate routines to implement those functions, which is more than just #define ROMBANK 0x0001.

The official documentation lists the r39 addresses for IO and the banking registers already. For a newbie, that's quite broken too. Why doesn't the RAM bank switch when I write to $00 like the reference says?how would they know it's $9F61 in their emulator?

Lorin Millsap has even stated that we should be coding for r39.

Release or not, they still have to push updates if the proto 3 leads to more changes. Those can just become r40.

 

Post Reply