doj / dracopy

source code of the Commodore 64 programs DraCopy and DraBrowse
41 stars 12 forks source link

fix type of dir name, add support for u64/u2 softiec (v3.9 firmware a… #3

Closed bvl1999 closed 3 years ago

bvl1999 commented 3 years ago

U64/UII/UII+ soft iec devices act like a vice dir device, so added U64 to the recognized device types, and made changeDir use the proper cd command syntax.

Additionally, unsigned char name in the directory struct fails to compile on my cc65 version, and seems incorrect.

doj commented 3 years ago

thank you for the changes.