Skip to content

Commit a4a0309

Browse files
nfc
1 parent 8b61d5c commit a4a0309

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/source/ria.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -760,19 +760,22 @@ support. If you are new to NFC technology, buy a pack of NTAG215 cards and
760760
a sharpie.
761761

762762
Once the NFC reader is plugged in, issue the monitor command ``SET NFC 2`` to
763-
initiate a scan. Any other VCP devices may get probed with PN532 data, this
763+
initiate USB detection. Any other VCP devices may get probed with PN532 data, this
764764
is normal. You will hear an error buzz or two beeps for success. You may also
765765
check ``status`` to see if a ``(NFC)`` is listed after any of your VCP devices.
766766

767767
Scanning cards will now produce one of three audible signals. An error buzz
768768
if anything went wrong, two beeps for success, one beep for a partial success.
769769

770770
Cards are to be programmed with the filename and arguments of the ROM to be
771-
launched. If you use ``LOAD "/My Games/Jigsaw.rp6502" cat.bmp`` to manually
772-
load the ROM, put a NDEF TEXT record on the card without the load command:
773-
``"/My Games/Jigsaw.rp6502" cat.bmp``.
771+
launched. If you use ``LOAD /jigsaw.rp6502`` to load the ROM, put a NDEF TEXT
772+
record on the card without the load command: ``/jigsaw.rp6502``.
773+
The leading ``/`` is implied if missing, the current working directory is ignored.
774774

775-
When the card is read, all mounted drives are scanned for that file. If
775+
Spaces will require quotes. You can also include arguments:
776+
``"/My Games/jigsaw.rp6502" cat.bmp``
777+
778+
When the card is read, all mounted drives are scanned for the ROM file. If
776779
found, two beeps of success are played, the 6502 is stopped, the current
777780
drive and directory is changed to the ROM location, and the new ROM begins
778781
loading. If the ROM was already running, a single beep is emitted and nothing
@@ -782,7 +785,6 @@ You can force only a single drive to be searched by including it in the text
782785
record. ``MSC0:/encabulator.rp6502``
783786

784787

785-
786788
ROM File Format
787789
===============
788790

0 commit comments

Comments
 (0)