home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 39 / Commodore_Free_Issue_39_2010_Commodore_Computer_Club.d64 / sd2iec < prev    next >
Text File  |  2023-02-26  |  4KB  |  162 lines

  1.  
  2.  
  3.  
  4. *************************************
  5.    NEW VERSION OF SD2IEC RELEASED
  6. *************************************
  7.  
  8. New release, available at
  9. http://www.sd2iec.de
  10.  
  11. - new release format: all bin files
  12. in one archive
  13. Just unpack, the bootloader should
  14. pick the correct one. Should reduce
  15. confusion about the right file a
  16. bit...
  17.  
  18. - Bugfix: REL offset calculation for
  19. records 256,512,...
  20. I hope this is the last one...
  21.  
  22. - Bugfix: Non-REL P command
  23. parameters now match README
  24. Previously P for non-REL files was
  25. implemented and documented to use
  26. hi-mid-lo parameter order, but
  27. actually used mid-hi-lo. Now it's
  28. documented to use lo-lowmid-himid-hi
  29. order (i.e. 32 bit little-endian)
  30. and the code conforms to that.
  31.  
  32. - Bugfix: Reading after EOI behaves
  33. correctly now
  34. I don't remember which program broke
  35. because of that...
  36.  
  37. - Red LED only active while
  38. unwritten data in memory (if your
  39. hardware has two LEDs that is)
  40. On the plus side: You now can see
  41. when it's safe to remove the card.
  42. On the minus side: Some operations
  43. may look like the classic "there was
  44. an error" blink.
  45.  
  46. - Remove XC,XJ commands
  47. Calibration didn't really help and
  48. the switch to disable JiffyDos was
  49. left over from its initial
  50. implementation in 0.4 which was
  51. incomplete.
  52.  
  53. - New fastloader: ULoad Model 3
  54. Used by Ultima III Gold and Maniac
  55. Mansion Gold. Nice loader with
  56. limited write capability, compatible
  57. with the entire serial 15xx series
  58. and CMD FD/HD - I'd love to see more
  59. releases using it.
  60.  
  61. - New fastloader: G.I. Joe
  62. Some people claim that the loader
  63. from G.I. Joe is the most commonly
  64. ripped IRQ loader, although I
  65. haven't found much software that
  66. uses it. Added anyway in case those
  67. people are correct about this.
  68.  
  69. - New fastloader: Epyx FastLoad
  70. cartridge
  71. Implementable thanks to a prototype
  72. cartridge by Skoe that features a
  73. CPLD, Ram and Flash which allowed me
  74. to reimplement the Epyx cart in VHDL
  75. for testing. sd2iec supports only
  76. the fast loader from this cart, not
  77. the disk editor, copier or anything
  78. else that requires custom code
  79. running on the floppy drive.
  80.  
  81. - Support reading raw directory ($
  82. with secondary > 0)
  83. I still haven't seen this documented
  84. anywhere, but a 1541/71/81/etc sends
  85. the directory sector contents as-is
  86. to the computer if you try to open $
  87. with a secondary address > 0 (not
  88. possible with LOAD). Implemented
  89. exactly for D64/D71/D81 images,
  90. approximated well enough for Unicopy
  91. (from the Test/Demo disk) for
  92. FAT/M2I.
  93.  
  94. - "display disk images as
  95. directories"-mode
  96. New option to show mountable files
  97. as either files, directories or both
  98. in the directory listing. This may
  99. allow some programs written for CMD
  100. drives to mount those images, but
  101. don't expect too much because
  102. mounting disk images has some
  103. additional requirements on the exact
  104. format of the CD command.
  105.  
  106. - DNP support
  107. Should work with every size, tested
  108. only with maximum-size DNP files.
  109. DirMaster 2.1/Style can create those
  110. files on Windows, but unfortunately
  111. has a bug when creating directories
  112. that will cause the CD:_ (left
  113. arrow) command to fail. Instead of
  114. returning to the parent directory
  115. you'll be presented with random
  116. garbage when listing the directory
  117. contents, you can use CD// to
  118. recover from this situation.
  119. Hopefully someone will write an
  120. fsck/chkdsk-style tool that corrects
  121. the incorrect parent directory link
  122. for those files because working
  123. around this problem in sd2iec would
  124. require too much additional internal
  125. state.
  126.  
  127. - remote display support
  128. No idea why people want it so
  129. desperately, but there is now
  130. support for a remote, I2C connected
  131. display that shows a bit of status
  132. information and allows changing the
  133. directory and device address. To
  134. conserve resources it offloads most
  135. work on a second AVR connected over
  136. I2C, an example implementation is
  137. included in the source archive. Both
  138. display and drive can be updated
  139. independently, the drive side
  140. doesn't even know how the data is
  141. formatted on the display. This is
  142. enabled in the sw2, uIEC and larsp
  143. builds in an attempt to get someone
  144. to design and manufacture nice
  145. display units. =) Normal operation
  146. should be completely unaffected if
  147. no display is found during startup.
  148.  
  149. - build system doesn't require gawk
  150. any more
  151. For all those BSD fans out there,
  152. patch provided by Aaron J. Grier
  153.  
  154. - 'Just under one year since 0.8.0!'
  155.  
  156. To purchase the SD2IEC card drive
  157. for the Commodore, go to
  158. http://www.nkcelectronics.com
  159.  
  160. -------------------------------------
  161.  
  162.