Welcome, Guest. Please login or register.

Author Topic: C64 SD Card Reader  (Read 10403 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline yakumo9275

  • Sr. Member
  • ****
  • Join Date: Jun 2008
  • Posts: 301
    • Show all replies
    • http://mega-tokyo.com/blog
Re: C64 SD Card Reader
« on: September 15, 2010, 01:42:05 PM »
eg:

OPEN 15,10,15,"CD//SOMEDIR/:FOOBAR.D64":CLOSE15

change to/mount FOOBAR.D64

now just do load"$",10 or load"*",10 etc depending on drive number

basically unless you have a dos wedge, its
OPEN 15,10,15,"{COMMAND}":CLOSE15

command being something to mount/umount/change drives etc. lots of commands supported. see sd2iec readme

http://www.sd2iec.de/cgi-bin/gitweb.cgi?p=sd2iec.git;a=blob_plain;f=README;hb=HEAD
--/\\-[ Stu ]-/\\--
Commodore 128DCR, JiffyDOS, Ultimate 1541 II, uIEC/SD, CBM 1902A  Monitor
 

Offline yakumo9275

  • Sr. Member
  • ****
  • Join Date: Jun 2008
  • Posts: 301
    • Show all replies
    • http://mega-tokyo.com/blog
Re: C64 SD Card Reader
« Reply #1 on: September 17, 2010, 01:02:43 PM »
the buttons are for disk change. you can create a text file that lists multiple disks (eg: pool of radiance disk 1...2.3..4.5..6 etc) its a swap list. the buttons change forward/back on disks etc so you can do multidisk games.

read that text file in the link I gave earlier, it explains it (send the text file as "XS:filename.txt" etc.
--/\\-[ Stu ]-/\\--
Commodore 128DCR, JiffyDOS, Ultimate 1541 II, uIEC/SD, CBM 1902A  Monitor