Tips and Tricks
There's all sorts of small little things you can do with CCEmuX. Here's a couple of them!
# A custom ROM
Like ComputerCraft, CCEmuX allows you to add to the rom, and even use your own bios.lua. In order
to do this, open the data directory (emu data) and navigate
to data/computercraft/lua.
Here, you can create a rom folder: any files within that will be added to every computer's own
ROM. Likewise, you can also create your own bios.lua file, though obviously be careful with this!
# Session restoration
Every time you open your emulator, CCEmuX will open a computer with ID 0. This is fine most of the time, but sometimes you're working on something else! Thankfully, there's a config option to change this behaviour.
Open the config editor (emu config) and look for a "Restore session" option. Turn this on, and
whichever computer you were last using will be opened when next starting the emulator.