summaryrefslogtreecommitdiff
path: root/emulators/uae/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-04-04uae_reset takes an argument, fixing compilation. Drop the pthreadjoerg2-0/+26
conditionalisation of GUI support -- it doesn't compile without.
2006-10-18Fix "test ==".wiz1-0/+22
2006-07-02Fix various inconsistent "static" vs. "extern" declarations whichtron4-0/+94
broke the build with GCC 4.x.
2006-04-28Fix pthread detection.joerg1-4/+22
2005-10-14Update uae to version 0.8.25.kristerw3-21/+36
Changes since version 0.22: - Moved over some features from WinUAE: * better m68k exception handling * better m68k prefetch emulation * better debugger - More merging with WinUAE; a lot of the input device code has changed - GUI cleaned up. - Quest to eliminate useless options continues: 68000 mode is always "slow but compatible"; it's not that slow after all. - Now uses GTK2 for the GUI. - Added ALSA sound support from Heikki Orsila
2004-03-26Make this package compile on NetBSD current.kristerw1-0/+13
2002-07-28Update uae to 0.8.22.kristerw1-22/+0
Changes since 0.8.21: - Misc. bug fixes - Extensive updates for the sprite emulation and blitter timing code.
2002-03-19Make joystick work again (this support got broken yesterday when someonekristerw1-0/+22
removed the dependecy on autoconf.)
2002-02-26Update uae to 0.8.21.kristerw2-53/+0
Changes since 0.8.20: - Several bug fixes, including some serious filesystem emulation bugs. - Support for A1000 boot ROMs.
2002-01-01Update uae to version 0.8.20.kristerw1-6/+6
Changes since 0.8.19: 9B1230 lockscr/unlockscr fixes in drawing.c. Add sdlgfx from Bernd [4] Lachner. Filesystem asm code improvements from Toni (make it pic, call setup_exter earlier in the boot sequence, etc.) Also add Toni's patch to make rtarea position configurable (keep it at 0xF00000 for now, though). Avoid installing filesystem stuff if user didn't request to mount directories. BEAMCON0 is only available with ECS Agnus. Revert some bogus parts of the write_log patch. 9B1219 Add some missing clipping to the Picasso code. Limit number of illegal-mem warnings. 9B1217 Fix the GUI crash when changing floppies. Changes to support programs that change between HAM/no HAM in the middle of a line. Some bug fixes, and a big fprintf->write_log patch from Alex Kazik.
2001-11-27Update emulators/uae to version 0.8.18.kristerw1-16/+13
User-visible changes in 0.8.18: - Numerous bug fixes. - There's a track and LED display added to the bottom of the screen.
2001-08-01Update uae to 0.8.17.kristerw2-15/+12
User-visible changes in 0.8.17: - AGA should be a bit faster. - AGA sprites emulation added by Toni Wilen. - Numerous bug fixes. - In the Unix version, the gtk UI has a lot more options available. There's a new option "Enable copper speedup code"; I'd be interested in hearing whether there's any software out there that does not work (or runs slower) if this option is enabled. - Now supports image files of high density floppies (Dr. Adil Temel). - Support for A1000 Kickstart disks (Gerald Schnabel). - The option to disable autoconfig devices no longer exists; the emulator automatically recognizes if the Kickstart version is too old. - Numerous improvements for the integrated debugger. - State save/restore implemented by Toni Wilen. At the moment, this is experimental, "use at your own risk" code. It is not guaranteed that future versions of the emulator will be able to read snapshots saved by this version. Test it and report bugs.
2001-05-31Updated the version to uae-0.8.16nb1 after fixing some bugs:kristerw4-0/+93
* Handle zipped disk files * Disable a floppy speed hack that breaks some versions of Kickstart * Made joysticks work
2000-08-26Updated UAE to version 0.8.14.kristerw1-11/+0
User-visible changes in 0.8.14: - More bug fixes: * CPU emulation problem that could have caused copy protection schemes to malfunction has been fixed. * Some AGA problems fixed (one of them visible in ECS modes). * UAE should work again on non-x86 systems. - By default the emulator will try to approximate an A500 in CPU speed. This setting existed before, but it's a bit more accurate now and on by default. - There is a new option to control the number of emulated disk drives. - Software autofire for the keyboard joystick replacements
2000-07-28Make the cpu emulation work for non-i386 machines.kristerw1-0/+11
Removed the 'NOT_FOR_PLATFORM'.
2000-07-13Updated UAE to version 0.8.12:kristerw2-45/+0
Changes from last packaged version: User-visible changes in 0.8.12: - Several bugfixes User-visible changes in 0.8.11: - Finally, an accurate copper emulation, thanks to Sam Jordan. - Sprite emulation fixes, also due to Sam Jordan. - Some CPU emulation fixes (Keith Rollin, Toni Wilen, Lauri Pesonen) - Old command line options actually work now. - Some floppy related lockups removed. User-visible changes in 0.8.10: - Audio interpolation - Bugfixes for * disk emulation * FPU emulation * CPU prefetch emulation (the "compatible" setting). * some 2.0+ filesystem packets * text-based UI (should compile again) * some other parts - People like me who liked the old command line options better can now use (most of) them again. User-visible changes in 0.8.9: - The filesystem emulation should be able to emulate an Amiga FS more accurately. Script/Pure bits and filenotes are kept. - Patrick Ohly contributed SCSI support (currently Linux only) that allows you to (e.g.) use CD writers with the emulator. The package has ben changed to use the NetBSD sound driver instead of oss.
1999-06-19Use "/dev/sound" instead of "/dev/dsp".tron1-0/+32
1999-06-19Import new "uae" package:tron1-0/+13
The UAE Amiga Emulator