Skip to content

Releases: emu-russia/breaknes

Breaknes 1.7 + Tools

04 May 17:52
6f6a23d
Compare
Choose a tag to compare

The emulator and all the utilities (BreaksDebug, NSFPlayer, PPUPlayer) have added support for Waves:

image

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

19 Mar 18:12
14620ac
Compare
Choose a tag to compare

Faster.

Full Changelog: breaknes-15...breaknes-16

Breaknes 1.5

12 Mar 19:58
be061d0
Compare
Choose a tag to compare

image

  • FamicomBoard + Sound + OAM DMA
  • Mappers support: UNROM, AOROM

Full Changelog: breaknes-14...breaknes-15

⚠️ The emulator is still a WIP, but you can already experiment with something.

Breaknes 1.4

11 Mar 19:27
c5e7a03
Compare
Choose a tag to compare

First release of our emulator. Very experimental version, only for demonstration purposes.

Первый релиз нашего эмулятора. Очень экспериментальная версия, только для ознакомления.

image

MOS 6502 Decoder dump from simulator

08 Mar 17:25
7823faa
Compare
Choose a tag to compare

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

01 Mar 18:23
adae536
Compare
Choose a tag to compare

All duplicated code sections have been merged. All debug boards are now merged into a common native DLL (BreaksCore).

BreakTools 1.0

22 Feb 18:17
4d3ea64
Compare
Choose a tag to compare

Cumulative update of all tools.

  • Breaks Debugger moved to .NET6
  • Added Wave Snatch for NSFPlayer and PPUPlayer (button, you will figure it out)

image

NSFPlayer 1.5

21 Feb 08:49
78da440
Compare
Choose a tag to compare
  • Save sample buffer as WAV

Full Changelog: nsf-player-14...nsf-player-15

NSFPlayer 1.4

18 Feb 19:08
bd4b0cf
Compare
Choose a tag to compare

Fixed AUX Dump playback decimator.

PPU Player 2.2

16 Feb 18:39
9493617
Compare
Choose a tag to compare