Raw image to LNX image convertor V5                                             
-----------------------------------                                             
K.Wilkins July 1997                                                             
                                                                                
USAGE:  make_lnx <infile> (Optional params)                                     
           -o Output filename (Default=<infile>.lnx)                            
           -m Manufacturer (Default=Atari)                                      
           -r LEFT/RIGHT (Default=No rotate)                                    
           -g Game name (Default=<infile>.lnx)                                  
           -b0 Bank0 size (256K,512K)                                           
                                                                                
The default action (no optional params) is to convert the input filenama        
from raw format to LNX format with the default options given above              
                                                                                
Examples:                                                                       
make_lnx cgames.lyx                  (Converts cgames.lyx to cgames.lnx)        
make_lnx cgames.lyx -o calgames.lnx  (Converts cgames.lyx to calgames.lnx)      
                                                                                
