! Mouse/filestore disc process for Fuji 2294 300 Mbyte disc with
! RWT-type SMD controller.  Controller interrupts at level 4.

%externalstring(47) copyright %alias "GDMR_(C)_2294" = %c
   "Copyright (C) 1987 George D.M. Ross"

%option "-low-nonstandard-nocheck-nodiag-noline"

%include "MOOSE:MOUSE.INC"

%conststring(31) request mailbox name = "FUJI2294_REQUESTS"

%systemroutinespec phex2(%integer what)
%systemroutinespec phex(%integer what)

%constinteger heads     = 16
%constinteger sectors   = 32
%constinteger cylinders = 1024

%constinteger read  verify = 1;  ! # 0 to enable
%constinteger write verify = 1;  ! # 0 to enable

%include "GDMR_H:Disc.SMD"
%include "GDMR_H:Disc.Indep"


! Start it off as an independent process

%begin
   !! put string("Start the disc");  put sym(NL)
   start disc
%end %of %program
