emu-russia / breaknes

NES/Famicom/Dendy emulator at the gate level (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

NES/Famicom/Dendy emulator at the gate level.

Progress

progress

Build for Windows

Use Windows and VS2022. Open Breaknes.sln and click the Build button with your left heel. Dotnet 6.0 Desktop Runtime is also required.

For those who like minimalism - see Breaknes build using SDL2 (Breaknes/BreaknesSDL).

Build for Linux

In general, the build process is typical for Linux. First you get all the sources from Git. Then you call CMake/make

# Get source
# Choose a suitable folder to store a clone of the repository, cd there and then
git clone https://github.com/emu-russia/breaknes.git
cd breaknes

# Preliminary squats
mkdir build
cd build
cmake ..
make

# Find the executable file in the depths of the build folder
./breaknes bomber.nes

If something doesn't work, you do it. You have red eyes for a reason. 🐧

About

NES/Famicom/Dendy emulator at the gate level (WIP)

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 69.1%Language:C# 29.5%Language:C 0.7%Language:Assembly 0.4%Language:CMake 0.2%Language:Python 0.1%