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!