1979CAL The 1979 calendar. AUTO.SYS, AUTO, RATES, RATES-C, CHANGE, R.FILE-S, R.FILE-C An insurance agency software package, for rating CSL or split limits automobile insurance. Read text file AUTO.SYS for complete explanation. [Martin Hill, Jr.] SETDATE, DATE?,DATE:S A `SAFE' program to set the date in PTDOS global area, designed to be placed in START.UP primarily. DATE? similarly fetches the date from memory for checking. SETDAT:S and DATE:S are their respective source codes. HEAD A header program. Before you list your program, you will want to XEQ HEAD. HEAD will print out the name of your program, ask you to GET and then LIST the program you want. At the end of your listing, XEQ E and you will now be back at video control. The SET OF= command is on line 88; change it to have the name of your output driver. Mine is PRNT1 for a Centronics 701 and PRNT3 for an old communi- cations printer. [Donated by Roy Heybrock.] HGRAPH:S HGRAPH:S is an extended basic bar-graph program which includes 4 functions used in plotting numeric bar graphs. An array is passed to the function to produce the bar graph. Included are functions to create both axes plus an overlay grid. Also histograms may be drawn by passing the median value to the plot function along with the array. HYTYPE PTDOS driver for Diablo HyType printer using Processor Tech's HyType interface board and plugged into the parallel port of the Sol. This driver is WordWizard compatible. It assumes a Courier 10 printwheel, or equivalent arrangement. It is based on the SolPrinter2 driver, with references to the extra features of the SolPrinter interface deleted. [S Sokolow] MEMTEST A 48K memory test. Test lower 48K memory. Puts BEL character out after each cycle. To quit, reset system and re-boot. MTEST:D Documentation of MEMTEST. OKIDATA Source code for PTDOS driver to operate Okidata printer on serial port of Cromemco TU-ART interface board. PRNT1 Centronics 701 driver. [Donated by Roy Heybrock.] PRNT3 Driver for an old communications printer. [?] [Donated by Roy Heybrock.] S154C PTDOS & WordWizard driver for a Selectric terminal IBM 2741-type, Correspondence coded, on the Sol serial port, modified to do 134.5 baud. [Stan Sokolow] RETIR An updated version of RETIR on H1 disk to change graph headings that were not set up right. [Donated by Roy Heybrock, CFP.] MASTERMD This is a dual mastermind game. Two people play at the same time on two different game boards. The game features a none repeat of numbers within the matrix, automatic return, and a more than one game set to determine the winner. Each play enters his or her try as part of one large entry. (i.e. The first player enters a guess and a comma. The second player writes his guess on the other side of the comma and the machine automatically continues without the need for the carriage return. [Michael Richardson] CAL%%% I teach Mechanical Technology at Saunders Technical High School in Yonkers. This program will print Mechanical Technology - as easy as Pi on the top of a calendar. What's nice about the program is that the calendar is generalized so that any year in the 20th century can be entered and an accurate calander will be produced. There is also an interesting generalized, large print, printing of the year. (This is what is taking the time between the picture printing and the calendar printing) [Michael Richardson] S0, S1, S2, S3, S4, S5 My start up programs. [Michael Richardson] CALENDAR A program to give the day of the week and the number of days old you are. It also gives the Julian day number for those of us who are into Astronomy. [Michael Richardson] MULTABLE A multiplication practice program. [Michael Richardson] SUMTABLE An addition practice program. [Michael Richardson] W1 A program that I use whenever I go on a diet. The data is recorded in data steps at the end of the program. Each time a new day is entered the program expects the data to be the day number, the food, the calories, and the weight at the beginning of the day. (The weight is omitted for all other entries on that day.) There are alphabetized calory counts for some of the foods already written into the program in REM statements. [Michael Richardson] W2 A graph drawing program that I use whenever I go on a diet that is drastic enough for me to use program W1. [Michael Richardson] TT The program I use to automatically right hand justify a letter. [Michael Richardson] T The program I use to print a file I've already right justified. It is info protected (I attribute). [Mike Richardson] CMPF.A File compare command, in assembly source code. See the program comments. [Tom M. Quinn] MEMBNK.A Memory bank-select, Cromemco-style. See the source code. [Tom M. Quinn] BAUD.A Command to select baud rate on 3P+S board. [Tom M. Quinn] LOOK.A Command to find specified bytes in memory or in a disk file. [Tom M. Quinn] SETPRT.A Command to initialize TI 810 printer. [Tom Quinn] TI810.A TI 810 printer driver based upon Sol Printer 3 driver. [Tom M. Quinn] SORT.F Shell sorting in PTDOS-FORTRAN. [Earl Dunham] SORT.B Same as SORT.F, but written in BASIC. [Earl Dunham] DSORT A BASIC program which creates data files for SORT.B [Earl Dunham] PROCESS A video-type editor to be used with the EDITOR program. To learn how to use PROCESS, run the BASIC program EDITOR. When it asks for the file name, enter PROCES:D. That file contains commands to PROCESS and also doubles as an example as to the usage of EDITOR. [Al Smith] EDITOR EDITOR:D contains information on using the commands available within the basic program EDITOR. To use EDITOR:D you must run EDITOR from basic. When asked for file name input EDITOR:D. [Al Smith] LETTER A letter from Al Smith regarding PROCESS and EDITOR. L Device driver for parallel printer. [Michael Richardson] PROGRAMS Explains the programs submitted by Michael Richardson. STARTERS Explains the starter programs by Michael Richardson. EDIT:D A brief explanation by Michael Richardson of why he renamed the PTDOS editor from EDIT to E. It also has a brief synopsis of the EDIT features. BOOT:S The source for the Helios bootstrap loader. COPYCA:S A screen doodling program which places a duplicate copy in memory for saving. Good for designing playing fields for video games. DSKPORTS Equates for the Sol ports serving Helios Gives port definitions and bit equates for all the ports used by the Sol for comunicating with Helios. DOSIO:S An I/O routine for the Sol for use with the North Star Microdisk system. Includes many desirable features. 8KRA:S Memory test programs: 16KRA:S 16K-1:S 32KRA:S 32K-1:S 48K-1:S A collection of memory test programs tailored MTEST:S for the various boards produced by PTC. [J. Maguire] [Editor's note: This MTEST is not same as MTEST:D on this disk] OCTAL:S An Octal Enter and Dump routine. Gives ASCII values and a Hex address for reference. PABAS:S Is the source code for Lichen Wang's Palo Alto Tiny Basic from early issues of Doctor Dobb's Journal. A few enhancements in this version. SPINWR:S NEC Spinwriter 5510/5520 device driver. A bi-directional, logic seeking printer driver fully compatible with WordWizard. It includes "space averaging"- an ability to restructure the line producing "type set" quality printing. TERM:S The missing TERM command from Sol Bootload prom. ZAP:S Zap let's you defeat the attribute protection of PTDOS. UNZAP:S gets you back. Use with caution!!