Add GPLv2 notices to files from UAE Amiga Emulator, as retrieved from the COPYING file of uae-0.8.29, retrieved from http://www.amigaemulator.org/ via uae-0.8.29.tar.bz2 (MD5 = 54abbabb5e8580b679c52de019141d61).
change #else #if into #elif in case both are defined
Remove dead code, B2 doesn't use valid_address()
Fix build with NO_INLINE_MEMORY_ACCESS set
- 1-bit mode under X11 always uses default visual - fixed possible crash in driver_window dtor (image data would be freed twice, once by XDestroyImage() and once in driver_base dtor) - fixed compilation problems with banked memory - fixed typos
- Experimental fixes for 64-bit addressing systems (e.g. Linux/ia64). The cpu emulation almost work correctly. FP emulation seems totaly boguous.
- added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC - added uniform virtual memory allocation (supports mmap(), vm_allocate(), or fallbacks to malloc()/free()) - cleaned up memory allocation in main_unix.cpp
- merged DIRECT_ADDRESSING and REAL_ADDRESSING - conditionally removed unused code for direct addressing or real addressing modes
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.