View Single Post
Old 03 May 2018, 09:53   #60
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by roc View Post
Hi Aladin,
The generickick 13 works just fine when launching a single cracktro with the CUSTOM=IntroName, however I couldn't find a way to launch the startup-sequence with the following three commands:
- setmaps oks
- border off
- type s/menu

Any advise?
Simply add these commands in the source and use _LVOExecute (dos.library) to run them. This requires the "run" command, copy it to the "c" directory if it isn't already there.

Code:
; a6: DOSBase
    pea    cmd_setmap(pc)
    move.l    (a7)+,d1
    moveq    #0,d2        ; no input
    moveq    #0,d3        ; no output either
    jsr    _LVOExecute(a6)

    ....

cmd_setmap    dc.b    "setmap oks",0
StingRay is offline  
 
Page generated in 0.06882 seconds with 11 queries