summaryrefslogtreecommitdiff
path: root/emulators/uae/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-08-01Update uae to 0.8.17.kristerw1-3/+3
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-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-31Updated the version to uae-0.8.16nb1 after fixing some bugs:kristerw1-1/+4
* Handle zipped disk files * Disable a floppy speed hack that breaks some versions of Kickstart * Made joysticks work
2001-03-17Update UAE to 0.8.16.kristerw1-2/+2
User-visible changes in 0.8.16: - AGA playfield support (again) (Toni Wilen) - In addition to plain mono and stereo, there's a new sound setting "mixed". - There's a new option to set CPU speeds more accurately, it's called "finegrain_cpu_speed". - Numerous bug fixes - Graphics should be faster; optimized code was accidentally commented out in the previous release.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-04Apply cosmetic changes suggested by Tomasz Luchowski in PR pkg/12129.tron1-8/+5
2001-02-02Update UAE to 0.8.15, fixes PR 12018kristerw1-2/+2
User-visible changes in 0.8.15: - A few changes in the core of the custom chip emulation; this should mean more accuracy in general, but likely also a few new bugs in this version. It may be a little slower as well. - "68040" emulation. Dedicated to all the clueless folks out there. (with thanks to Christian Bauer)
2000-08-26Updated UAE to version 0.8.14.kristerw1-5/+2
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-3/+1
Removed the 'NOT_FOR_PLATFORM'.
2000-07-24Updated pkg to version 0.8.13 (and fixed source location on main site).martin1-3/+3
2000-07-13Updated UAE to version 0.8.12:kristerw1-8/+3
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.
2000-02-23Work around a gmake dependency problem.soren1-1/+4
Still dies at first keypress when I run it.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-06-20UAE doesn't build on arm32.tron1-1/+3
1999-06-19Fix a typo in a comment.tron1-2/+2
1999-06-19Import new "uae" package:tron1-0/+34
The UAE Amiga Emulator