Init the connection immediately on startup.

This commit is contained in:
Empathic Qubit 2021-11-24 21:23:08 +01:00
parent 9f1cade7e4
commit 9f8db04757

View file

@ -331,6 +331,7 @@ function me.start(host, port, waitForConnection)
emu.addEventCallback(breakHandle, emu.eventType.codeBreak)
initConnection()
startupCallback = emu.addMemoryCallback(breakHandle, emu.memCallbackType.cpuExec, 0x0000, 0xffff)
end