Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 663 Bytes

File metadata and controls

31 lines (21 loc) · 663 Bytes

glvs

An emulator for Nintendo Entertainment System (NES).

A screenshot of the first level of Ice Climber

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.