Skip to content

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

License

Notifications You must be signed in to change notification settings

ogamespec/breaknes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 69.1%
  • C# 29.5%
  • Other 1.4%