Release Notes
=============

V 0.80

Features:

	o 512 x 256 pixel, 1 bit plane graphics display
	o XLib and XToolkit interface
	o CPU monitor with start/stop/step/next/reset, two breakpoints
	o supporting all MC6809 instructions except cwai and sync
	o full interrupt support
	o stop processor and popup dialog at unimplemented processor
	  instructions
	o continuous display of CPU clock rate
	o mouse pointer support
	o MC146818 real time clock emulation
	o WD1793 floppy disk controller support with up to 4 disk drives
	o support of disk images but also native file system
	o compatible to Ben Williams FLEX emulator disk image format
	o dynamic remount of native file system possible
	o fileconversion from/to FLEX ASCII file format
	o manual pages with full description of FLEX API
	o a MMU for extension of the 64K address range
	o 192K RAM extension

V 1.0

Bug Fixes:

	o IRQ does not set F-Bit
	o carry and overflow bug in help_sbc_i
	o sometimes (X connections over Network) loosing keyboard inputs
	o didn't copy random bit with random files
	o didn't update MC146818 if processor stopped
	o errormessage 'DRIVE NOT READY' during special FMS-calls on
	  a nafs-drive
	o catch pointer buttons even if window doesn't has focus

New Features:

	o ELTEC full screen editor e.cmd included
	o fast terminal on a Mc6850 serial line emulation
	o dynamically instanciate memory-mapped I/O-devices
	o optional terminal only mode without X interface
	o MC146818 time and date registers read/writable
	o MC146818 alarm can generate firq
	o time.cmd for displaying MC146818 actual time and date
	o timeset.cmd in english
	o command for exiting emulator
	o command to mount/update/umount drives
	o command to send a irq/firq/nmi to CPU
	o improved processor performance more than 100%
	o environment variable for default directory containing FLEX disks
	o processor emulates cwai and sync
	o two processor emulation sources selectable during compilation
	o Documentation in HTML-Format
	o Port to Windows95/WindowsNT !!!
	o resize window up to 1024 x 768 pixel
	o command to format disks with DSK-Format

