This commit is contained in:
Theron 2020-03-01 18:44:32 -06:00
parent 003d5a45b9
commit f7cb2a3450
1 changed files with 10 additions and 1 deletions

View File

@ -226,7 +226,16 @@ const INSTRUCTIONS: &str = "To play a game, drag an INES file (extension .nes) o
To save the game state, press F5. To load the most recent save state, press F9.
To load another save state file, drag a .dat file onto the window while the game is running.
Battery-backed RAM saves (what the NES cartridges have) will be written to a .sav file if used.
To reset the console/current game, press F2.";
To reset the console/current game, press F2.
Controls
------------
A: D
B: F
Start: enter
Select: (right) shift
Up/Down/Left/Right: arrow keys
";
/*