Skip to content

Commit 7ea9001

Browse files
committed
Merge branch 'master' of https://github.com/coderkevin/mini-nes
2 parents 2ed1745 + cc03eff commit 7ea9001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ In this system, the cartridges don't need to be written to, we configure a mappi
7171
2. Place a cartridge (NFC tag) over the reader, the log should output "Reading NFC UID: 00000000000000" where the zeroes are the UID of the tag.
7272
3. Copy/paste the UID into a text file.
7373
4. Continue with all tags you wish to use.
74+
5. To exit the log, hit \<Ctrl\>-C
7475

7576
### Record your desired games
7677
1. `cd ~/RetroPie/roms`
@@ -82,7 +83,7 @@ In this system, the cartridges don't need to be written to, we configure a mappi
8283
### Write your cartridges in the config
8384
1. `sudo nano /etc/nfc_poll/nfc_poll.conf`
8485
2. At the bottom of the file, there's a `[Cartridges]` section.
85-
3. For each cartridge you want, add a line in this format: `<uid> = <game file>` (e.g. `00000000000000 = nes/Super\ Mario\ Bros.\ \(JU\)\ \[\!\].zip`)
86+
3. For each cartridge you want, add a line in this format: `<uid> = <game file>` (e.g. `00000000000000 = nes/Super Mario Bros. (JU) [!].zip`)
8687
4. `sudo systemctl restart nfc_poll`
8788
5. Try it out! Place one of your cartridges on the reader and the screen should go black for a couple seconds, then bring up your game. Remove it and it should go back to the dashboard.
8889

0 commit comments

Comments
 (0)