view 3rdparty/drivers/disto/r0.asm @ 2898:28ed72477814 lwtools-port

Dummy merge of default branch into lwtools hg -y merge --tool=internal:fail default hg revert --all --no-backup --rev . hg resolve -a -m This dummy merge discards any changes from the default branch so that the result is the same as what lwtools already had. When merging back to default branch later, the discarded changes will be discarded there also, so the result will be that the default branch will contain what the lwtools branch had before these merges. Only scripts/burst was "rescued" from default branch.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 11 Jan 2014 18:40:44 +0100
parents 2a37d4530972
children
line wrap: on
line source

         nam   R0
         ttl   Disto RAM Pak descriptor

* Disassembled 98/08/24 11:29:00 by Disasm v1.6 (C) 1988 by RML

MPISlot  equ   1          (slot 0-3)

         ifp1  
         use   defsfile
;         use   rbfdefs
         endc  

tylg     set   Devic+Objct
atrv     set   ReEnt+rev
rev      set   $02

         mod   eom,name,tylg,atrv,mgrnam,drvnam

         fcb   DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
         fcb   HW.Page    extended controller address
         fdb   $FF40      physical controller address
         fcb   initsize-*-1 initilization table size
         fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
         fcb   MPISlot    drive number
         fcb   0          step rate
         fcb   TYP.NSF    drive device type
         fcb   DNS.MFM    media density:0=single,1=double
         fdb   32*RAMSize number of cylinders (tracks)
         fcb   1          number of sides
         fcb   1          verify disk writes:0=on
         fdb   64         # of sectors per track
         fdb   64         # of sectors per track (track 0)
         fcb   1          sector interleave factor
         fcb   1          minimum size of sector allocation

initsize equ   *
name     fcs   /R0/
mgrnam   fcs   /RBF/
drvnam   fcs   /RamPak/

         emod  
eom      equ   *
         end