Yup, got to square one (again).
Emumiga starts up again and runs the special exit instruction to quit.
I’m considering some kind of plugin system so support of libraries and devices can be added without requiring a recompile of all code. The question is, should I put them in their own libraries (load a library to emulate a library), or is it enough to LoadSeg() the plugins and just call the first address for it to set itself up? These things will not be shared so I guess a library is overkill.