Proof of Concept - NES/Famicom emulator at the signal and logic circuit level

Discuss emulation of the Nintendo Entertainment System and Famicom.

Moderator: Moderators

Post Reply
User avatar
org
Posts: 155
Joined: Tue Aug 07, 2012 12:27 pm

Proof of Concept - NES/Famicom emulator at the signal and logic circuit level

Post by org »

If you were wondering, "Is it possible to rebuild CPU/PPU chip circuits and write an emulator?", here is the answer - it is possible.

https://github.com/emu-russia/breaknes/ ... reaknes-18

The Breaknes emulator is a logical follow-up to the Breaks project: we take the 6502/APU/PPU logic circuits and replicate them in C++.

Now we need to check another PoC: "Can we do it not at 1-2 FPS?" :D
User avatar
org
Posts: 155
Joined: Tue Aug 07, 2012 12:27 pm

Re: Proof of Concept - NES/Famicom emulator at the signal and logic circuit level

Post by org »

2.0 released:

https://github.com/emu-russia/breaknes/ ... reaknes-20

In the settings, you can enable audio and video dump, I think this can be useful.
Attachments
breaknes_settings_20.png
Post Reply