sd2iec firmware updated to the 0.9.3 version
http://www.sd2iec.de/
2010-08-02 - release 0.9.3
- Bugfix: Extension hiding works again with names >12 characters
- Bugfix: Increase data hold time during standard TALK
- Testing aid: card detect-to-LED function
I wish to know more about Extension hiding, what does it mean ?
Files copied on SD-Card with name "FILENAME.PRG" will be displayed/handled in the CBM machine as just "FILENAME" on a LOAD"$",8 LOAD"FILENAME",8 ?
sd2iec firmware updated
sd2iec firmware updated
Mega-Cart: the cartridge you plug in once and for all.
- Diddl
- Vic 20 Afficionado
- Posts: 426
- Joined: Wed Jun 10, 2009 3:18 am
- Website: https://oe7twj.at/
- Location: Austria
- Occupation: software engineer
Re: sd2iec firmware updated
Extension hiding has four different modes.nbla000 wrote:I wish to know more about Extension hiding, what does it mean ?
it always concerns file handling outside of images like d64 or m2i. It concerns only files in FAT or FAT32 environment.
within image files there are file types like prg, seq, usr and rel. It is possible to "emulate" this with file extensions .prg, .p00, .u00, .usr and so.
it is possible to hide files with extensions which are unknown from sight of commodore world.
yesnbla000 wrote:Files copied on SD-Card with name "FILENAME.PRG" will be displayed/handled in the CBM machine as just "FILENAME" on a LOAD"$",8 LOAD"FILENAME",8 ?
Re: sd2iec firmware updated
So for example if I put a file "README.TXT" and a file "TETRIS.PRG" to the SD card and from the vic I type LOAD"$",8 the results will be just:Diddl wrote:it is possible to hide files with extensions which are unknown from sight of commodore world.
Code: Select all
15 "TETRIS" PRG
READY.
Code: Select all
12 "README.TXT" PRG
15 "TETRIS.PRG" PRG
READY.
what does it mean "it is possible" ? do I need a special software/hardware settings ?
I've discovered that "LONG FILE NAMES.PRG", more then 16 chars are "crunched" like dos to "LONG FILE ~1.PRG" or similar but when I try to load them it says ?FILE NOT FOUND ERROR
someone may report the same issue ?
Mega-Cart: the cartridge you plug in once and for all.
- Diddl
- Vic 20 Afficionado
- Posts: 426
- Joined: Wed Jun 10, 2009 3:18 am
- Website: https://oe7twj.at/
- Location: Austria
- Occupation: software engineer
Re: sd2iec firmware updated
Yes there are some software switches, so you can switch mode by sending commands over channel #15.nbla000 wrote:what does it mean "it is possible" ? do I need a special software/hardware settings ?
You also can write settings in eeprom of SD2IEC, so your own settings are default also after power down or reset.
see SD2IEC docu
- orion70
- VICtalian
- Posts: 4272
- Joined: Thu Feb 02, 2006 4:45 am
- Location: Piacenza, Italy
- Occupation: Biologist
Re: sd2iec firmware updated
Same for me here (it shows Greek pi instead of the tilde). I solved the problem using wildcard chars: load"LONG FILE*",8,1.nbla000 wrote:I've discovered that "LONG FILE NAMES.PRG", more then 16 chars are "crunched" like dos to "LONG FILE ~1.PRG" or similar but when I try to load them it says ?FILE NOT FOUND ERROR
As a suggestion, I'd rather compress all filenames to max. 10-12 characters, and get rid of the extension before putting them on the SD card. You can also do batch filename processing using Ant Renamer or similar freeware programs - that's what I did.
- Diddl
- Vic 20 Afficionado
- Posts: 426
- Joined: Wed Jun 10, 2009 3:18 am
- Website: https://oe7twj.at/
- Location: Austria
- Occupation: software engineer
Re: sd2iec firmware updated
I was wrong, yes it shows Greek pi.orion70 wrote:Same for me here (it shows Greek pi instead of the tilde).
It's a good work around.I solved the problem using wildcard chars: load"LONG FILE*",8,1.
Yes I use FAT, from README...Diddl wrote:Maybe a FAT problem. FAT usually uses 8.3 chars. try using FAT32 which supports long filenames
Long File Names:
================
Long file names (i.e names not within the 8.3 limits) are supported on
FAT, but for compatibility reasons the 8.3 name is used if the long
name exceeds 16 characters.
btw I need to check but if I'm not wrong my names weren't 8.3 on the vic but 12.3 ?!?!
In any case I wasn't able to load it, I've not tested the orion70 "*" work around
Thank you, I will checkDiddl wrote:Yes there are some software switches, so you can switch mode by sending commands over channel #15.
You also can write settings in eeprom of SD2IEC, so your own settings are default also after power down or reset.
see SD2IEC docu
Mega-Cart: the cartridge you plug in once and for all.