#ZigNES - An NES emulator

1 messages · Page 1 of 1 (latest)

rich slate
#

This is my first Zig project and my first time writing an emulator, so I'd love some feedback on this.

https://github.com/jakehffn/zig-nes

This emulator is far from fully-featured and is very much still a work-in-progress as it's only a couple weeks old. This currently doesn't have audio, doesn't implement PPU scrolling, anything but the most basic mapper, illegal opcodes, or have perfect cycle accuracy. But it can run PacMan and Donkey Kong so that's cool. It also passes all of Tom Harte's nes6502 tests for the opcodes I have implemented so far.

Let me know what you think!

GitHub

NES emulator written in Zig⚡. Contribute to jakehffn/zig-nes development by creating an account on GitHub.

fleet lake
#

Wow!!
This reminds me of project I planned but never started zig-libnes (only there is an empty private repo).

#

Congratulations for the initiative. (which I didn't have 😅)

gusty rain
#

we're severely lacking in emulators in zig, happy to see another one to compliment Funboy, kc85.zig and my own!

limber mica
#

Nice job!