;---------------------------------------------------------------------
;AUTHOR WARNING:
;---------------------------------------------------------------------
;a) Please do not remove or alter this sequence out of respect for all
;   the work it took to develop the ST emulator
;b) Do not write to disk as ATARI FORMAT HIDDEN BLOCKS ON DISK
;   Or the ST-EMULATOR WILL FAIL TO LINK PROPERLY and WILL NOT
;   work properly anymore !!!
;---------------------------------------------------------------------
;Atari St Emulator copyright violation warning (PISS OFF! ATARI!!)
;---------------------------------------------------------------------
Show c/Ag.000
addbuffers df0: 15
echo -c "AMIGA-ST SYSTEMS COORPORATION presents:"
echo "THE ATARI ST EMULATOR SYSTEM (c) 1988"
echo "IT'S PUBLIC DOMAIN so go piss yourself ATARI!!!"
echo "Cause it works and the Amiga rules the 16/32 bit zone..."
echo "IMPORTED & SPREAD BY THE GAMESMAN OF HI-TECH IMPORTS!..."
echo "----------------------------------------------------------------------"
echo "ATTENTION:"
echo "----------"
echo "The ST Emulator is freely redistributable for non-commercial purposes,"
echo "if this notice features in it. Please pass this program on as is with"
echo "with any redistribution you do. Any distribution without this notice"
echo "is a COPYRIGHT VIOLATION."
wait 10
echo -c "COPYRIGHT NOTICE"
echo "----------------------------------------------------------------------"
echo "To the best of my knowledge, the program on this disk is freely"
echo "redistributable.  This means that it as met one or more of the"
echo "following conditions:"
echo "----------------------------------------------------------------------"
echo "(1) The materials contains explicit copyright notices permitting"
echo "    redistribution."
echo
echo "(2) The materials were posted to a publically accessable electronic"
echo "     bulletin board and did not contain any copyright notice."
echo "    (Such materials will be removed if it is subsequently shown"
echo "    that copyright notices were illegally removed.)"
echo
echo "(3) The materials were posted to a widely disseminated electronic"
echo "    network (such as usenet), thus implying that their author/poster"
echo "    intended them to be freely distributed.  This applies only if"
echo "    they contain no notice limiting distribution."
echo
echo "(4) The materials contain an explicit notice placing them in the"
echo "    public domain.  This is not the same as condition (1)."
echo "----------------------------------------------------------------------"
wait 15



































































                                                                                                                                                                 echo
                                                                                                                                                                 echo -c "-----------------------------------------------------------"
                                                                                                                                                                 echo "      ------------ The ATARI ST Emulator -----------"
                                                                                                                                                                 echo "-----------------------------------------------------------"
                                                                                                                                                                 echo "            To go from Amiga mode to Atari mode:"
                                                                                                                                                                 echo "            -----------------------------------"
                                                                                                                                                                 echo "    Wait until screen goes blank and drive chatters!"
                                                                                                                                                                 echo "    The disk drive is now waiting for an Atari disk"
                                                                                                                                                                 echo "    Remove this disk and insert Atari formated disk"
                                                                                                                                                                 echo "    Most Atari disks will now boot up automatically"
                                                                                                                                                                 echo "    If Yes: disk drive should go into a loading rythm"
                                                                                                                                                                 echo "    If Not: try another disk..."
                                                                                                                                                                 echo "    Please note that 100% success is not guaranteed"
                                                                                                                                                                 echo "-----------------------------------------------------------"
                                                                                                                                                                 wait 8
                                                                                                                                                                 echo -c
                                                                                                                                                                 echo -c "CONVERTING TO ATARI DOS"

                                                                                                                                                                 wait 3
                                                                                                                                                                 AllocMem (48,MEMB_CLEAR)

















































