Anleitung MMC2IEC

Mehr zu meiner eigenen Referenz und Bequemlichkeit hier die Anleitung zu 
MMC2IEC. Die Projekt-Webseite findet ihr hier.

USAGE GUIDE:
------------
The MMC2IEC device implements accessing FAT16/32 filesystems on MMC or SD
flash media. The CBM IEC protocol is implemented and the kernel load and save
routines on the C64 works, loading from either PRG, D64 or T64 files, and 
saving only to PRG type files in FAT.

Selecting directories and images is possible through LOAD"xxx" commands 
issued on the CBM. 

This is a quick overview of the commands, say MMC2IEC is IEC device 8:

  LOAD"<<",8      Reset SD card state. Do this if the SD card is exchanged.
                  Read < as the petscii back-arrow.
                  If SDCARD_DETECT signals is available, this operation is
                  rarely needed.

In FAT mode: (the default mode)

  LOAD"___FCKpd___0quot;,8            Gets directory listing, equivalent to LOAD".",8
  LOAD"gamesdir",8     Enter the "gamesdir" directory, and get listing.
  LOAD"..",8           Up one directory and get directory listing.
  LOAD"tetris.prg",8   Loads the "tetris.prg" program file.
  SAVE"example.prg",8  Save into "example.prg" which is a FAT file.
  LOAD"disk.d64",8     Loads the disk.d64 image and enters D64 mode.
  LOAD"tape.t64",8     Loads the tape.t64 image and enters T64 mode.

In D64 mode:

  Load "___FCKpd___0quot;, "*", wildcards, filenames works (almost) as espected on a 1541.
  LOAD"<",8            (back-arrow). Escape D64 mode, and back to FAT mode.
  SAVE"abc",8          Fools the CBM, but has no effect. Saves in D64 are 
                       not implemented

In T64 mode:

  Load "___FCKpd___0quot;, "*", wildcards, filenames works as if it was a D64.
  LOAD"<",8            (back-arrow). Escape T64 mode, and back to FAT mode.
  SAVE"abc",8          Fools the CBM, but has no effect.

Leave a Reply