Menu

Tree [1dfde5] master /
 History

HTTPS access


File Date Author Commit
 android 2014-11-23 Jens Heitmann Jens Heitmann [1bebd7] Android build configuration / scripts
 atari 2017-06-25 Thorsten Otto Thorsten Otto [4d70ab] Sort some keys in dyngl.pl to avoid randomness ...
 contrib 2008-01-28 joy <> [bf8359] icon from Anders
 data 2017-06-25 Thorsten Otto Thorsten Otto [d0905e] Convert logo.png to bmp, and use builtin functi...
 doc 2015-09-14 Thorsten Otto Thorsten Otto [901061] Implement NF_SCSIDRV Native Feature
 m4 2015-05-31 Thorsten Otto Thorsten Otto [42dfdd] Switch to autmake
 src 2017-07-17 Thorsten Otto Thorsten Otto [1dfde5] Use boolean, not jboolean for older jpeg librar...
 tools 2017-06-25 Thorsten Otto Thorsten Otto [4d70ab] Sort some keys in dyngl.pl to avoid randomness ...
 .cvsignore 2007-11-25 joy <> [c1a0d0] ignore autoconf output
 .gitignore 2017-06-29 Thorsten Otto Thorsten Otto [815b90] gitignore .directory files created by some file...
 AUTHORS 2015-09-14 Thorsten Otto Thorsten Otto [901061] Implement NF_SCSIDRV Native Feature
 BUGS 2001-11-16 joy <> [badcb9] tired of answering the same questions over and ...
 COPYING 2001-10-17 joy <> [e8ba07] *** empty log message ***
 ChangeLog 2017-07-17 Thorsten Otto Thorsten Otto [1dfde5] Use boolean, not jboolean for older jpeg librar...
 FAQ 2001-11-16 joy <> [badcb9] tired of answering the same questions over and ...
 INSTALL 2014-10-17 Jens Heitmann Jens Heitmann [b2ed03] FreeBSD JIT support x86 / amd64
 Makefile.am 2017-06-25 Thorsten Otto Thorsten Otto [d0905e] Convert logo.png to bmp, and use builtin functi...
 NEWS 2017-06-20 Thorsten Otto Thorsten Otto [71beeb] Add missing NEWS entry from last release
 README 2014-10-17 Petr Stehlik Petr Stehlik [69d0f5] ver++
 README-cygwin.in 2015-02-09 Thorsten Otto Thorsten Otto [f4e9d8] add scripts for distributing cygwin installer
 TODO 2001-06-15 joy <> [e80341] list of to-do things for each release.
 aranym.spec 2014-10-26 Jens Heitmann Jens Heitmann [119a8e] Small fix to aranym.spc to remove debug informa...
 autogen.sh 2015-09-19 Thorsten Otto Thorsten Otto [e8aef9] autogen.sh: automake must run after autoheader ...
 config.guess 2014-10-20 Petr Stehlik Petr Stehlik [16ef68] autotools config files updated
 config.sub 2014-10-20 Petr Stehlik Petr Stehlik [16ef68] autotools config files updated
 configure.ac 2017-07-17 Thorsten Otto Thorsten Otto [f97731] Prefer jpeglib over SDL_image; this is the only...
 install-sh 2007-11-25 joy <> [e2a973] moved from src/Unix up here, without any changes

Read Me

      ARAnyM (Atari Running on Any Machine)
      version 1.0.2 released on 2014/10/17


 1) License
 ----------

    ARAnyM is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    ARAnyM is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with ARAnyM; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA



 2) What is this?
 ----------------

ARAnyM is a multiplatform virtual machine (a software layer, or an emulator)
for running Atari ST/TT/Falcon operating systems and applications on almost
any hardware with many host operating systems.
The reason for writing ARAnyM is to provide Atari power users with
faster and better machines. The ultimate goal is to create a new platform
where TOS/GEM applications could continue to live forever.

 Features:
 ---------
   o 68040 CPU (including MMU040)
   o 68040 and 68881/2 FPU
   o 14 MB ST-RAM and up to 3824 MB (configurable) of FastRAM
   o VIDEL, Blitter, MFP, SCC, ACIA, IKBD for highest possible compatibility
   o Sound (compatible with Atari Falcon DMA Sound)
   o Atari floppy DD/HD for connecting floppy image or real floppy drive
   o two IDE channels for connecting disk images, harddrives or CD-ROMs
   o extended keyboard and mouse support (including mouse wheel)
   o direct access to host file system via BetaDOS and MiNT xfs drivers
   o networking using ethernet emulation with a driver for MiNT-Net
   o TOS 4.04, EmuTOS, MagiC or Linux-m68k as the boot operating system
   o runs with FreeMiNT, MagiC, and any other operating system that runs
     also on real Atari computer.
   o Native CD-ROM access (under Linux, other OS: audio CD only), without
     scsi/ide/whatsoever emulation
   o USB and PCI NatFeat support for developing Atari drivers on ARAnyM

Important: ARAnyM is not finished. Consider this to be a beta version
and a work-in-progress. Sorry for incomplete and confusing documentation.
Any help with programming/documentation/porting is very welcome!


 3) Installing
 -------------

See INSTALL file and http://wiki.aranym.org/


 4) Configuring and running
 --------------------------

See http://wiki.aranym.org/


 5) Keyboard shortcuts
 ---------------------

Keys not found on a PC keyboard:
--------------------------------

Atari Help key - mapped on the F11
Atari Undo key - mapped on the F12

Keys not found on Atari keyboard:
---------------------------------

Page Up key    - mapped as Shift+Arrow Up (usual combination in GEM apps)
Page Down key  - mapped as Shift+Arrow Down (usual combo in GEM apps)

Special keys (most can be re-defined in the SETUP):
-------------
Pause/Break    - invoke SETUP GUI (ARAnyM on-the-fly configuration)
Shift+Pause    - QUIT ARAnyM
Ctrl+Pause     - REBOOT ARAnyM
Alt+Pause      - enter integrated debugger (only if started with "-D")

PrintScreen    - create a screenshot in actual directory

Alt+Ctrl+Shift+Esc - release the keyboard/mouse input focus so you can use
                 your keyboard and mouse in other host applications.
                 Can be changed to other key combo in the Settings.
                 Middle mouse does the same job.

Scroll Lock    - switch between windowed and fullscreen mode


 10) Troubleshooting
 ------------------

If your Microsoft IntelliMouse doesn't work correctly on Linux framebuffer
console you may want to set the SDL_MOUSEDEV_IMPS2 environment variable to 1.

Example for bash: export SDL_MOUSEDEV_IMPS2=1; aranym


 11) More information
 --------------------

 Read the NEWS file for user visible changes.

 Read ChangeLog for internal changes.
 Look at TODO if you want to help us.

 Join our mailing list for ARAnyM users - the WEB interface for the list
 is at https://lists.bobek.cz/mailman/listinfo/cz-bobek-lists-aranym-user

 Visit http://aranym.org/ for latest information and source code.

 Help us improve the Wiki documentation at http://wiki.aranym.org/

 For developers we have a developer mailing list and a CVS server.
 For details go to http://aranym.org/


The "Power Without The Price" is back!