General

  When opening a FULL non-GW disk, writes gw_info anyway over an existing block
  - fixed (?) 5/22/92 - now requires at least 2 free blocks (would use 1 before)

+ Can't make FIRST boot disk from 81 or other devices - wrong disk driver in place when running MakeBoot

  RAM41_71 (64) / RAM_OLD (128) drivers don't work
  - have to try it, but this source looks OK
  - 7/5/92 fixed a nasty REU bank calculation bug

  Check RL1581 & RLDrive (Launch too?) for RL patch to LoadB $DE1A,0 before sector transfer
  - this looks like it's already OK

+ BAM problems in any/all drivers

  won't boot with Super Snapshot installed (conflict over $DE00 RAM)
  - fixed (?) 5/3/92 - changed GEORAM detection routine
 
  swap RAM disk from C to A/B, delete files in RAM, swap back to C, delete more files - BAM & fuel gauge mess up
  - possibly fixed (?) 5/9/92, changed EmptyTrash to write BAM after deleting

  validating shouldn't free track 1 sector 0 (boot sector) - it does
  - fixed in new validate routine

  ScrapPeek - can't handle over-size scraps
  - looks like Paul may have already fixed this

  clock - rewrite the whole routine
  - done 6/17/92 - not re-written, but changed to handle dates properly
  - 6/19/92 - fixed bug causing clock to lose time (Paul was writing 0 to 1/10 reg)
  - 6/21/92 - added NTSC/PAL check to BootTop

+ multiple file selection problems

  stop calling EmptyTrash on disk accesses - only empty when told to
  - scanned the source and most EmptyTrash calls are confined to release 1 (for release 3 they should disappear)

  write Pad size defaults when formatting disks
  - fixed (?) 5/3/92 - added to BuildInfoFile routine - better check this

+ Paint Overlay / Paint Pages drivers don't work

+ MakeDir screwy on HD native mode partitions
  - check this out, the code looks OK...

  BigInfo - problems with text entry when comment box completely filled
  - checked this out in program and code, looks normal to me - with 95 chars
    plus terminator, works OK. Doesn't allow entry with 96 and no terminator
    but neither does deskTop - impossible to get there in the first place

  copying from non-GEOS disks - when done, asks again if copying
  - fixed (?) 5/3/92 - changed copy routine to not fully re-open source when done

  Switcher - change "Reset" icon to "Clear"
  - fixed 5/13/92 - changed icon

  validate - check all drives - might be screwing up somewhere
  - fixed 5/4/92 - validate routine completely rewritten - now works internally

  if create a subdir from BASIC, then enter gateWay and enter the subdir and convert it to a GEOS disk, it screws up the offPage dir block instead of using the one from the root directory
  - need to change OpenFolder (opnUtils) to use custom SetGEOSDisk code
  - fixed (?) 5/10/92 - fixed SetGEOSDisk routine in HardDrive/RLDrive drivers

  formatting double-sided 1571 disks - only does one side then bombs
  - fixed 5/3/92 - SendHardware routine wasn't working at all and not sending U0>M1 command nor the track fix thing

  128 - Select Printer doesn't work
  - fixed (?) 6/20/92 - used the code from the Select Printer DA

  128 - GEORAM doesn't work

  128 - hardware reset doesn't RBOOT
  - fixed 7/5/92 - reset now goes straight to BASIC like usual

+ 128 - Shutdown doesn't activate JiffyDOS (bug in ToBasic routine in Kernal)

  128 - Doesn't work with German GEOS 128
  - fixed 7/1/92 - patched MakeBoot64/128

+ 128 - problems with geoCalc 128

-------------------------------------------------------------------------

+ 192 file limit in disk drivers or Kernal? (somewhere)
