@@ -760,19 +760,22 @@ support. If you are new to NFC technology, buy a pack of NTAG215 cards and
760760a sharpie.
761761
762762Once 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
764764is normal. You will hear an error buzz or two beeps for success. You may also
765765check ``status `` to see if a ``(NFC) `` is listed after any of your VCP devices.
766766
767767Scanning cards will now produce one of three audible signals. An error buzz
768768if anything went wrong, two beeps for success, one beep for a partial success.
769769
770770Cards 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
776779found, two beeps of success are played, the 6502 is stopped, the current
777780drive and directory is changed to the ROM location, and the new ROM begins
778781loading. 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
782785record. ``MSC0:/encabulator.rp6502 ``
783786
784787
785-
786788ROM File Format
787789===============
788790
0 commit comments