Skip to content

Commit 2025b36

Browse files
committed
docs: Add RustyNES core documentation page
1 parent aeb2187 commit 2025b36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/library/rustynes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# RustyNES
1+
# Nintendo - NES / Famicom (RustyNES)
22

33
## Background
44

5-
RustyNES is a cycle-accurate Nintendo Entertainment System (NES) and Famicom emulator written entirely in pure Rust. It targets the highest accuracy bar (comparable to Mesen and higan) through strict lockstep timing at PPU-dot resolution, without relying on threading or standard library timing.
5+
RustyNES is a cycle-accurate Nintendo Entertainment System (NES) and Famicom emulator written entirely in pure Rust. It targets the highest accuracy bar (comparable to Mesen and higan) through strict lockstep timing at PPU-dot resolution, without relying on threading or standard library timing.
66

77
It is extremely portable and deterministic, making it a reliable choice for netplay, TAS, and accurate emulation enthusiasts.
88

@@ -24,7 +24,7 @@ Content that can be loaded by the RustyNES core have the following file extensio
2424
## Databases
2525

2626
RetroArch database(s) that are associated with the RustyNES core:
27-
- Nintendo - Nintendo Entertainment System
27+
- [Nintendo - Nintendo Entertainment System](https://github.com/libretro/libretro-database/blob/master/rdb/Nintendo%20-%20Nintendo%20Entertainment%20System.rdb)
2828

2929
## Features
3030

@@ -50,7 +50,7 @@ Frontend-level settings or features that the RustyNES core respects.
5050
| Camera ||
5151
| Location ||
5252
| Subsystem ||
53-
| Softpatching ||
53+
| [Softpatching](../guides/softpatching.md) ||
5454
| Disk Control ||
5555
| Username ||
5656
| Language ||

0 commit comments

Comments
 (0)