SD2IEC LCD NEWS
================

		
2009-07-19 - Release 0.6d (32KB)
             LarsP hardware variant now uses PC4-PC7 for the LCD data lines
             to allow seamless usage of a diskchange switch on PA4/PA5

2009-03-18 Release 0.6c (32KB) 
		- Re added Commodore Logo

2009-03-08 First public release 0.2b 
		- Added boot screen
		- Added display abstraction
		- Added ability to send display control codes via c64 (XTC command)
		- Use newer LCD library wit appropriate timing
				
2008-09-14 Experimental release 0.1
		- Display filename during load/save
		- Display image name
		- Send text via c64		
---------------------------------------------------------------------------

Original NEWS from SD2IEC 0.6.6 by Ingo Korb 
============================================

2008-05-22 - release 0.6.6
        - Tell AR6 to disable its fastloader
        - Backported FC3 fastload/-save
        - Backported dual-button swaplist management
        - Backported sleep-mode

2008-05-02 - release 0.6.5
        - Modify the JiffyDos timing for improved NTSC compatibility

2008-03-27 - release 0.6.4
        - Change some details of the SD card initialisation
        - Bugfix: Initialize cards only when sd2iec is accessed to avoid
                  hogging the bus during this time.
        - Prepare NKC configuration for bootloader and mega644

2008-03-19 - release 0.6.3
        - Bugfix: Ignore trailing separation characters of B-* parameters
        - Bugfix: Always ignore volume labels while scanning for LFNs
        - Bugfix: SDHC was always disabled in 0.6.x
        - Bugfix: Ignore spaces in drive number
        - Bugfix: Fix possible error after changing partitioned cards
        - Bugfix: Case-insensitive name matching in the FAT library
                  (but not in sd2iec)
        - Bugfix: Fix compile error with larsp configuration on mega644
        - Wait for the release of the disk change key before trying to
          access a swap list
        - Remove some ancient not-true-anymore statements from README
        - Improve sector read performance
        - Reduce unecessary reads during seeking

2008-02-24 - release 0.6.2
        - Bugfix: Read the correct pins when determining the device
                  address in LarsP and NKC configurations

2008-02-22 - release 0.6.1
        - support for NKC MMC2IEC boards (untested)
        - case-insensitive matching of M2I and D64

2008-02-20 - release 0.6
	- Bugfix: Properly emulate B-R/B-W (fixes Pirates!)
	- Bugfix: Close buffers on I (fixes Drazpaint)
	- Bugfix: Create new error message after closing channel 15
        - Bugfix: Check for illegal track/sector while D64 is active
	- reworked source configuration system
        - externalized bootloader signature generation
        - Support for long file names on FAT
	- M-R returns (random) data
	- New commands E-R, E-W: Read/write reserved area of EEPROM
	- Added U0> for device address changes
	- device address is stored in the EEPROM
        - Directories starting with . are hidden in FAT
        - support for sd2iec 1.0 PCBs

2008-01-13 - release 0.5.1
	- Bugfix: Really disable JTAG - fixes very slow access on some
          hardware variants

2008-01-12 - release 0.5
	- Bugfix: Recode ~/pi in both directions
	- Bugfix: Fastloaders now work on LarsP-style hardware too
	- Disk change key support
	- Full JiffyDos support
	- EEPROM configuration storage
	- Full support for D64, read/write/sector access

2007-12-25 - release 0.4.2
	- Bugfix: LarsP-style hardware actually works now

2007-12-19 - release 0.4.1
	- Bugfix: Creating a new file within an M2I image wrote
                  a terminating zero byte into the M2I directory entry
	- Bugfix: Another guesstimated delay in iec_putc
	- AVR Studio project file updated

2007-12-07 - release 0.4
	- Extended DOS commands:
	  - Enable/Disable JiffyDOS
	  - Set oscillator calibration
	- Full support for M2I images

2007-11-29 - release 0.3
	- disable interrupts during iec_getc
	- add full CRC checking in SD code with retries on errors
	- software fastloader support: Turbodisk protocol
	- card change detection
	- better file name parsing
	- directory loading supports wildcards
	- support for file overwrite (@)
	- option to display hidden files in directory
	- filename matching for open
	- filename matching for scratch

2007-11-02 - release 0.2.1
	- bugfix: Don't cause repeated entries at the end of the directory
	- bugfix: Don't repeast the last block of a saved file (1:256 chance)
	- bugfix: Increase all timeouts in the card initialisation
	- Recode 0xff in filenames to ~, both characters map to the pi
	  symbol on the C64

2007-11-01 - release 0.2
	- conditional compilation via make command line for chip type
	  and IO pin assignment (Shadowwolf/LarsP)
	- object files are generated in a subdirectory
	- bug fixes in IEC and buffer handling
	- added project file for AVR Studio (untested)
	- support for subdirectories
	- support for UI+/UI- commands (faster bus for VC20)
	- slightly improved command parser

2007-10-16 - release 0.1
	Initial release
