--- In vmu-dev@egroups.com, MORB <MORB@C...> wrote:
> Hi,
>
> I'm a newbie in VMU hacking, and I have a problem: when I download
my
> VMU programs with the dreamkey, they get copy protected on the vmu.
>
> Do minigames are always copy protected ? I don't remember if other
> minigames I've tried were copy protected, too, but on John
Maushammer
> page, I've read that he transfers his mini games into a VMU
connected to
> his parallel port and then copy them in another vmu, so obviously
mini
> games can be not copy protected.
>
> So, is there an information somewhere in the VMI file that specify
if
> the file should be copy protected, or does Dreamkey always copy
protect
> Mini games ?
No, it's a setting in the .VMI file. (offset $64) It uses two bits,
bit zero indicates whether the file is protected, bit one indicates
whether it's a game or data, so the possible values are:
%00 = 0 = copyable, data
%01 = 1 = protected data
%10 = 2 = copyable game
%11 = 3 = protected game
The VMU tool can (currently) only handle values of 0 and 3, but you
actually want a value of 2
You can change this easily by opening your .vmi file in a hex editor