Printer Modifications | By default, Math Worksheet is designed for Commodore 1525/MPS-801/803 printers.
To convert for 1526/MPS-802 printers, replace/add the following lines:
560 PRINT#4,CHR$(14);"{13 spaces}MATH WORKSHEET":PRINT#4,:PRINT#4, 570 PRINT#4,CHR$(14);"NAME{C=key + @ x 30}":PRINT#4 590 PRINT#4,CHR$(14);:FOR J=I TO 9+I:PRINT#4,"{2 spaces}";LEFT$(A$(P%(J)),1)" ";:NEXT J 595 PRINT#4,CR$;CHR$(14); 610 PRINT#4,CR$;CHR$(14);:FOR J=I TO 9+I:PRINT#4,"{2 spaces}{C=key + T}{1 space}";:NEXT J |
|