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)
- Host: GitHub
- URL: https://github.com/averms/glvs
- Owner: averms
- Created: 2025-03-23T10:53:59.000Z (about 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-05-14T22:23:20.000Z (about 1 year ago)
- Last Synced: 2025-06-09T01:03:17.042Z (about 1 year ago)
- Topics: 6502, nes
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glvs
An emulator for Nintendo Entertainment System (NES).

## 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).