home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1033 / gepackt.exe / CSERVE / MITS2B.ZIP / LU002.TXT < prev   
Encoding:
Text File  |  1993-05-26  |  3.4 KB  |  81 lines

  1.     If you have the older Mitsumi LU002 drive and would like a Dos
  2. driver for it that is improved in its memory usage and speed, you
  3. may be interested is this.
  4.     I have found that the Mitsumi V2.10 driver will work very well
  5. with the older 002 drive with a very minor patch.  I will detail
  6. this patch below:
  7.  
  8. OFFSET      WAS      CHANGE TO
  9. ------     -----       -----
  10. 0EC9        E8          B0
  11. 0ECA        73          FF
  12. 0ECB        30          90
  13. 3A93        E8          B0
  14. 3A94        A9          FF
  15. 3A95        04          90
  16.  
  17.     You can use a debugger or binary file editor (like FED) to make
  18. this patch to the Mitsumi driver MTMCDE.SYS V2.10.  I have found the
  19. new driver to work perfectly with this patch on my older drive.  This
  20. driver is actually intended for the newer LU005 drive, and Mitsumi says
  21. that this driver will not work with this drive.  I have found that this
  22. patch will fix this problem and allow its use with same.  I am not
  23. connected with Mitsumi in any way, so don't look to Mitsumi for any
  24. support for your experiences.
  25.  
  26.     The benefits of the new V2.10 driver over the older V1.50a driver are:
  27.  
  28. 1)  The X switch to allow XMS buffers GREATLY reduces memory demands!
  29.     You can have up to 64 buffers in XMS and only about 20k of conventional
  30.     or upper memory will be used for the driver itself, compared to over
  31.     80K used with MTMCDD.SYS v1.50a with 32 buffers!!!
  32.  
  33. 2)  Boot up driver load-in time and disc change time are speeded up.
  34.  
  35. 3)  CD benchmarks show a very slight speed gain.
  36.  
  37.     Where do you get the new driver?  Good question.  Mitsumi does NOT
  38. have a support BBS, nor is it representing itself on Compuserve to my
  39. understanding.  You may be able to find the new driver on a local BBS
  40. as it is floating around as a patched "bug fixed" version.  It is
  41. presently on the following BBSs, and probably many others:
  42.  
  43.     Midas Touch    IL   (312) 764-0761     ;In a door
  44.                         (312) 764-0591
  45.     7 Keys BBS     NY   (914) 747-2836     ;In the FREE door
  46.  
  47.     Apply this patch ONLY to MTMCDE.SYS V2.10.  Then refer to MTMCDE.SYS
  48. instead of MTMCDD.SYS in your config.sys file.
  49.  
  50. -John Oliger    5/93
  51. Compuserve ID# 74670,1675
  52.  
  53. ************************************************************************
  54.          UPDATE..........5/26/93!!!!!!!!!
  55. ************************************************************************
  56.  
  57.     The Mitsumi V2.10 driver is now in this forum on Compuserve under
  58. the name of MD210B.ZIP!  THIS driver is slighly newer than the one
  59. referred to above, so you will need to patch slightly different locations
  60. to use it on your LU002.  I will detail the locations below.  (These offsets
  61. are from the begining of the file, not where it may be loaded with a debugger.
  62. You might need to add 100H to these numbers to get the correct address
  63. as shown on a debugger.  If the "was" bytes match, you can bet you've
  64. found it!
  65.  
  66. OFFSET         WAS        CHANGE TO
  67. ------        -----         -----
  68. 0E32           E8            B0
  69. 0E33           F9            FF
  70. 0E34           30            90
  71. 3A46           E8            B0
  72. 3A47           E5            FF
  73. 3A48           04            90
  74.  
  75.     I would like to thank whomever uploaded this file for us to Compuserve,
  76. especially if Mitsumi doesn't mind!  (Why should they, we DID buy thier
  77. drives, didn't we!  But there IS the copyright stuff...)
  78.  
  79. -John Oliger
  80.  
  81.