I just ordered a uIEC/SD
Moderator: Moderators
I just ordered a uIEC/SD
I need some general advice. I just ordered a uIEC/SD. I have not used SD memory before. I've been having trouble reading SM cards with my laptop unless I use a USB card reader.
Would this be a good item to get with my new uIEC/SD?
http://cgi.ebay.com/Sandisk-8GB-Micro-S ... 1|294%3A50
It's on Ebay. Is this a decent price and a reliable item? My ultimate plan is an internal mounted unit such as Schema's mod. I need enough room for all my junk and all of the GB20 stuff.
Would this be a good item to get with my new uIEC/SD?
http://cgi.ebay.com/Sandisk-8GB-Micro-S ... 1|294%3A50
It's on Ebay. Is this a decent price and a reliable item? My ultimate plan is an internal mounted unit such as Schema's mod. I need enough room for all my junk and all of the GB20 stuff.
- Schema
- factor
- Posts: 1436
- Joined: Tue Mar 23, 2004 7:07 am
- Website: http://www.jammingsignal.com
- Location: Toronto, Ontario
You can sort files into folders. I have GAMES, UTILS, DEMOS, etc. The games are in turn sorted into UNEXPANDED, 3K, 16K, etc.
And you can mix D64s in with PRG files, any way you wish. You just treat the D64s as folders.
You'll definitely want JiffyDOS or EasyLoad to make the folders easy to navigate, though.
And you can mix D64s in with PRG files, any way you wish. You just treat the D64s as folders.
You'll definitely want JiffyDOS or EasyLoad to make the folders easy to navigate, though.
- Pedro Lambrini
- Vic 20 Scientist
- Posts: 1132
- Joined: Mon Dec 01, 2008 11:36 am
OK. This is going to sound stupid, I'm aware of this so please don't laugh but how do I load a file stored on the uIEC? I tried to LOAD"$",8 to get a list of files but it doesn't work - you probably all know that already!
So, how do I play games from this wee bugger?!
So, how do I play games from this wee bugger?!
"...That of the Eastern tribe being like a multitude of colours as if a rainbow had settled upon its brow..." Daniels 1:3
How would folders be managed on an unexpanded VIC? How would one navigate?Schema wrote:You can sort files into folders. I have GAMES, UTILS, DEMOS, etc. The games are in turn sorted into UNEXPANDED, 3K, 16K, etc.
And you can mix D64s in with PRG files, any way you wish. You just treat the D64s as folders.
You'll definitely want JiffyDOS or EasyLoad to make the folders easy to navigate, though.
Also, if I wanted the entire know VIC library including every tape and type-in, what size SD card would I need?
My uIEC came preconfigured as device 10, which I quickly changed to 9 in order to access it with Action Replay.
Jeff: There is a special DOS command sent to the uIEC device called CD:
OPEN1,10,15,"CD:DIRECTORY":CLOSE1
OPEN1,10,15,"CD:IMAGE.D64":CLOSE1
If you have a DOS wedge you can just type @"CD:DIRECTORY", in quotes due to not mixing it with the @C file copy command.
After issuing a such command, the next $ or LOAD command takes place inside the folder. You use CD:<- to return to previous directory.
Jeff: There is a special DOS command sent to the uIEC device called CD:
OPEN1,10,15,"CD:DIRECTORY":CLOSE1
OPEN1,10,15,"CD:IMAGE.D64":CLOSE1
If you have a DOS wedge you can just type @"CD:DIRECTORY", in quotes due to not mixing it with the @C file copy command.
After issuing a such command, the next $ or LOAD command takes place inside the folder. You use CD:<- to return to previous directory.
Anders Carlsson
Yes. You will get a directory listing where folders have the file type DIR instead of PRG.
How many directory entries can you fit in 3.5K of memory? If every entry takes up 20-25 bytes of memory, you should fit ~150 files per folder. I believe the maximum number of files on a real 1541 floppy disk is thereabouts or a bit lower.. can't be bothered to look it up right now.
How many directory entries can you fit in 3.5K of memory? If every entry takes up 20-25 bytes of memory, you should fit ~150 files per folder. I believe the maximum number of files on a real 1541 floppy disk is thereabouts or a bit lower.. can't be bothered to look it up right now.
Anders Carlsson
It defaults as device 10, so LOAD"$",10 will work.Jeff-20 wrote:I assume I need separate folders, right? The directory would need to fit into the 3.5k of memory, so each folder should be about the size of a disk in content? I couldn't just have a huge root directory. So, how would I just list the folders? Load $, 8?
Quoting CD should only be neccessary if you use a DOS wedge that thinks that it's smarter than you and tries to use its own file-copier when it sees @C - the Action Replay is the only one I know that does that.carlsson wrote:If you have a DOS wedge you can just type @"CD:DIRECTORY", in quotes due to not mixing it with the @C file copy command.
Exactly 32 bytes in memory for each line, even header and footer. It's not optimal, but exactly what a real drive would generate.How many directory entries can you fit in 3.5K of memory? If every entry takes up 20-25 bytes of memory, you should fit ~150 files per folder