[comp.sys.atari.8bit] Fast Print -- an E: accelerator

fseipel@hpuxa.ircc.ohio-state.edu (Frank E. Seipel) (12/20/90)

 Uuencoded on the Unix; type uudecode <source> dest and download. Rename
resultant .OBJ file as AUTORUN.SYS on your Atari disk. This program speeds
up output to your screen by about 300%. To disable, use POKE 846,0.  To disable
the "HIT ANY KEY TO CONTINUE" prompt which is displayed at the end of each
page of screen output, POKE 847,0. To enable either of these features,
POKE the respective location with 1; the program defaults to turning both
on. Some notes: POSITION x,y no longer works after loading this routine.
Although it puts the cursor on the proper y location, the x coordinate is
always zero. Also it will not improve speed with some programs -- most notably,
those that write to screen memory directly, such as Action! and many popular
word processors. It will work with Basic. There is no need to load it before
Bobterm because Bobterm already has a screen accelerator. Finally, since the
program resides on page 6 it is not compatible with many other programs.

-----------------------------cut here----------------------------------------
begin 0666 FASTPRNT.OBJ
M__\ !6@%K0D"R0;P58W;!JT( HW:!GBIKHT( JD&C0D"6* /N0#DF<H&B!#W
MJ?^-T :I!8W1!JG*C2$#J0:-(@.B *D,G4(#(%;DJ0.=0@.I#)U* ZEGG40#
MJ06=10,@5N2I 8U. ZD!C4\#8$4Z  ;)!JQ. ] #3((&I%?0^:01\$FL_P+0
M]ZQ/ _!2R7W0!Z  C,D&\.#)F_ &IE7D4Y ][LD&(((&KLD&X!60+Z  C,D&
MN;@&D5[(P!'0]JG_C?P"S?P"T FF$=#WH("$$6"-_ *@ )B17LC $=#Y8*95
MY%.P$*HI?\E]L C)(+ 0R1N0#(JHK0?D2*T&Y$B88,E@"(HHL ,XZ2"@ )%>
MYE7F8^9>T +F7[%>A5U)@)%>8$BI (W)!FALV@8  )SP\N7S\X#A[OF Z^7Y
MG@#B N,"  4                 &AH:&AH:&AH:&AH:&AH:&AH:&AH:&AH:
8&AH:&AH:&AH:&AH:&AH:&AH:&AH:&AH:
 
end