Brad Smith

Results 14 issues of 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...

roadmap

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

roadmap

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

This description has one too many `*`: [libretro.h](https://github.com/libretro/libretro-common/blob/01c6122931a10a7012973054e7067859d2116420/include/libretro.h#L1091) ``` #define RETRO_ENVIRONMENT_GET_MIDI_INTERFACE (48 | RETRO_ENVIRONMENT_EXPERIMENTAL) /* struct retro_midi_interface ** -- * Returns a MIDI interface that can be used for raw...

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

enhancement

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

enhancement

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

enhancement