--- In vmu-dev@egroups.com, "Richard Munn (aka benjymous)"
<richard.munn@b...> wrote:
> 2) The .VMI files' VMS type (field $64 - 67) contain the values:
> $02 $00 $00 $70 for SCMINI001.VMI
> and $02 $00 $00 %dd for SCMINI002.VMI
>
> This leads me to suspect that field $66/$67 means something separate
> (and that the file type and it
> are both two byte numbers.)
Sounds reasonable.
> but then what does file type 2 mean?
Theory: The file type could be a bit field with two bits, with
1/0 meaning copy protect on/off and 2/0 meaning game/data. I can't
test this theory though as my DC isn't networked.
As for $66/$67, $7000 and $dd00 looks like file sizes. Is it the same
as in $68/$69?
> 3) Both .VMSs set the OCR to $cd (lcdis currently only recognises
$a1,
> $81, $a3 and $92)
bit 6, 3 and 2 are no care, so $cd is the same as $81.
> Trickstyle Jr (The minigame within the game Trickstyle, Found on
some
> foreign web site - I'll try and remember where..)
>
> sets the OCR to $4d and $cd
$4d is the same as $01. That's the first time I've seen someone use
the half-speed mode... :-)
// Marcus