! 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 = "DISC_REQUESTS"

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

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

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

%constinteger drive 0 size = heads * sectors * cylinders
%constinteger drive 1 size = 0;  ! Absent

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

%end %of %file
