The problem was that FF segment was used for Graphics page, EXOS LPT is located on FF segment, and the program deleted Graphich page 1st and then changed the LPT from EXOS LPT to Game LPT, so LPT pointer remained on empty segment, and took 52 seconds until it reached a "reload" bit somewhere in the memory.
I changed Graphics segment from FF to FD, 2 byte should be patched 1 where FF segment was paged in, and other at Graphics address in LPT.
Now the game starts immediately.