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

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

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

%include "Moose:Mouse.Inc"

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

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

%constinteger heads     = 10
%constinteger sectors   = 32
%constinteger cylinders = 823

%constinteger read  verify = 1;  ! # 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:Lights.Inc"
%constinteger lights read  = 1
%constinteger lights write = 2
%constinteger lights wait  = 4, lights seek = lights wait
%constinteger lights clear = lights read ! lights write

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

%end %of %file
