[vmu] Re: VMU and Flash ROM...
>>>>> "Alessandro" == Alessandro Sanasi <
tyro@...> writes:
Alessandro> I'm currently writing a program where I need to write data to the
VMU
Alessandro> Flash Rom. Only problem, for some reason I can't write to
addresses that
Alessandro> are not divisable by $100 (all addresses are within the VMU
gamefile, of
Alessandro> course). Basically, this means writing blocks of 128 bytes of
data to
Alessandro> addresses like $100, $200, $300 etc. works, but writing to
addresses like
Alessandro> $180, $280, $380 etc. does _not_ work. But in the description
about the
Alessandro> VMS Firmware it is stated that it's enough if the addresses are
divisable
Alessandro> by _$80_.
Alessandro> So, any ideas what I might be doing wrong here? ;) I need to
write a part
Alessandro> of _continuous data_, without gaps of 128 byte after each 128 byte
of
Alessandro> data...
Well, it works for me. :-) Can't say what you're doing wrong without
looking at your code.
// Marcus