It seems that loading different roms one after the other sometimes causes canvas sizing issues
Load mandelbrot.rom Load controller.rom
Observe that there are some issues drwaing the controller, and the screen is not the expected size.
Load life.rom Load mandelbrot.rom
Observe that mandelbrot.rom is cut off (not sized correctly)
Not all roms set a size on launch, would you like me to reset the canvas size when loading a new rom?
I think that would make sense! Since most roms seem to work at the defualt size
Fixed :)