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

https://github.com/averms/glvs

An emulator for Nintendo Entertainment System (NES)
https://github.com/averms/glvs

6502 nes

Last synced: 9 months ago
JSON representation

An emulator for Nintendo Entertainment System (NES)

Awesome Lists containing this project

README

          

# glvs

An emulator for Nintendo Entertainment System (NES).

![A screenshot of the first level of Ice
Climber](https://github.com/user-attachments/assets/9598143e-fb3a-4863-9d21-07635530224d)

## Controls

- Arrow keys for the D-pad
- A is the A button
- S is the B button
- Q is Select
- W is Start

## Running tests

After cloning the repo:

```
cargo xtask fetch-tests
cargo test
```

Fetching the tests depends on tar(1) and curl(1), which are shipped with all major
OSes these days.

## Internals

For writing on the internals and architecture of the emulator, see
[./doc/architecture.md](./doc/architecture.md).