AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

misc/emu/e-uae_os4.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:E-UAE with EasyUAE GUI
Author:Richard Drummond/Costel Mincea
Uploader:trebs iinet net au (Michael Trebilcock)
Type:misc/emu
Version:0.8.29/1.6
Architecture:ppc-amigaos >= 4.0.0
Date:2014-07-12
Download:http://aminet.net/misc/emu/e-uae_os4.lha - View contents
Readme:http://aminet.net/misc/emu/e-uae_os4.readme
Downloads:878

Note: 1.5 is the last update by Costel Mincea, and I (MickJT) have
since fixed a couple of issues. GUI functionality remains the same.

The source code is now included in the archive.

This E-UAE version includes the AmigaOS4 native EasyUAE GUI which is a
full featured GUI frontend to E-UAE to allow users to easily change
their configurations without hacking any textfiles as well as creating
their own HDFs.

Please report any problems regarding the EasyUAE GUI in the bugtracker
at: http://bugs.os4depot.net/index.php?function=viewissues&softwareid=13

News in EasyUAE 1.6
===================
- Fixed crashing and other issues in Paths tab.
- Console debug output disabled (#414).
- AREXX port now stays open (#435).
- Toggle fullscreen (#415) and other hotkeys added.

News in EasyUAE 1.5
===================
- Fixed bugs.os4depot.net issues #409 and #410.
- Fixed bug in E-UAE filesys.c/kill_filesys_unit() which
  didn't set the old, removed unit entry to zero resulting
  in partly wrong values for newly added units in EasyUAE.
- Fixed readonly flag for drawer-filsystems.

News in EasyUAE 1.4
===================
- Fixed bugs.os4depot.net issue #408 which was actually
  a bug in E-UAE itself. This fixes the system freezes
  after E-UAE ran once.
- Slightly reorganized the init and exit sequences of
  GUI's in general and EasyUAE in particular.

News in EasyUAE 1.3
===================
- Fixed bugs.os4depot.net issues #379, #393, #394, #395.
- Added ARexx port from old muirexx GUI which should make
  it work with RunInUAE.
- Final bounty release.


E-UAE 0.8.29
============

E-UAE is an Amiga emulator, a program that allows you to run software
designed for Amiga computers on other platforms, such as Linux or Mac
OS. It is based on UAE, the original Ubiquitous Amiga Emulator, and
WinUAE, the Windows version of UAE. While it owes a huge debt to these
two great projects, E-UAE diverges from both, aiming to improve
performance and features on a variety of host platforms.

The name E-UAE stemmed from the fact that this project needed a name,
and, since it was an 'experimental' version of UAE, everybody was
calling it 'Experimental' UAE. While I have long since accepted that
moniker, I still don't intend the 'E' to mean anything it particular.
Although the project is currently 'experimental' - that is, it is a
long way from being anything close to finished - it should still be
robust enough to use.

E-UAE currently builds and runs - with varying degrees of supported
features - on Unix and Unix-like platforms (including Linux, Solaris
and Mac OS X), BeOS, AmigaOS and clones (including AmigaOS 3.x,
AmigaOS 4.0, MorphOS and AROS), and Windows (with Cygwin or MinGW32).

E-UAE is open-source software and is made available under the terms of
the GPL. See the COPYING file included with the E-UAE archive for
details.

E-UAE is based on the work of dozens of contributors including Bernd
Schmidt (the original author and maintainer of UAE), Bernie Meyer (the
author of the x86 JIT compiler), Toni Wilen (the current maintainer of
WinUAE), and many more.

Note that to make full use of E-UAE you will need access to an image
of some version of the Amiga Kickstart ROM (although E-UAE does include
a ROM emulation which may work with some old games). The Amiga
Kickstart ROMs are copyrighted material and may not be freely
distributed (so don't ask me for a copy). If you don't have an Amiga
from which you can legally make a ROM image, a selection of ROM images
are available for purchase online from Cloanto (publishers of the
Amiga Forever distribution). See http://www.amigaforever.com/


What's new since 0.8.29-WIP4
============================

New features:
* Added a command-line tool for generating blank hardfile images,
  called make_hdf
* Support for IPF floppy images now supported on OS X (and officially
  on AMD64/Linux now that libcapsimage is publically available). Go to
  http://www.softpres.org/ to download the plug-in.
* X-Arcade joystick supported (thanks to Robert Hurst for the patch).
* Build scripts now include a compile-time option --disable-fpu to
  disable building of FPU emulation.

Performance improvements:
* Some small custom chip and blitter tweaks merged from WinUAE 1.4.3.
* Some minor performance optimizations to blitter emulation, floppy
  controller emulation and rendering code. (Thanks to Mustafa Tufan,
  developer of PSP and GP2x ports of E-UAE, for a couple of these).

Bug fixes:
* Version 0.8.29-WIP4 broke the interrupt controller emulation. Fixed.
  This also makes Action Replay cartridge emulation work again.
* HDToolbox would hang when scanning for hard drives. Mostly fixed (I
  still have one unreproducible report of HDToolbox hanging).
* Hardfile emulation will no longer leak threads following a reset
  This also fixes crashes on exit on AmigaOS and clone hosts.
* Building on MacOS X no longer fails when building supporting tools
  like readdisk.
* Exiting E-UAE on OS X when started from Hi-Toro would cause 'load
  config file' dialog to be displayed. Fixed.
* BeOS sound driver was broken in recent changes to audio layer. Now
  fixed (fingers crossed).

Other:

* Removed support for 8-bit sound (since the official UAE did so).

Still to do
===========

The following features of UAE and/or WinUAE are not yet supported yet
in E-UAE. These include:

* Serial and parallel port emulation.
* AHI soundcard emulation.
* Catweasel support.
* Graphics filters, scaling, etc.
* Floppy drive sounds.


Known problems
==============

Some significant misfeatures that I know about and am/will be working
to fix (eventually):

* Only platforms supporting the GTK+ toolkit have a useable
  configuration GUI (and the GTK+ GUI is still incomplete). However,
  Mac OS X users may like to try Daniel Pimley's graphical front-end,
  Hi Toro. See http://www.pimley.net/projects/.
* JIT direct memory access only works on Linux/x86 and, by default,
  you may only emulate up to 32MB of direct ZIII RAM; select more than
  that and the JIT will fall back on indirect memory access and hence
  will be slower. This is due to a system limit on the size of a POSIX
  shared memory segment. You can overcome this limit my modifying the
  value of the procfs setting, /proc/sys/kernel/shmmax.
* Virtual filesystem doesn't support platforms which use UTF-8 for
  filenames (e.g., OS X, Linux with a UTF-8 locale, etc.). Filenames
  with characters outside of the core ASCII range will be mangled.
* OpenGL renderer is experimental, unfinished and has no error
  recovery.
* Tear-free graphical output (with the gfx_vsync=true option) doesn't
  work on most platforms yet (the exceptions being Mac OS X with the
  SDL/GL renderer and AmigaOS4.0 with SDL).
* The Mac OS X version is currently for PowerPC hardware only (I don't
  have an Intel Mac). Users with Macintel hardware may wish to try
  Jens Weichert's Intel builds. See http://e-uae.de.vu/.
* The build scripts are a horrible, unmaintainable mess.
* Full documentation is lacking.


Using E-UAE
===========

Documentation is a work-in-progress. See the docs directory.


Compiling E-UAE yourself
========================

See the docs/compiling.txt file for more information about building
E-UAE.


CVS
===

Details about how to access the CVS repository containing the current
development version of E-UAE can be found at:

http://sourceforge.net/cvs/?group_id=109723


Contact
=======

See http://www.freelists.org/list/uae for details of a mailing list
discussing problems with and development of E-UAE.

Send bug reports, comments, patches, etc. to the above list or to:
Richard Drummond <uae()rcdrummond.net>



Contents of misc/emu/e-uae_os4.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[unknown]                 5327    6178  86.2% -lh5- 432e Jan  1  2010 E-UAE.info
[unknown]                12993   31313  41.5% -lh5- 4126 May 19  2004 e-uae/changes
[unknown]                 1685    2724  61.9% -lh5- 174e Jan  1  2010 E-UAE/CHANGES.info
[unknown]                 7009   18007  38.9% -lh5- fa00 May 19  2004 e-uae/copying
[unknown]                 1683    2724  61.8% -lh5- 7f67 Jan  1  2010 E-UAE/COPYING.info
[unknown]                 5361    6178  86.8% -lh5- e419 Jan 28  2010 E-UAE/docs.info
[unknown]                  700    1424  49.2% -lh5- 70af Mar 10  2007 E-UAE/docs/bsdsocket.txt
[unknown]                 2140    4886  43.8% -lh5- 5459 Sep 15  2005 E-UAE/docs/cmd-line.txt
[unknown]                 2210    5351  41.3% -lh5- b907 Jul 31  2007 E-UAE/docs/compiling.txt
[unknown]                12078   35607  33.9% -lh5- 9955 Dec 18  2007 E-UAE/docs/configuration.txt
[unknown]                  701    1376  50.9% -lh5- 36c2 Jun 29  2005 E-UAE/docs/floppies.txt
[unknown]                 1331    3858  34.5% -lh5- 1dbb Sep 17  2005 E-UAE/docs/joystick.txt
[unknown]                 3110    8183  38.0% -lh5- 9995 Apr 29  2006 E-UAE/docs/keyboard.txt
[unknown]                  775    1611  48.1% -lh5- e815 May 23  2008 E-UAE/docs/make_hdf.txt
[unknown]                 3038    7830  38.8% -lh5- a9e6 Mar 10  2007 E-UAE/docs/scsi.txt
[unknown]                 5379   67740   7.9% -lh5- 01dc Jan 29  2010 E-UAE/make_hdf
[unknown]                 6795    7368  92.2% -lh5- e163 Jan  1  2010 E-UAE/make_hdf.info
[unknown]                 2957    6080  48.6% -lh5- 9de6 May 23  2008 e-uae/readme
[unknown]                 1685    2724  61.9% -lh5- c164 Jan  1  2010 E-UAE/README.info
[unknown]              1189954 4100192  29.0% -lh5- 6a56 Jul 12 17:06 E-UAE/uae
[unknown]                 6797    7368  92.3% -lh5- bce8 Jan  1  2010 E-UAE/uae.info
[unknown]              2103061 2103061 100.0% -lh0- fde9 Jul 12 17:08 Source/uae-cvs.tar.gz
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        22 files 3376769 6431783  52.5%            Jul 12 23:02

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>