Brad Smith
Brad Smith
Was trying to test the resolution of issue #202 with the latest build 0da3d8b but with this version of the software it just crashes for me if I try to...
MMC5 with 16k PRG-RAM seems to give 01010101 instead of 00004444 mapping. I made a set of test ROMs for various MMC5 PRG-RAM sizes: https://forums.nesdev.com/viewtopic.php?p=244062#p244062
NSFPlay 2.6 will likely be the last version 2 release. NSFPlay 3.0 will be a huge rewrite to address many architectural problems due to the program's age. Cross platform support...
The following is a list of planned changes I want to finish before the stable release of 2.5: - 5B emulation rewrite -- Tone/Envelope/Noise 0 = 1 (envelope is incorrect)...
While reviewing the various mappers' WRAM initialization code for [this pull request](https://github.com/TASVideos/fceux/pull/13), I noticed that while WRAM seems to always be initialized by a board Init, it is not generally...
Suggestion that this... https://github.com/BleuBleu/FamiStudio/blob/master/SoundEngine/famistudio_ca65.s#L2271 ``` @env_special: bne @env_set_repeat ; Zero is the loop point, non-zero values used for the repeat counter iny lda (@env_ptr),y ; Read loop position tay jmp...
Have been avoiding persistent settings issue so far for simplicity. The intent was a portable app with a default preset file in the application directory would be enough, but maybe...
Thinking more about #2 Binxelview could probably use a modal form for the palette Load button. Maybe just a dropdown with common formats that opens after the file dialog to...
* Allow a default.pal file that applies at startup, same folder search as presets. * Allow command line to override the default palette. * Allow command line to override the...
After seeding, it can take many iterations for the apparent effect of the seed to "warm up", and seed values that are close will be seen to fail to diverge...