; PCPI-WS4.ASM A Patch file for installing 'Generic' CP/M ; Wordstar 4.0 on the PCPI Applicard ; ; Jim Lill 10 Sep 87 ; ; The Televideo 925/950 has Normal, Dim, Bright, Inverse etc. while ; the Apple only has Normal and Inverse. This causes problems on ; many Apple programs like Turbo Pascal and is compounded where ; Normal and Inverse have been reversed. This fixes WS 4.0 w/o ; having to Poke around. ; ;Usage: - Install WS for a Televideo 925/950 ; - Assemble this file with ASM.COM or equiv. ; - overlay WS.COM using MLOAD.COM ; e.g.: MLOAD WS.COM=WS.COM,PCPI-WS4 ; ORG 039AH ; \_ Erase Screen in WS 4.0 DB '(' ; / also resets INVERSE ORG 03E2H ; \_ normally 'Bright' DB ')' ; / now 'Inverse' ORG 03E5H ; \_ normally 'Dim' DB '(' ; / now 'Normal' END