andisantos / nosso-emulador-supimpa

NES: Nosso Emulador Supimpa (NES emulator).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N.E.S.

This is a prototype of a NES emulator which tries to be simple and small.

It implements the CPU and PPU fully, and is able to run Super Mario Bros, Excitebike, and others.

No mappers are implemented, which means there aren't many games one can test this against.

How to compile and run

```
git clone https://github.com/lcagustini/nosso-emulador-supimpa.git
make
./bin/main.x game.nes
```

About

NES: Nosso Emulador Supimpa (NES emulator).

License:GNU General Public License v3.0


Languages

Language:C 85.4%Language:Assembly 11.5%Language:Rebol 2.5%Language:Makefile 0.4%Language:C++ 0.2%Language:Shell 0.0%