--- In vmu-dev@egroups.com, Mark Green <mark.green@r...> wrote:
>
> Has anyone found if it's possible to alter flash memory outside
of the
> game file's area by using a direct call (ie, not through the BIOS)?
I
> recall the method was on one of the development web pages but it
didn't
> mention if the address limit still applied.
You can use the firmware function at $E024 to write any section of the
128K flash. See example code in message 30. (Actually calling it is
a little bit tricky, so use the provided write_page function.)
// Marcus