Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!bellcore!faline!gtchen From: gtchen@faline.UUCP Newsgroups: comp.sys.ibm.pc Subject: Moving from CGA to MONO Message-ID: <1325@faline.bellcore.com> Date: Mon, 31-Aug-87 11:51:22 EDT Article-I.D.: faline.1325 Posted: Mon Aug 31 11:51:22 1987 Date-Received: Wed, 2-Sep-87 01:01:15 EDT References: <2839@hoptoad.uucp> Reply-To: gtchen@faline.UUCP (George T. Chen) Organization: Bellcore MRE Lines: 10 I have several public domain programs (no source though) that send its output through the CGA screen (memory 0xb8000000). Unfortunately, I only have a Mono screen. Since I know the output doesn't require the color screen and will be just as readable in monochrome, does anyone know of any programs that will change all references from 0xb8000000 to 0xb000000 ? I've used debug to change a few programs but it's a painful procedure without the source code. Thanks