WHAT
----
Custom 1541-U2 build: 2.3tlr2

This is a build that addresses a few things that I felt needed improvement.

The build probably only works with FPGA implementation A9 or AA, i.e with 2.3
installed before applying this.

Drop the provided update.bin into the root of your SD-Card for a
non-permanent installation.  

Removing or renaming update.bin will revert to the previously stored
application in flash.

/Daniel Kahlin (aka TLR)


BUILDING
--------

NOTE: The included .bin is built using make in targets/software/ultimate.

  $ cd targets/software/ultimate
  $ make
  $ cp ultimate.bin update.bin

This is the only tested target!


HISTORY
-------

* build: 2.3tlr2 (2011-07-23) *

Changes
  - Rebased to the 2.3 release.  (svn r88)

* build: 2.2tlr2 (2011-06-04) *

Changes
  - Rebased to the 2.2 release.  (svn r71)

  - Added GPL 3.0 license as stated by Gideon in the 1541 Ultimate-II
    Documentation.  (doc/1541U2Doc.pdf)
    (Fixes Bug 110 "License file (GPL) missing in source repository.")

  - Fixed filename length in print out during DMA loading.

  - Added "Real Run" for files inside .d64 files which mounts, loads and
    runs using the BASIC prompt.

  - Added "Run Tape" for .tap files which mounts tap and does LOAD/RUN
    using the BASIC prompt.

  - Added "Run Disk" for .d64 and .g64 files which mounts, loads and runs
    "*" using the BASIC prompt.

  - Added detection of cyclic links in .d64 directories and files.
    (Fixes Bug 94 "Hang when entering diskimage.")

  - Added sanity check of sector links in .d64 directories and files.

  - Search until end of directory, even when hitting files with t=0.
    (Fixes Bug 98 "No dir listing with DEL file linked to T0, S0.")

* build: 2.1tlr1 (2011-05-29) *

General additions:
  - Based on the 2.1 release.  (svn r65)

  - RUN/LOAD/mount has been reworked to hopefully be more clean.
    (Fixes Bug 109 "CLR/HOME ctrl code sometimes visible on running file
    from browser.")

  - Made DMA loading simulate the look of normal loading.

  - Corrected mixup of disk id.
    (Fixes Bug 79 "id1 & id2 mixed in disk_image.cc (Skate or Die disk/sector
    id bug)")

  - Cherry-picked fix for SDCard rename from trunk. (svn r66)
    (Fixes Bug 105 "Renaming SDCard via U-Menu corrupts root directory.")

  - Submenues can now be exited using CRSR-left in addition to R/S.
    (Implements Wish 77 "Exit submenu using CRSR-left in file browser.")

eof
