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


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

1.2
date	2005.12.19.19.29.52;	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.3
log
@*** empty log message ***
@
text
@2006-01-06: 50% or 25% scanline mode (like in mame) (sasq)
2006-01-06: inter-frame-blending to compensate for the different refreshrate
	    (sasq)
2005-12-19: Port audio state machine cleanups from UADE (shd)

 - debugger changes
 - multipart compilation for cpuemu (parallelizes well)
 - GUI changes
 - dynamic sound targets
 - fix Makefile dependencies. sd-sound.c/audio.c depend on audio target source
 - check patches from all distributions
 - xdms support
	- loading support
	- distribution support
 - careful input device handling (so that mouse won't go out of window).
   perhaps a special mode for uae to prevent mouse from leaving window?
 - sane default values. for example sound_maxbsiz == 8192 is good to
   prevent sound stalls, but bad for high performance machines which
   could do with lower latency.
 - fix make install
 - if uae crashes the key repeat on X is off. use xset r on. put this advice
   to some help file, or prevent that from happening

 - #include <stdint.h>

 - odd bits from debian tree:
--- uae-0.8.22.orig/src/disk.c
+++ uae-0.8.22/src/disk.c
@@@@ -866,7 +866,7 @@@@
 static void disk_dmafinished (void)
 {
     INTREQ (0x8002);
-    dskdmaen = 0; /* ??? */
+    dskdmaen = 1; /* surprise, it isn't set to zero! */
 #ifdef DISK_DEBUG
     write_log("disk dma finished %08.8X\n", dskpt);
 #endif
@@@@ -1340,9 +1340,8 @@@@
     drv->drive_id_scnt = restore_u8 ();
     drv->mfmpos = restore_u32 ();
     restore_u32 ();
-    strncpy(changed_prefs.df[num],src,255);
-    changed_prefs.df[num][255] = 0;
-    src += strlen(src) + 1;
+    strncpy(currprefs.df[num],src,255);
+    src+=strlen(src)+1;
 
     return src;
 }

 - panning audio?
 - security evaluation
 - load kickstart roms from a proper place
@


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


1.1
log
@Initial revision
@
text
@d1 2
@


1.1.1.1
log
@

forked uae 0.8.22.

@
text
@@
