Search results

  1. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    I confirm the limit on Ezflash iv micro. However I had no problem with 2 of my roms having more than 64 characters but the savename got shortened. So as I said the matter is not to have 64 char max but 64 uniq char. Anyway even if it's not everybody's solution I hacked something forward waiting...
  2. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    I think this is the hardest part to automate. Is it possible for you to do this by hand?
  3. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    If modifying the ez software is a possibility then a "don't rename rom" option in config would be enough and far more easy to implement.
  4. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    Hi, The lenght limit is 64 characters including the suffix (.gba/.sav). I didn't check if the rom name is stripped but I noticed the savename is at some point. So we need the 64 first chars of each rom name to be unique. As far as I'm concerned all is fine and all problem got fixed, so I don't...
  5. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    don_luca: you got it well, except that romname_lst() doesn't put the data's in the romname.lst file. It only outputs the list for the rom(s) in argument. The last part put it in the file, because of the '> romname.lst' I'm glad you understand all this. It means you can solve this now :D...
  6. P

    Hardware EZ Flash IV - Client problems, looking for alternatives

    Hi, I had the same problem and shell scripting did the trick. You need gnu/linux terminal or similar; If you don't have one you can make one using a cd-rw and a slitaz image on slitaz.org. Look, it's the DIY way so that's it. The trick is to make a new romname.lst. It's the file Ezclient uses...