Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!JHESS@usc-eclb
From: JHESS@usc-eclb@sri-unix.UUCP
Newsgroups: net.micro.cpm
Subject: dGRAPH with CCS 2422
Message-ID: <3293@sri-arpa.UUCP>
Date: Wed, 20-Jul-83 17:27:00 EDT
Article-I.D.: sri-arpa.3293
Posted: Wed Jul 20 17:27:00 1983
Date-Received: Fri, 22-Jul-83 14:50:35 EDT
Lines: 20

If anyone has has purchased dGRAPH to run on their CPM system using
a CCS Floppy Disk Controller, the following error message should be
familiar:
     "Overlay Loader:  .PRG file missing or truncated"

The problem occurs because both California Computer and FOX & GELLER
use locations 50-->5B hex.  The fix is simple and is described in Jerry
Pournelle's July 83 column in BYTE (pp 353).

You have to modify your BIOS to move the DEBLOCK PARAMETERS out of page 0
of memory.  Use your editor to modify the CCS BIOS as follows:
  1. Find and delete the statement
     IDSV:   EQU 4EH   ;Sector ID Save area
  2. Find the statement
     BEGDAT  EQU$
  3. Add immediately after the statement defining BEGDAT
     IDSV:   DS  8
  4. Assemble the BIOS and install as described in the CCS manual

Read Jerry's column for additional information.