! Mouse/filestore disc process for Rodime 204E 40Mb Winchester with Ambit ! controller and RWT interface. New Mouse version. ! Second drive is Fuji 2243 %externalstring(47) copyright %alias "GDMR_(C)_2243" = %c "Copyright (C) 1987 George D.M. Ross" %option "-low-nonstandard-nocheck-nodiag-noline-nostack" !%option "-low-nonstandard" %include "Moose:Mouse.Inc" %conststring(31) request mailbox name = "DISC_REQUESTS" %systemroutinespec phex2(%integer what) %systemroutinespec phex(%integer what) %constinteger heads 0 = 8 %constinteger sectors 0 = 16 %constinteger cylinders 0 = 640 %constintegerarray head table0(0 : heads 0 - 1) = 0, 1, 2, 3, 4, 5, 6, 7 !%constinteger heads 1 = 11 !%constinteger sectors 1 = 16 !%constinteger cylinders 1 = 754 !%constintegerarray head table1(0 : heads 1 - 1) = ! 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 %constinteger heads 1 = 10; ! No head 9 %constinteger sectors 1 = 16 %constinteger cylinders 1 = 754 %constintegerarray head table1(0 : heads 1 - 1) = 0, 1, 2, 3, 4, 5, 6, 7, 8, 10 %owninteger drive 0 size = 0 %owninteger drive 1 size = 0 %include "GDMR_H:Disc.Ambit" %include "GDMR_H:Disc.Indep" %end %of %file