view 3rdparty/fmgrs/msf/msfdesc.asm @ 2772:0a3f4d8ea6d5

Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected. Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author drencor-xeen
date Wed, 23 Jan 2013 12:36:55 -0600
parents b8c7b7fbf3c9
children 632187a1083e
line wrap: on
line source

         IFP1            
Level    set   2         
         use   defsfile   
         ENDC            

**************************************************************
* Device Descriptors for MSDos drives
*

         mod   lenB,namB,DEVIC+OBJCT,REENT+1,mgrB,dvrB

         fcb   $ff        all modes
         fcb   7          extended port address
         fdb   $ff40      port address
         fcb   optB-*-1   option table size
         fcb   DT.RBF     this is a RBF device
         fcb   dnum       this is drive dnum to the controller
         fcb   3          step rate
         fcb   %01000000+MSDOS. non standard type
         fcb   density   
         fdb   tracks    
         fcb   sides     
         fcb   1          verify
optB     equ   *         

         IFEQ  density&%100 ..not hi density
namB     fcb   dnam,dnum+48+%10000000 device name
         ELSE            
namB     fcb   dnam,'H,dnum+48+%10000000 add H to device name
         ENDC            

mgrB     fcs   /MSF/     
dvrB     fcs   /SDISK3/  

         emod            
lenB     equ   *         
         end