David Knight
David Knight
I have found Midnight Commander to be a nice file manager for consoles in the past. Perhaps this could be ported over. https://midnight-commander.org On Sun, 2 Sep 2018 at 18:13,...
https://github.com/OtherCrashOverride/go-play/pull/27
I tested this whilst evaluating the code. I personally agree but like changing the brightness it isn’t intuitive for the user. Perhaps a graphic could be displayed to prompt the...
I was toying with the thought of doing this at compile-time. It would then generate the correct array without any memory overhead on the device. I’ll take a look at...
The Atari 2600 could be a promising candidate. Stella is a mature emulator.
Probably, I have ported Handy to another handheld in the past. I had frame rate issues on a faster chip though and there are issues with I2C data transfer speed...
Additionally Dither applied to the 16bit signal may improve sound quality at 8 bits. https://en.wikipedia.org/wiki/Audio_bit_depth
Ok, I’ll try dithering the LSB with pseudorandom noise and report back.
I added pseudo-random noise by changing the LSB of the variable dac0. The effect is hard to quantify and I don't feel there is much difference between the dither and...