NES Emulator
NES Emulator
WIP Personal Work Assembler Emulator
The NES emulator is a project that I decided to do after making the Chip8 emulator, I decided to do this project because I liked to see the inner workings of the chip and I wanted to investigate more about emulators.

This emulator is more complete as it is an emulator of a console, not just the chip. Apart from the CPU which is based on a 6502 Processor, you also have to control the PPU (Picture Processing Unit), the connection Bus between the components, the Cartridges and the Mappers

With this project you get a better overview of how the components of the console work and how they interact with each othe.