Releases: emu-russia/breaknes
Breaknes 1.7 + Tools
The emulator and all the utilities (BreaksDebug, NSFPlayer, PPUPlayer) have added support for Waves:
Now you can analyze the logic behavior of the entire chipset of the emulated system by monitoring the signal changes.
You will find the functionality in the Waves tab of each program, and then you can figure it out on your own without any problems.
P.S. For Visual2A03/2C02 fans, I added the ability to mapping signals to show Visual2A03/2C02 names in the NSFPlayer/PPUPlayer settings.
Breaknes 1.6
Faster.
Full Changelog: breaknes-15...breaknes-16
Breaknes 1.5
- FamicomBoard + Sound + OAM DMA
- Mappers support: UNROM, AOROM
Full Changelog: breaknes-14...breaknes-15
Breaknes 1.4
MOS 6502 Decoder dump from simulator
Wrote a small unit test that goes through all the decoder inputs and outputs the values of all 130 outputs for each combination of inputs.
The lower six bits of input vector represent the Tx. The remaining high bits are IR.
The numbering of the outputs corresponds: https://github.com/emu-russia/breaks/blob/master/BreakingNESWiki_DeepL/6502/decoder.md
Note the special 129th output ("pp") (it occurs twice in the real processor), and that the decoder does not use /PRDY and IR0, which in the real processor are hardcoded directly into the PLA matrix.
It can be used to verify your 6502 designs.
BreakTools 1.1
All duplicated code sections have been merged. All debug boards are now merged into a common native DLL (BreaksCore).
BreakTools 1.0
NSFPlayer 1.5
- Save sample buffer as WAV
Full Changelog: nsf-player-14...nsf-player-15
NSFPlayer 1.4
Fixed AUX Dump playback decimator.
PPU Player 2.2
Support for video signal dump.
User Manual: https://github.com/emu-russia/breaknes/blob/main/UserManual/PPUPlayer/DumpVideoSignalEng.md