Init the connection immediately on startup.
This commit is contained in:
parent
9f1cade7e4
commit
9f8db04757
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue