mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 18:51:41 +00:00
This commit is contained in:
parent
62255f34a6
commit
385446715b
1 changed files with 2 additions and 3 deletions
|
|
@ -45,10 +45,9 @@ procedure WaitForDbgHandshake {
|
|||
|
||||
// We could use the signature as the start signal, but I prefer
|
||||
// to keep the logic separate, especially in DC.
|
||||
|
||||
//
|
||||
// Send the actual started signal
|
||||
// Ds2Vs.Started = 6
|
||||
AL = 6
|
||||
AL = #Ds2Vs_Started
|
||||
ComWriteAL()
|
||||
|
||||
WaitForSignature()
|
||||
|
|
|
|||
Loading…
Reference in a new issue