Open
Description
If debugger is open, entering commands into lua console becomes problematic. The console only updates on periodic callbacks, and those don't fire frequently enough if lua console has focus. One has to hover the mouse over MAME or debugger window after every lua command not to have to wait for each command to get processed.
I'm not sure how hard this may be do implement though, it'd have to explicitly connect linenoise to MAME via a callback?
@cracyc am I overcomplicating this?