Skip to content

Releases: emu-russia/breaknes

NSFPlayer 1.3

15 Feb 21:03
644dd79
Compare
Choose a tag to compare

What's Changed

Full Changelog: nsf-player-12...nsf-player-13

NSFPlayer 1.2

14 Feb 21:03
a9acb68
Compare
Choose a tag to compare

image

A version that can already play APU regdump.

Attached are a few files for example. Open via File->Load regdump.

There are still some problems with NSF playback, we are working on it.

NSFPlayer 1.1

10 Feb 21:10
139fdf9
Compare
Choose a tag to compare

image

  • Implemented APU simulator (APUSim)
  • Implemented a nice About dialog
  • Other stuff.

You can use it just to check how slow it is (show the ACLK/Sec stats to your friends, the one with the smaller stats will win).

More information will be available when it will make sounds. For now the plot has a straight line. Stay tuned.


  • Реализован симулятор APU (APUSim)
  • Реализован красивый диалог About
  • Ещё всякое

Можно использовать просто для проверки как медленно оно работает (показывайте статистику ACLK/Sec своим друзьям, победит тот у кого она меньше).

Больше информации будет когда оно будет издавать звуки. Пока на графике ровная линия. Стей тюнед.

Breaks Debugger 2.0

08 Feb 22:07
86b4492
Compare
Choose a tag to compare

image

  • Updated the year in copyright
  • The HexBox assembly is now used from nuget
  • Other than that there were no debugger releases in this repository (they all stayed in breaks)

⚠️ Don't forget that the first time BreaksDebug runs, it generates 6502 decoder table, 256 Mbytes in size.

Ряд существенных изменений:

  • Обновил год в копирайте
  • Сборка HexBox теперь используется с nuget
  • Кроме этого релизов отладчика не было в этом репозитории (они все остались в breaks)

SlooowPlaaayer 1.0

05 Feb 11:19
dc1adaa
Compare
Choose a tag to compare

image

Utility for playing audio samples that were obtained from a slow source (such as APUSim).

Sample sources:

  • Debug vibrato sound (Debug menu)
  • Data from a .wav file

Principle of operation

The Background Worker runs in the background and collects samples from the source (SourceSamples) into an intermediate buffer (SampleBuf) with a slight delay.

Once every (real) second, statistics are updated and a signal graph is plotted.

If the source samples run out, the worker falls asleep until it gets a new source.

TODO

Currently only 44100 Hz for audio sources is supported. You need to implement the SRC.

PPU Player 2.1

03 Feb 21:47
f88f8c7
Compare
Choose a tag to compare

New video signal plot ("composite" PPUs only).

image

PPU Player 2.0

22 Jun 19:43
adcf7d7
Compare
Choose a tag to compare

Added support for PAL PPU (RP2C07-0 and UMC UA6538).

With this release we are finishing all the planned PPU revisions.

If you want to include any more PPU revisions in the PPU Player, we need pictures of the chips. Especially Most Wanted is an RGB PPUs.

https://forums.nesdev.org/viewtopic.php?t=23942

EDIT: The .NET 6.0 Desktop Runtime is required to run.
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.6-windows-x64-installer

By default, if you do not have .NET 6.0 installed, the application takes you to the just .NET (NOT Desktop) download page. This is a .NET problem.

PPU Player 1.9

21 Jun 19:04
183c8f5
Compare
Choose a tag to compare

Added support for RGB PPU simulation (only RP2C04-0003 for now, as only it has chip photos).

image

Generated release notes:

Full Changelog: ppu-player-18...ppu-player-19

PPU Player 1.8

15 Jun 20:21
073f0a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: ppu-player-17...ppu-player-18

PPU Player 1.7

09 Jun 20:21
a34558f
Compare
Choose a tag to compare

What's Changed

Full Changelog: ppu-player-16...ppu-player-17