head	1.19;
access;
symbols
	dummy_tag:1.1.1.1 shd:1.1.1;
locks; strict;
comment	@# @;


1.19
date	2007.01.17.08.56.17;	author alankila;	state Exp;
branches;
next	1.18;

1.18
date	2007.01.14.12.18.59;	author alankila;	state Exp;
branches;
next	1.17;

1.17
date	2007.01.14.11.58.47;	author alankila;	state Exp;
branches;
next	1.16;

1.16
date	2007.01.13.17.34.09;	author alankila;	state Exp;
branches;
next	1.15;

1.15
date	2007.01.07.14.11.50;	author alankila;	state Exp;
branches;
next	1.14;

1.14
date	2007.01.06.23.07.08;	author alankila;	state Exp;
branches;
next	1.13;

1.13
date	2007.01.06.17.16.53;	author alankila;	state Exp;
branches;
next	1.12;

1.12
date	2007.01.06.15.43.22;	author alankila;	state Exp;
branches;
next	1.11;

1.11
date	2007.01.06.15.08.22;	author alankila;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.06.14.38.16;	author alankila;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.06.12.10.35;	author alankila;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.19.19.29.12;	author shd;	state Exp;
branches;
next	1.7;

1.7
date	2005.12.19.18.52.29;	author shd;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.19.18.52.00;	author shd;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.19.18.50.08;	author shd;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.19.10.23.13;	author shd;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.07.16.13.16;	author shd;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.18.15.34.20;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2004.09.13.11.02.59;	author shd;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.09.13.11.02.59;	author shd;	state Exp;
branches;
next	;


desc
@@


1.19
log
@- tell what I just did
@
text
@2007-01-17   Antti Lankila <alankila@@bel.fi>
	- Get rid of compiler.c (x86-32 JIT technology) and everything
	  related to it. Justifications: CPU emulation is no longer time
	  critical and the code did not work to begin with, and the
	  main architecture is now switching to x86-64.

2007-01-14   Antti Lankila <alankila@@bel.fi>
	- Remove alll traces of the obsolete cpuopti.
	- Make configure choose SDL by default if available and no other
	  targets were explicitly chosen. X will only be compiled if SDL
	  is not available. (This is probably a bug.)

2007-01-13   Antti Lankila <alankila@@bel.fi>
	- If the control window is closed, quit UAE.
	- Store the directory of the selected file into config in memory;
	  pressing "Save Config" will make the new paths permanent.

2007-01-06   Antti Lankila <alankila@@bel.fi>
	- Made "follow mouse" mode default. This is probably good
	  for AmigaOS usage but might not be that great for demos.
	  There's still a hack that should stop mouse updates from
	  persisting if the "OS" does not move the position of first
	  sprite.

2007-01-06   Antti Lankila <alankila@@bel.fi>
	- Begin porting UADE output engine to UAE:
	  - Remove mono and 8-bit modes, added post-processing to get mono.
	  - SDL & ALSA output should be ok and the rest are broken for now.
	  - .uae/uaerc sound_interpol=sinc is required to enable it for now
	    or use the preferences dialog "Paula resampling method".
	- Fixed CIAA read: gui_ledstate was never considered so LED state
	  togglers did not work.
	- Fix some warnings in drawing.c.
	- Amiga keys work again in SDL & X targets.
	  Amiga keys are either Super_L/R or Super_L + ISO_Level3_Shift.

2005-12-19   Heikki Orsila <heikki.orsila@@iki.fi>
	- Ported audio state engine fix from UADE 1.50-pre10. First audio
	  state engine increases DMA pointer by 2 bytes in state 1, and
	  then later on hsync handler increases the pointer again by 2 thus
	  skipping one sample pair (2 bytes).
	- Added missing function declaration of savestate_restore_finish()
	  to savestate.h
	- Defined uae_* types using C99 #include <stdint.h>
	- Using size_t for native file operations. Started with fixing
	  restore_chunk() in save state.
	- Removed unnecessary 'extern' symbols from savestate.h. Functions
	  need not be externed.
	- Replaced tmpnam() with mkstemp() in zfile.c.
	- Fixed 'make install' to install to PREFIX properly. PACKAGEPREFIX
	  does not work yet.

2005-11-07   Heikki Orsila <heikki.orsila@@iki.fi>
	- Dumping CIA registers from debugger with 'c' displays whether LED is
	  ON or OFF.

2004.09.11: fork from uae 0.8.22
	- merged ALSA support patch (./configure --with-alsa) (shd)
	- merged MAN pages by Stephan A Suerken <absurd@@debian.org> from
	  Debian package (shd)
	- merged SDL fix (shd)
	- merged GUI memleak fix (shd)
	- configure changes: auto alsa detection. compile cpu emulation in
	  8 pieces. (shd)

2004.09.12: no release
	- changed command line behaviour: 'uae foo.adf' now boots the
	  'foo.adf' floppy image (shd)
	- options file is primarily loaded from home directory. if the
	  file does not exist, then it is loaded from current directory.
	  if the file does not exist, then uae uses default options. (shd)
	- supports dms compressed files if xdms has been installed (shd)

2005.03.18: no release
	- Changed 'm' command in debugger. It now prints ascii representation
	  of memory too. (shd)
@


1.18
log
@- make SDL be the default target
@
text
@d1 6
@


1.17
log
@- remove support for building cpuopti
@
text
@d3 3
@


1.16
log
@- upd dox
@
text
@d1 3
d5 1
a5 1
	- If the control window is closed, quit UAE
@


1.15
log
@- document today's efforts
@
text
@d1 5
@


1.14
log
@- update
@
text
@d2 7
d10 1
a10 1
	  - Remove mono and 8-bit modes, added post-processing to get mono
@


1.13
log
@- some trivial cleanups to drawing.c
@
text
@d10 2
@


1.12
log
@- fix prefs dialog
@
text
@d9 1
@


1.11
log
@- fix LED
@
text
@d3 4
a6 4
	  - Remove mono and 8-bit modes
	  - SDL & ALSA output should be ok and the rest are broken;
	    GUI still shows the ignored options.
	  - .uae/uaerc sound_interpol=sinc is required to enable it for now.
@


1.10
log
@- sinc seems to work now. use sound_interpol=sinc to enable it.
  Old values "rh", "crux" removed. "rh" mode is still available as
  "linear". I kept it because it is a classic algorithm.
@
text
@d7 2
@


1.9
log
@- first steps towards improving the audio engine
@
text
@d6 1
@


1.8
log
@*** empty log message ***
@
text
@d1 6
@


1.7
log
@*** empty log message ***
@
text
@d14 2
@


1.6
log
@*** empty log message ***
@
text
@d13 1
@


1.5
log
@*** empty log message ***
@
text
@d9 4
@


1.4
log
@*** empty log message ***
@
text
@d6 3
@


1.3
log
@*** empty log message ***
@
text
@d1 6
@


1.2
log
@*** empty log message ***
@
text
@d1 4
@


1.1
log
@Initial revision
@
text
@d17 4
@


1.1.1.1
log
@

forked uae 0.8.22.

@
text
@@
