Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 903 Bytes

File metadata and controls

40 lines (30 loc) · 903 Bytes

NES Emulator

A Nintendo ES emulator, in the end it's slop code, but I just had to do it for the culture.

Requirements

  • C compiler (Clang or GCC)
  • For now I can only guarantee UNIX-like OS (macOS 👉👈)

To build

  • Run this on the terminal
sh build.sh

For release

sh build-release.sh

To run

  • Run the build (not doing anything yet 😔)
sh build/nes_emu <game_file_path>

For release

sh build/nes_emu_release <game_file_path>

Resource

Note

Plih I nih a j*b (in C/C++) 😭 Still in progress...