Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/romeroadrian/nes.cr

A NES emulator written in Crystal
https://github.com/romeroadrian/nes.cr

Last synced: 12 days ago
JSON representation

A NES emulator written in Crystal

Lists

README

        

# nes.cr

## Compile

```
make
```

## Run

```
./nes rom_file.nes
```

## Controls:

* Arrows: arrows
* Z: A
* X: B
* O: Start
* P: Select

## TODO

* Audio (implement Nes APU)
* More mappers (currently NROM and UNROM are supported)

## Issues

Some graphical issues (vblank handling in PPU?)