PicoMite V6.00.01 release candidates - please test thoroughly


Author Message
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5756
Posted: 09:53pm 25 Nov 2024      

Hi Peter,

The VGA version (both 2040 as well as 2350) did erase options.
The 2350 picomite (for Game*Mite) version did not erase options. I did re-program the flash slot since i expect tokenizing errors (previous was 6.0.0RC6).

6.00.01RC1 for 2350 standard picomite (as used for Game*Mite).

There is something changed in the path information.
robots2.bas uses MM.INFO(PATH) and CWD$ to determine where files can be found.
To determine the path of the current running program.

When I use the file browser (on A:/) in the Game*Mite to browse to B:/ and use the file browser to start a program, that program starts, but both MM.INFO(PATH) and CWD$ are not updated, they point still to the A:/ drive.
Again, this is a printout from the program that runs from B:/
CWD$ (Current Work Directory) should be updated at least.

Volhout

P.S. When manually changing directory both CWD$ and MM.INFO(PATH) are correct. But
MM.INFO(PATH) has a trailing "/"
CWD$ has no trailing "/"
It is only when you RUN a program from inside another program that these are not updated.
Edited 2024-11-26 07:55 by Volhout