Hello !
I'm trying to find a setup where I can edit the files inside of a cart with an external editor like VSCode.
In the filesystem documentation it's suggested that you use the following commands
mkdir /live_cart mount /ram/cart /live_cart folder /live_cart |
However this doesn't work in the current version because you can't mount a folder that already exists (here /ram/cart)
Running rm /ram/cart
then trying to mount it does work, however trying to load
a cart seems to override the mount so you can't edit it.
Copying the content of the cart from ram/cart into a folder, then mounting that folder into /ram/cart, then trying to run the cart doesn't work either because the editors will save their content into ram and override the files in your cart.
Has anyone found a reliable solution for this use case ?
Thanks !


A simple mode7-like effect, as seen in multiple SNES titles like Super Mario Kart and F-Zero.
This is archieved with the tline3d
function, called once per line on the screen. Change the debug
variable in the source code to true to see what the tline3d
function indexes on the real tilemap.
The effect uses around 40% of the CPU





