12019/04/14 - version 1.1.0 released 2========== 3 4 List of changes in this release is 60 pages long! No wonder as it's been 5 four and half years since previous release, and the development never 6 stopped, mainly thanks to Thorsten. See the 'ChangeLog' file for details. 7 8 Tons of things have been fixed in all areas of the ARAnyM, and lots of 9 new features have been added. Following list is incomplete but still gives 10 you a good overview: 11 12 Notable changes: 13 ---------------- 14 * ARAnyM is hosted by GitHub.com at https://aranym.github.io/ 15 * there are automated builds for x86/amd64, armhf and macOS 16 * added hotkey for turning audio on/off 17 * HostFS MiNT file locking implemented 18 * nfosmesa updated to OpenGL 4.6 19 * MetaDOS driver improved 20 * hotkeys work in the Setup GUI dialog as well 21 * configurable directory for screenshots (via Setup GUI) 22 * on macOS the configuration file is now looked up first 23 in ~/Documents/Aranym_files (if it does not exist yet) 24 * displaying non-ASCII characters in the fileselector 25 should work now 26 * path of loaded TOS/EmuTOS can now be selected in the Setup GUI 27 * JIT CPU compiler now supports Solaris 28 * JIT CPU compiler now supports more 64bit hosts (like kfreebsd) 29 30 New features: 31 ------------- 32 * NatFeat SCSI driver for Linux 33 * NatFeat host exec 34 * NatFeat for query/set CPU JIT 35 * NatFeat for ARAnyM exit 36 * new command line option --option 37 that can set any value from the config file 38 * AppImage can now be built 39 40 412014/10/17 - version 1.0.2 released 42========== 43 44 o typo error hopefully fixed 45 46 472014/10/17 - version 1.0.1 released 48========== 49 50 Just a quick bugfix release: 51 52 o SDL NF CDROM is included in the build correctly 53 o JIT is supported on kfreebsd (alternate kernel for Debian OS) 54 o some warnings that prevented build on Debian fixed 55 56 572014/10/15 - version 1.0.0 released 58========== 59 60 Major highlights of this release: 61 62 o JIT CPU compiler now supports also ARM platforms driven by Linux 63 64 o JIT CPU compiler fixes memory management and adds some instructions 65 66 o massive NatFeat HostFS fixes and improvements (symlinks and more) 67 68 o NatFeat CD-ROM for Win32 and SDL 69 70 o NatFeat OSMesa support improved (OpenGL 4.4 / Mesa 10.1.4) 71 osmesa.ldg can replace tinygl.ldg now 72 73 o seamless mouse integration and keyboard input improved 74 75 o NVRAM: many country codes added (from current FreeMiNT) 76 77 o libSDL2 is supported now (along with libSDL 1.2.x) 78 79 o Cygwin, MinGW, Mac OS X, CentOS and Debian build fixes 80 81Countless bug fixes and many other under-the-hood improvements are included 82as well. This release crowns more than 13 years of continuous development 83by many dedicated programmers (listed in the AUTHORS file). Thank you all! 84 85 862014/04/12 - version 0.9.16 released @ atariada.cz 87========== 88 89 Major highlights of this release: 90 91 o JIT CPU compiler supported on 64-bit Linux and Mac OS X now! 92 (Jens made a miracle) 93 94 o MFPR FPU emulation should be perfect 95 (Andreas ironed out few remainings bugs) 96 97 o Ethernet support under Mac OS X should be way better 98 (Philipp added support for big packets and multi-packets) 99 100 o new config setting "LoadToFastRAM" to load kernel in FastRAM 101 (is Andreas working on fixing Linux-m68k issues in FastRAM?) 102 103 o David Gálvez improved NatFeat USB support (now requires FreeMiNT 1.19+) 104 105 There's also a small set of bugs fixed in this release - mainly in Mac OS X 106 thanks to Philipp but also some generic things like GPIP (Patrice). 107 108 1092013/04/15 - version 0.9.15 released 110========== 111 112 The main new feature of this release is the seamless mouse integration mode: 113 114 o Mouse input handling is improved a lot. Now ARAnyM has a seamless mouse 115 integration when new Clocky (2013/04/15) is loaded. 116 117 o There is no need to manually ungrab or grab the mouse. 118 119 o Also mouse grab on left button click now reacts on the first button 120 click everytime (previously only if you had window focus) and the 121 host and mouse cursor positions are synced. 122 123 o And if you ungrab the mouse intentionally then it's not automatically 124 grabbed when the host mouse pointer returns to ARAnyM window. 125 126 o At last, the annoying "resetting weird mouse packet" error is gone, too. 127 128 Bugs fixed: 129 130 o Native Features were missing proper memory overflow checks and bugs 131 in NatFeat drivers could kill the ARAnyM. 132 133 o NFVDI had a bug (a race condition) in resolution switching. 134 135 o build date of EmuTOS was decoded improperly 136 137 1382012/09/20 - version 0.9.14 released 139========== 140 141 Mac users: check out the new bridged ethernet (see README_ethernet.rtf). 142 143 All users: try out the new Single Blit Composing and Single Blit Refresh 144 modes - they might give you a better video performance. 145 146 There are also many compilation and build fixes for various MacOSX targets 147 and few MPFR FPU fixes. 148 149 And last but not least, there's a neat user requested feature - mouse ungrab 150 (frees your keyboard and mouse from ARAnyM window so you can work in other 151 applications while ARAnyM is running) simply by clicking the host middle 152 mouse button (well, works only if you don't have the Eiffel mouse wheel 153 emulation enabled in settings). 154 155 1562012/03/23 - version 0.9.13 released 157========== 158 159 A couple of important bugfixes accumulated in last few days: 160 161 o USB NatFeat doesn't fail to claim devices in certain cases 162 163 o MPFR FPU got fix for restarting of instructions after access error 164 165 o JIT CPU version should work even when compiled with newer compilers 166 167 o update your mmusetup.cnf in MiNT setup for larger FastRAM (see 168 provided atari/mmusetup.cnf that is set for 512 MB FastRAM now) 169 170 1712012/03/19 - version 0.9.12 released 172========== 173 174 New features: 175 176 o MPFR based new precise FPU emulation core. Somewhat slower than the 177 normally used IEEE or UAE FPU emulation cores (about 5 times) 178 but should be totally complete and precise. Enabled in Linux binary 179 MMU builds (aranym-mmu). Hopefully Debian-m68k developers will enjoy it 180 :-) 181 182 o USB NatFeat fully usable: https://github.com/aranym/aranym/wiki/manual#usb 183 With a FreeMiNT driver you can access your USB flash discs from 184 the Atari side easily. First enter the SETUP GUI and plug in 185 the desired USB device. The USB support is compiled in by default 186 in all linux binary packages. 187 188 o NF Clipboard implemented newly for BeOS 189 190 o "aranym --version" will now list the built-in FPU core and also all 191 NatFeats that are compiled in. 192 193 Bugfixes: 194 195 o memleaks in various files 196 o blitter memmove fix 197 o MacOSX project fixes 198 o small 64bit fixes in nfcdrom 199 o aliasing issue fixes (in nfosmesa that is not compiled in) 200 o CPU CAS+CAS2 instructions - several very important fixes! 201 o some little fixes for newer GCCs in various files 202 o RPM spec file updated for Fedora, openSUSE and Mandriva. Give 203 rpmbuild -tb aranym_0.9.12.orig.tar.gz a try! 204 205 2062011/02/06 - version 0.9.11 released 207========== 208 209 New features: SCC serial port emulation and USB NatFeat support. 210 BeOS/Haiku port: fixes and improvements. 211 MMU emulation: fix for initialization and FPU registers. 212 Video: fix (refresh palette when switching from true color to bitplane 213 mode) and an improvement (use current fullscreen size if fixed size is 0x0). 214 215 2162010/05/27 - version 0.9.10 released 217========== 218 219 New feature: GEM clipboard support that allows you to pass data between 220 GEM clipboard and the host one (MS Windows, Mac OS X and X Window System). 221 It's currently implemented in FreeMiNT only and uses its aranym.xfs 222 virtual filesystem (U:\host\clipbrd). Please see setup instructions 223 in https://github.com/aranym/aranym/wiki/gem_clipbrd 224 225 Also couple of important bugfixes: 226 227 o fixed two nasty crashes in HostFS (related to recent symlink fixes) 228 o fixed Xcode building universal binaries on PPC 229 o VIDEL autozoom feature with correct aspect ratio for non-square pixels 230 231 2322009/09/05 - version 0.9.9 released 233========== 234 235 This time mostly bugfixes: 236 237 o fixed possible crash in HostFS when quitting ARAnyM (not serious) 238 o fixed possible crash due to bug in libSDL up to v1.2.13 (very serious) 239 o fixed some redrawing problems in 8 and 16 color depths with soft NfVDI 240 o fixed all compile time warnings and Categories entry in aranym.desktop 241 o fixed weirdness when mouse pointer was leaving the window on Win and OSX 242 o fixed problem with invalid HostFS symlink breaking directory list 243 o improvement: HostFS symlinks are now shown as relative if possible 244 o fixed indirect descriptors handling in MMU 245 o fixed HostFS symlinks for certain path configurations 246 o added Mode key in the set of ARAnyM hotkey modifiers 247 o fixed Alt+mouse click problem on Mac OSX 248 o fixed Right Shift detection upon startup 249 250 If you found ARAnyM crashing previously when moving windows around 251 or doing any other activity where VDI had to blit screen areas then 252 please upgrade to this version ASAP. We've added a workaround for 253 a serious bug in the libSDL that was causing these weird ARAnyM crashes. 254 255 2562009/04/25 - version 0.9.8beta released 257========== 258 259 o CPU: fixed TRAPcc and FTRAPcc instructions (for Guillaume's mplayer :-) 260 o VIDEL: pixel precise horizontal scrolling implemented 261 o fixed BUSY signal handling on the parallel port 262 o fixed mouse grab/ungrab/autograb (see below) 263 o added new ARAnyM mouse cursor (white arrow) 264 o added middle mouse button handling (in Eiffel mode) 265 o added suport for reversing mouse Y-axis in IKBD (used in Linux-m68k) 266 o fixed many DSP56001 instructions 267 o fixed NFJPEG on 64bit hosts 268 o fixed several NF drivers to work under FreeMiNT (not rely on __NF cookie) 269 o buggy JIT-FPU was disabled. Now FPU is precise though slower in JIT mode 270 271 Mouse grab/ungrab/autograb has changed: first, ungrabbing when leaving 272 ARAnyM window was fixed (issue with autograb on the window border). 273 Then, ARAnyM got a new mouse cursor (white one) so you can recognize 274 now when the mouse is grabbed (the cursor pointer is black in TOS) 275 and when it's not (the cursor pointer is white now). 276 At last, mouse autograb upon entering ARAnyM window was disabled until 277 we can ensure the Atari mouse cursor is positioned in sync with host 278 mouse cursor (will require Atari OS support, probably in a form 279 of aranym.acc and AES implementing appl_tplay). 280 Also the "AutoGrabMouse" config option has been removed. 281 282 2832008/11/08 - version 0.9.7beta released 284========== 285 286 Mostly small fixes at various places plus a lot of work went into 287 improving the DSP56001 emulation. Also the sound DMA emulation is improved 288 to a point where GSXB driver should be unnecessary. 289 290 o improved automatic network setup on Mac 291 o reworked audio DMA emulation. Also added configurable host sound frequency 292 o one MMU bug fixed (regarding TTR) 293 o special support for halting ARAnyM on linux-m68k reboot (--halt) 294 o SDL GUI fixed (missing events after alerts) 295 o EMULOP is now privileged so if some old ARAnyM TSR starts crashing this is why 296 o joypads are now emulated 297 o joysticks and joypads can be configured in the config file 298 o '<>' and 'End' keys' scancodes made Atari compatible 299 300 Check the doc/config example file for the new [JOYSTICKS] and [AUDIO] sections. 301 302 3032008/01/29 - version 0.9.6beta2 released 304========== 305 306 Main change: major graphics output overhaul, two video backends - software 307 and OpenGL renderer. Faster graphics output on all platforms. Try enabling 308 the OpenGL output in the [OPENGL] section of the config file (beware, might 309 not work on some platforms, tested on Linux only). 310 311 Massive Mac OS X port improvements: MacIntel supported, fat binaries 312 available, JIT working (on x86), networking working, and more. 313 314 o IDE disks now up to 130 GB large (removed 32 GB barrier) 315 o SCSI/partitions no longer limited to 2 GB, and made up to 4x faster 316 o new ARAnyM logo at startup, new window manager, menu and desktop icons 317 o networking fixes: now works after reboot, new Setup config dialog added 318 o HostFS fixes: Dreadlabel() for MAGXDESK 319 o SDL-GUI: 8x16 font, 80 columns, improved old dialogs and added new ones 320 o MinGW compilable (native MS Windows binary, contrary to Cygwin one) 321 o RTC timer on Linux host for more precise MFP timer interrupts 322 (if it errors out try running "sudo sysctl -w dev.rtc.max-user-freq=1024") 323 o new command line option "--locale CC" where CC is ISO country code 324 (example: "--locale DE" will preset NVRAM to german keyboard layout) 325 o one more FPU bug (visible in frexp()) fixed 326 327 3282007/07/09 - version 0.9.5beta released 329========== 330 331 This version brings major speed up of the MMU version thanks to contribution 332 of Roman Zippel and also many improvements for Mac OS X as well as bunch of 333 smaller fixes at many places by dedicated ARAnyM developers. 334 335 o OpenGL fixes: mouse cursor, alpha channel on big-endian machines 336 o OpenGL is loaded dynamically now (requires SDL 1.2.10 or newer) 337 o new project file for Xcode 2.x used to build Universal binaries of MacAranym 338 o JITc for Solaris x86 339 o MMU translation cache for major speed up of the MMU mode (now almost 340 comparable with non-MMU mode - 3 GHz host CPU outperforms 100 MHz 68060!) 341 o HostFS symlink fix 342 o new TOS patches and VIDEO SETUP dialogs. Most of the settings require 343 reboot to take effect. 344 o VIDEL refresh was wrong, now fixed and configurable on-the-fly in SETUP 345 o TV/VGA switch was wrong, now fixed and configurable in the SETUP 346 o small CPU bitfield insn fix, FPU sin/cos fix, VIDEL ST-Shifter fix, 347 nfVDI mfdb.fd_stand fix, TOS bconout redir fix... 348 o many other build system fixes 349 350 3512006/11/28 - version 0.9.4beta2 released 352========== 353 354 I was so wrong when I wrote "last MMU bugs were fixed" in previous release 355 notes. This second beta release fixes several newly found CPU/FPU bugs that 356 appeared when ARAnyM became actually used by Debian-m68k people. 357 So the linux-m68k kernel as well as other MMU/FPU software should run 358 much better now. 359 360 Other news and fixes: 361 362 o optional MIDI output to /dev/sequencer (in [MIDI] try Type=sequencer) 363 364 o ARAnyM shouldn't hang on quit anymore 365 366 o protect2k enabled by default (better HW compatibility with Atari) 367 368 o cxx-exceptions enabled by default (considerably faster in MMU mode) 369 370 o in Cygwin ARAnyM ignores $HOME and follows Windows practice with 371 $HOME under Document and Settings/ 372 373 o new config file option "GMTime" (set to No by default). When enabled, 374 ARAnyM uses Greenwich Mean Time (useful when running an OS that knows 375 timezones like something Linux based or maybe even properly configured 376 SpareMiNT) 377 378 o linux-m68k properly boots now (with HW initialized) 379 380 o IKBD settings (mouse wheel, AltGr) stored in [IKBD] section of ARAnyM 381 config file 382 383 o sound: preliminary locking (XBIOS LockSnd/UnlockSnd) implemented 384 385 o nfVDI: fixed vswr_mode alpha expansions (tested on newsgroup reader Troll) 386 387 o new option in [ETHx]: MAC = aa:bb:cc:dd:ee:ff for configuring the MAC 388 Address of the network interface. You can run several ARAnyMs in a LAN 389 now :-) 390 391 For the additions in the ARAnyM config file see the provided commented 392 configuration file. 393 394 3952006/09/22 - version 0.9.4beta released 396========== 397 398 This release has one major highlight: two last MMU emulation bugs have 399 been fixed and ARAnyM now runs Linux-m68k stable for days without any 400 single issue. I can now fully recommend ARAnyM for Linux-m68k kernel 401 development and also Debian-m68k development. Hoping that it will help 402 the m68k linux platform to survive for a little longer. 403 404 There is also a great new feature for those who are tired of setting up 405 virtual disk drives for booting to TOS/GEM system: ARAnyM now supports 406 bootstrapping directly from host filesystem! You need new versions of 407 both EmuTOS and FreeMiNT kernel (with built-in HostFS driver) and 408 the following configuration (in the [GLOBAL] section of ARAnyM config file): 409 ------ aranym config -------- 410 Bootstrap = /path/to/mint.prg 411 BootstrapArgs = DEBUG_LEVEL=1 BOOT_DELAY=0 MEM_PROT=NO 412 BootDrive = C 413 ----------------------------- 414 Of course you also need to define the BootDrive (C:) host path in the 415 [HOSTFS] config section. FreeMiNT tries to locate the modules and other 416 files in usual C:\MINT\ path that is redirected to your host filesystem. 417 418 Other news and fixes: 419 420 o new command line parameter -P (as in Position) will position the ARAnyM 421 window to your desired location - enter the coordinates of upper left 422 window corner ("-P 50,50") or try to center the window with "-P center". 423 This should help especially on MS-Windows where the ARAnyM window often 424 ended partially off screen. 425 426 o Host desktop <-> AES clipboard interconnection. Currently for MS-Windows 427 only. You need a special FreeMiNT driver that creates a new filesystem 428 in FreeMiNT where you can point the AES to store the Clipboard. Find 429 more information in documentation at https://github.com/aranym/aranym/wiki 430 431 o various improvements in graphics area - major speed up for bitplane modes, 432 speed up of graphics on Mac OS X, OpenGL alpha mask fix and others. 433 434 o Mac OS X: Swapped meaning of CTRL and META key for Mac OS X back to 435 "the logical way": The Apple key(s) represent left and right meta key 436 and CTRL key is mapped to Atari CTRL key. 437 A new, more Mac like set of keyboard shortcuts defined: 438 Left Apple + , = Open preferences dialog 439 Left Apple + q = Quit 440 Left Apple + r = Reboot 441 Left Apple + escape = Grab/Ungrab mouse cursor 442 Left Apple + d = Enable debugger (if built-in) 443 Left Apple + s = Save screenshot 444 Left Apple + f = Toggle fullscreen mode 445 446 o MS-Windows: corrected/improved window/fullscreen toggle. 447 448 o bug #1521310 fixed: Shifters are now released before the GUI thread 449 is started. 450 451 o MIDI now outputs raw data which could be used for mapping the MIDI port 452 to host MIDI directly (untested) 453 454 o new compile-time configuration (--enable-protect2k) improves compatibility 455 with ST/TT/Falcon where hardware protects first 2 kB of RAM against 456 user mode accesses. Enabled by default in MMU build only since it can 457 cause some performance degradation. 458 459 4602006/02/20 - version 0.9.3beta released 461========== 462 463 Exciting news: ARAnyM now has its own domain (https://aranym.github.io/) and also 464 brand new Wikiwiki for easier cooperation on improving ARAnyM documentation 465 - visit https://github.com/aranym/aranym/wiki and look around... 466 467 This is not much polished release. I have intended it mainly as a checkpoint 468 for both developers and users, to resync and continue developing further. 469 470 Eventhough most work went into into NF VDI since last release so ARAnyM can 471 now output via OpenGL and features TrueType fonts (thanks to improved fVDI) 472 there are many other changes in most areas of ARAnyM: 473 474 o hotkey combination to free keyboard/mouse lock is LeftAlt+Ctrl+Shift 475 (configurable in the SETUP GUI) 476 o improved and bugfixed HostFS 477 o fixed nfjpeg and enabled by default 478 o nfosmesa with driver for FreeMiNT 479 o switch to fullscreen and back works in MS Windows now 480 o OpenGL NF VDI driver (almost?) working 481 o configurable mouse cursor (ikbd or host) 482 o configurable NF CDROM driver (linux or sdl) 483 o configurable NF VDI driver (software or opengl) 484 o joystick hat 485 o DMA audio emulation 486 o RTC timer for precise 200 Hz Timer C emulation 487 o multiple ethernet interfaces (up to four in default build) 488 o AltGr key (right Alt key on PC keyboard) 489 o ethernet and floppy work in linux-m68k kernel 490 o improved Mac OS X port 491 o all binaries removed from source archive, to comply with Debian rules 492 (don't distribute what you can't rebuild from the archive with supplied 493 tools). There is a new AFROS CVS repository for the binary drivers. 494 495 If upgrading from previous release you have to update the HostFS, NF VDI 496 and also Ethernet drivers. We'll provide a ZIP archive with all necessary 497 drivers. The impatient can get the Atari drivers at https://aranym.github.io//bin/ 498 499 5002005/04/14 - version 0.9.0 released 501========== 502 503 We've been providing 68040 PMMU (a memory management unit emulation, 504 required for running FreeMiNT with MMU protection, and Linux/m68k) 505 since version 0.1.5 (almost three years ago) though this is the first 506 version of ARAnyM where the PMMU really works, thanks to awesome 507 debugging and fixing done by Andreas Schwab. 508 509 So ARAnyM runs Linux/m68k kernel now. Really. This opens up a new 510 area of usage - ARAnyM can help developing Linux/m68k kernel and 511 systems based on it (Debian/m68k, for example). 512 513 Besides the PMMU there is a whole lot of new features and fixes: 514 515 o multisession CD in IDE emulation 516 o Win32 networking (TAP based, like in Linux) 517 o NFOSMESA: OpenGL rendering for Atari applications using host CPU 518 o NFJPEG: JPEG decoder (a TSR) using host CPU power via NatFeats, based 519 on Brainstorm's JPEG DSP decoder API 520 o direct disk partitions access 521 o MFP interrupts fixed 522 o LILO fixes, compiles without linux headers now 523 o many 64-bit fixes and cleanups 524 o compiling using the Fink suite on MacOSX 525 o famous fVDI boot bug fixed 526 o fVDI fixes in bitplanes 527 o parallel port mapped to parport (in linux) or to a file 528 o hotkeys configuration: Setup, Quit, Reboot, Ungrab, Debugger, ScreenShot 529 and FullScreen hotkeys can be configured at runtime in the SETUP. 530 o SETUP fileselector improved (folders before files, CWD) 531 o fVDI pixel size bug fixed 532 o documentation.txt updated with several new sections (networking, 533 programming with ARAnyM, single partitions support and more). 534 535 5362004/11/07 - version 0.8.11beta released 537========== 538 539 We've been slow and quiet lately but nevertheless a progress has been 540 made. Some important changes for users include: 541 542 o FASTRAM.PRG is no longer needed. Xavier patched TOS 4.04 so it now 543 finds out the correct FastRAM size automagically. 544 545 o Bridged networking works and is easy to set up thanks to the updated 546 'arabridge' script and slightly improved documentation.txt. 547 You must update your 'aranym.xif' FreeMiNT driver (now requires 548 FreeMiNT 1.16.0 or newer) and also the nfeth-config tool. 549 550 o JIT compiler in Windows binary works better than in previous release. 551 552 o integrated LILO fixed (though ARAnyM does not boot Linux-m68k yet). 553 554 o various little SETUP GUI improvements (edit fields are much better now, 555 CHS values are updated correctly after creating new empty disk image, 556 repeated saving of config file from the SETUP GUI fixed, new Keyboard 557 and mouse setup dialog - almost empty now, but promising :-). 558 559 o AutoZoom screen fixed and improved. You can now choose a constant host 560 screen size for whatever the Atari screen size is. Might be very useful 561 for LCD/DFP owners. This improvements required change in the API and so 562 new version of 'aranym.sys' fVDI ARAnyM screen driver must be installed 563 in your setup. 564 565 o Mac users might enjoy new keyboard translation tables. All keys should 566 be mapped correctly. 567 568 o new EmuTOS included in this release fixes XaAES/FreeMiNT 1.16.1beta 569 keyboard problems. 570 571 o host mouse wheel can produce Eiffel 1.08+ compatible scancodes now. 572 Switch this mode in the SETUP GUI. Note that currently neither fVDI 573 nor EmuTOS support this. 574 575 All beta testers (i.e. YOU :-) are encouraged to report all bugs 576 and problems either into aranym user mailing list or directly into 577 the bug tracker (available on ARAnyM webpages under the 'Contact' link). 578 579 5802004/08/07 - version 0.8.10beta released 581========== 582 583 Great news for MS Windows users: ARAnyM runs with JIT CPU compiler now 584 thanks to Xavier's work on sigsegv handler. 585 586 Other than that we have been fixing bugs and cleaning the source code: 587 588 o Francois fixed sinh and tanh (FPU instructions) 589 o 'aratapif' is found in $PATH again 590 o many more internal bug fixes that are not directly visible to users 591 592 5932004/07/06 - version 0.8.9beta released 594========== 595 596 Great bug fixes: 597 598 o JIT CPU is working on Linux 2.6.x 599 o Blitter is finally not crashing anymore 600 o integrated LILO (Linux Loader) reads gzipped files 601 o SDL GUI now accepts numbers typed on numpad 602 603 Especially the Blitter fix itself justifies a new release 604 since it has always been buggy and it was so annoying. Now we've won. 605 606 6072004/07/05 - version 0.8.8beta released 608========== 609 610 Main bug fixes: 611 612 o MC68881 tan() insn fixed on ia-32 host cpu arch 613 o one of JIT SIGSEGV crashes on linux 2.6.x 614 o floppy emulation (corrupted in 0.8.6beta release) 615 o HostFS fixes (symlinks, Dfree) 616 o many MACOSX fixes (FPU works) and improvements 617 o CapsLock under X11 fixed 618 o various SDL GUI bugfixes 619 620 New features: 621 622 o new networking based on bridging: 623 tools/arabridge is able to establish a bridge over the tap0 tunnel 624 and eth0 nif so that aranym becomes part of your LAN visible from 625 other machines etc. For example DHCP from ARAnyM works now. 626 [ETH0] type = ppp|bridge and tunnel = tap0 config options added 627 628 o Patrice's experimental PCI bridge (disabled in default builds), can 629 be used for developing PCI drivers for Milan/Hades on ARAnyM :-) 630 631 o SETUP GUI visually improved again (3D Look! :) 632 633 o easy Disk Image generation in the SETUP - just enter your desired disk 634 image path and size in MB and click on Generate. 635 636 o configuration file parser now recognizes "~" special char that is 637 expanded to $HOME (path to user home dir). 638 639 6402004/02/15 - version 0.8.7beta released 641========== 642 643 o fixing HostFS bug that was introduced in 0.8.6beta 644 o further visual improvements of SETUP GUI 645 o better handling of Reset/Restart of an operating system 646 647 6482004/02/08 - version 0.8.6beta released 649========== 650 651Important bugfixes, further SETUP improvements and new Mac OSX target: 652 653 o visual improvements in SETUP GUI 654 o new functions available in SETUP GUI (Fullscreen, ScreenShots, Help) 655 o fixed changing path to Floppy in the SETUP 656 o fixed serious bug in Floppy path configuration (crash at startup) 657 o fixed serious bug in NVRAM handling (might caused crashes at early TOS boot) 658 o hopefully fixed problem with HostFS mount points on aranym reboot 659 660 6612004/01/07 - version 0.8.5beta released 662========== 663 664Number of important changes: 665 666 o JIT CPU fixed! (although kernel 2.6 is not supported yet) 667 o double bus errors (infamous error loops) handled now correctly 668 o direct Mac OS X support for ARAnyM (compiles but doesn't run(?)) 669 o HostFS fixed 670 o script for easy building of ARAnyM on Windows/cygwin 671 o SETUP GUI greatly improved - Disks Setup is complete, other will follow 672 o SETUP GUI at startup of ARAnyM (-G command line switch) 673 o floppy insert/eject support at runtime (in the SETUP GUI) 674 o fVDI NatFeat driver with local color palette support (XaAES likes it) 675 You will have to update your fVDI driver. 676 o ARAnyM now defines new value for the _MCH cookie: 0x50000. Update 677 your .aranym/config files with this new value. 678 o Alt+Ctrl+Esc now helps releasing mouse&kbd input even in fullscreen 679 680 New AFROS is released together with ARAnyM to provide the updated 681 fVDI driver. 682 683 Generally most work went into the SDL GUI SETUP which is becoming 684 a central place for on-the-fly reconfiguration. Press the "Pause" 685 key to open up the SETUP GUI anytime. Currently only disk configuration 686 is complete but new setup dialogs will follow shortly. 687 688 6892003/10/04 - version 0.8.2beta released 690========== 691 692Changes: 693 694 o Direct Linux-m68k loading with integrated LILO 695 o MIDI output to a file 696 o HostFS cleaned up again (you must upgrade your HOSTFS.DOS driver) 697 o SCSI emulation introduced which simplifies the harddisk driver 698 installation greatly 699 o STOP CPU instruction fixed to work properly (no more shaky 700 mouse under EmuTOS and FreeMiNT) 701 o Native access to host's CD/DVD-ROM using BetaDOS BOS NatFeat CDROM driver 702 o Various little updates in README, FAQ and doc/documentation.txt 703 o Literally tons of bugfixes and improvements (fVDI, JIT, XHDI, portability) 704 705 7062003/04/11 - version 0.8.0beta3 released 707========== 708 709Changes: 710 711 o Windows/Cygwin support greatly improved (see below) 712 o HostFS bugfixed and works equally well on Windows/Cygwin 713 714 Binaries released for Windows/Cygwin now define clearly where ARAnyM 715 files are stored: User-specific files (configuration, NVRAM) are in 716 subfolder ".aranym" in the My Documents folder (usually available from 717 your desktop directly). System-wide data (TOS, EmuTOS, font8.bmp) are 718 stored in subfolder "aranym" relative to the aranym.exe binary. 719 720 7212003/04/08 - version 0.8.0beta2 released 722========== 723 724Changes: 725 726 o the key for making a screenshot changed to PrintScreen 727 o [ARANYMFS] renamed to [HOSTFS] 728 o aratapif execution fixed 729 o HostFS improved 730 o Cygwin support should be better 731 732 For updating your ARAnyM config file simply run "aranym -s". 733 734 7352003/03/23 - version 0.8.0beta1 released 736========== 737 738New features: 739 740 o Networking. Yeah! ARAnyM.XIF as the Ethernet driver for MiNT-Net. 741 o VIDEL compatible (bitplane) 1, 2, 4 and 8 bit fVDI modes. 742 o new command line option "--swap-ide" that allows you to boot from [IDE1] 743 o new HostFS drivers (both BetaDOS and MiNT's xfs) are fully working now. 744 o for GFA programmers out there: natfeat/atari_example_gfa.lst 745 o new config option "ModelName" for [IDE0/1]. Name your drives :-) 746 o P4 fix for JIT (thanks to Gwenole of Basilisk II) 747 o CD-ROM now also on Windows/Cygwin 748 749 Naturally some bugs were fixed - most notably in mouse input. 750 751 Also we've received some BeOS related patches so ARAnyM might run on BeOS 752 as well now. 753 754 7552003/01/29 - version 0.7.0 released 756========== 757 758What is new? 759 760 NatFeats seem to finally stabilize. "__NF" cookie has been hardwired 761 both to TOS 4.04 and to EmuTOS so it can be used by user applications 762 to test for extended host capabilities. See the example code in 763 src/natfeat/atari_example.c. 764 765 Improved VIDEL emulation (virtual screens work now). Improved VIDEL 766 rendering including auto zooming and OpenGL render. 767 768 fVDI fixed. You must update your floppy/disk images with new fVDI driver. 769 770 New experimental hostfs access drivers - instead of using MetaDOS driver 771 under FreeMiNT Standa created a proper FreeMiNT XFS driver and then wrote 772 a FreeMiNT API emulation layer for singleTOS' MetaDOS! This is untested 773 so beware and backup your data first. 774 775 Also more work has been done on ECE (Ethernet Card Emulation). It's 776 unfinished, though - currently the MiNT driver throws bombs. We would 777 need some Atari hackers to debug some of the Atari driver peculiarities. 778 779 Large disks (disk images) supported now. There is also a new tool 780 for creating real large disk images (up to 32 GB!) 781 782 And as always, many bugfixes. 783 784 I also put together a first snapshot of the "afros" (ARAnyM FRee OS" :-) 785 Just download it, unpack it and run aranym with the provided config file. 786 787 7882002/10/20 - version 0.6.8 released 789========== 790 791 Highlights: 792 - aranym on Mac OS X really works 793 - aranym can open read only disk drives or images (designed for aranym on CD) 794 - CD-ROM works like on real Atari (auto mount) 795 - GFA Basic works thanks to IKBD fix 796 797 Finally an active Mac OS X user cared to send us a few mails so Mac OS X 798 is now fully working and a binary package of aranym for Mac OS X will soon 799 be available. Thanks Wim! 800 801 The new option for read only disk drives has been extended so it's not 802 XHDI specific anymore but works generally also for emulated IDE interface. 803 Thus change your aranym config file - the XhdiWrite is replaced with 804 ReadOnly flag. 805 806 [IDE0|1] 807 # XhdiWrite = Yes|No ; default is No, enable for EmuTOS 808 ReadOnly = Yes|No ; default is No, change to Yes if you want 809 ; to open read only disk image (e.g. from a CD) 810 811 Many various changes to JIT compiler (TuneAlignment, NOP filler and more). 812 Several JIT related statistics are enabled in this build. 813 814 CD-ROM support was greatly improved. CD Automount works like on real Atari, 815 you just insert a CD and access it. For unmounting a CD you can either use 816 various software utilities (try Ctrl+Shift+J in Thing!) or you can also 817 use the aranym GUI - you'll find there new section "Discs" and in that 818 a CD-ROM button labelled either "Eject" or "Insert" (depends on the current 819 CD-ROM status). 820 821 Also an interesting fix in IKBD now allows GFA Basic (3.6TT) to run on 822 Aranym (even under EmuTOS :) 823 824 Some cosmetics changes - documentation updated mildly, aranym now prints 825 its version on startup (include in your debug reports), some clean ups 826 in the source code for better portability (non-c-headers support, generic 827 bool..). 828 829 8302002/10/12 - version 0.6.6 released 831========== 832 833 This release brings a couple of major changes. Probably the greatest is 834 that the JIT (just-in-time) compiler of m68k code into x86 code works 835 and makes ARAnyM the fastest Atari clone ever made. Now you can do things 836 you never thought that would be possible - like watching fullscreen DivX 837 movies or playing famous games like Quake. It's real fast. 838 839 Another cool thing is the Native Features interface, designed to allow 840 writing video/sound/disk drivers and other extensions in a portable way. 841 First thing that got ported to NatFeat interface is the XHDI extension 842 that lets EmuTOS access the ARAnyM disk drives directly. Other drivers 843 will be ported to NatFeats soon. Look at src/natfeat/atari_example.c 844 to see how easy is to write a NatFeat compliant driver. 845 846 Surprising news is the DSP M56001 emulation that was added by Patrice. 847 See what he has to say about it: "I only got one DSP program to work: 848 a very simple rotozoom one I wrote. There are many things missing 849 in the DSP emulation: interrupts, audio. The only programs that could 850 work are those that use the DSP for calculations (and read/write their 851 parameters on the host port). BadMood is in this case. You can also use 852 the Motorola DSP tools to build DSP programs under Aranym, they work." 853 854 Patrice also rewrote the IKBD/MIDI/ACIA implementation and ARAnyM now 855 supports also joysticks. And improved VIDEL by adding auto center and 856 auto zoom features (small Atari resolution should be zoomed automatically). 857 858 New config options in aranym config file are as follows: 859 860 [JIT] 861 JIT = Yes|No 862 JITFPU = Yes|No 863 JITCacheSize = <amount_in_kB> // cache size - bigger = better 864 JITLazyFlush = <number> 865 866 [IDE0|1] 867 XhdiWrite = Yes|No // default is No, enable for EmuTOS 868 869 Also, ndebug was improved. Breakpoints were added and also 870 "run until <addr_in_memory> = <certain_value>" was implemented. 871 872 fVDI blitting is faster now up to 4 times. Also, you have to update both 873 fVDI.PRG and aranym.sys fVDI driver on your disk images. Don't forget that! 874 875 For other fixes and changes please look into the ChangeLog file. Thanks. 876 877 878 This is a list of unreleased versions and major changes in them: 879 8802002/10/08 - version 0.6.5b - CPU back in main thread, SDL issues fixed 881 8822002/09/28 - version 0.6.4b - Xhdi writing fixed. Backup your disk/images! 883 8842002/09/28 - version 0.6.3b - bus error looping could be partially sorted out 885 8862002/09/28 - version 0.6.2b - fVDI blitting accelerated, new IKBD/ACIA/joystick 887 8882002/09/24 - version 0.6.1b - VIDEL zooming on dest screen 889 8902002/09/15 - version 0.6.0b - SDL loop in main thread, CPU in separate thread 891 8922002/09/12 - version 0.5.0b - CPU JIT compiler works thanks to 68040 TOS patch 893 8942002/08/26 - version 0.4.0b - DSP runs in its own thread and is nearly complete 895 8962002/08/04 - version 0.3.0b - Native Features implemented 897 898 8992002/07/20 - version 0.2.0 released (celebrating the Woody release!) 900========== 901 902 Long time since previous release. I have been waiting for finishing 903 a couple of promising modules but since Debian 3.0 (AKA Woody) has just 904 been released I am releasing ARAnyM as well to celebrate it :-) 905 Seriously, we wanted to give you something to play with and test the 906 number of changes and new features in ARAnyM while we'll be working 907 towards next major release. 908 909 Major news: 910 911 - new graphical user interface for runtime configuration of ARAnyM 912 (unfinished yet) 913 914 - EmuTOS being part of ARAnyM binary distribution (TOS 4.04 is not 915 required to boot ARAnyM anymore) 916 917 - boot floppy image with essential up-to-date ARAnyM drivers and tools 918 (so you can easily upgrade your harddisk images) 919 920 And now more detailed news in ARAnyM since last public release: 921 922 Standa created 'fvdicout.app' which, being based on TosWin II source code 923 should bring a complete VT52 emulation for applications with console 924 output under fVDI. You'll find it in atari/fvdi/utility folder. 925 926 Heiko Achilles added a 'mouse packet compressor' that is supposed to 927 remove any delay when moving with mouse more quickly (or on more loaded 928 machine). It may either fix problems you could have with your mouse 929 or it can create a new, previously unseen mouse events' bugs. Test 930 and let us know. 931 932 The aranymfs (the MetaDOS host filesystem driver) has been converted 933 to GCC compilable form. Please beware and test the host filesystem access 934 carefully. 935 936 Brand new keyboard hotkeys: 937 938 - Scroll Lock (the mostly unused key on PC keyboards) now switches 939 between windowed and fullscreen mode! 940 941 - Ctrl+Pause cold reboots the ARAnyM correctly now 942 943 - Pause key now invokes cool new ARAnyM GUI configuration. 944 945 Please note that the GUI is far from being finished. The only useful 946 option is the "Reset" and perhaps also the Quit (for those that can't 947 remember the Shift+Pause combo). The GUI will soon be filled with tons 948 of configure options so stay tuned... 949 950 Another change from previous versions is that we now require original 951 TOS 4.04. Various patched versions we supported before are unsupported 952 now. So please get a clean original TOS 4.04 - or give the EmuTOS a try! 953 All you need is to empty the "TOS=" option in the ARAnyM config file. 954 955 Long filename->TOS 8.3 format conversion was improved so that it now 956 handles also filenames ending with a dot. 957 958 A long standing bug in Yamaha emulation was fixed. This helps mainly 959 the lowlevel emulation of parallel port access. The parallel/printer 960 port is emulated so accurately that even PARCP works flawlessly. 961 Note though that this is not enabled automatically as it requires 962 root privileges to run ARAnyM. We are going to add other methods 963 for accessing the host parallel port in a more user/kernel friendly 964 way. 965 966 I know that after releasing the input focus with Alt+Ctrl+Esc combo 967 sometimes the Alt+Ctrl stay held down. I added a special code for 968 removing the stale Alt+Ctrl state. Please let us know if this helped. 969 970 Hackers Guide (hguide.txt) was updated. If you want to hack on ARAnyM 971 you should read it first. 972 973 From the other exciting news: Patrice Mandin has started work on DSP 974 emulation for ARAnyM. He's actually nearly finished it so it may be 975 available in the next version of ARAnyM already! 976 977 Johan Klockars also started rewriting some pretty core things in the 978 fVDI ARAnyM driver and fVDI itself so expect the next major release 979 to be a real killer (in both good and bad sense ;-) 980 981 BTW, if there is a developer that would be willing to finish the nearly 982 working ECE (Ethernet Card Emulation) then please join us in ARAnyM 983 development mailing list. 984 985 Generally, there is a lot of cool things to work on in ARAnyM project 986 so if you want to help out then write to us. 987 988 9892002/04/22 - version 0.1.7 released 990========== 991 992 Sound is working! Put the atari/sound/zmagxsnd.prg to your AUTO 993 folder and Aniplayer (after switching to XBIOS in its Sound Config 994 dialog) should play all sounds nicely! 995 996 Several very bad or annoying bugs in aranymfs fixed. Now it should 997 be real usable. 998 999 It's possible to Reboot the machine by pressing Ctrl+Pause. 1000 IKBD problems after reboot will be fixed in next release. 1001 1002 Two new config file options: "Redir_Console" and "Redit_Printer". 1003 If set to "yes" the BIOS console (2 and 5) or printer (0) output 1004 is redirected to the host console. 1005 1006 RPM spec file for ARAnyM. If your Linux distro is RPM based you may want 1007 to try out the following command: 1008 'rpm -tb aranym-0.1.7.tar.gz' 1009 It should build a binary RPM package of aranym which you can then install 1010 the usual way (rpm -i aranym*.rpm). 1011 1012 10132002/04/12 - version 0.1.6 released 1014========== 1015 1016 Serious problem with NMI not being able to break STOPped CPU 1017 fixed. Also when compiled with --disable-timer it now generates 1018 system 200 Hz interrupt correctly even when the CPU is STOPped. 1019 1020 10212002/04/11 - version 0.1.5 released (please update your fVDI driver!) 1022========== 1023 1024 Since the previous public release we made a lot of changes. Probably the most 1025 significant is the large rewrite of CPU. Current ARAnyM can be compiled 1026 with full PMMU (Memory Management Unit of Motorola 68040 CPU). This brings 1027 the ability to run FreeMiNT with memory protection enabled. It also opens 1028 door for running Unix-like operating systems (Linux or NetBSD for m68k) 1029 but unfortunately the current level of HW emulation is not sufficient for 1030 those yet. But we are working on it (and gladly accept any help from you!) 1031 1032 While rewriting the CPU we also updated the FPU. ARAnyM's FPU now fully 1033 supports all MC68881/2 as well as MC86040 FPU instructions. 1034 1035 There is also a developer version of ARAnyM with JIT (just-in-time compiler) 1036 but it is not stable enough yet. 1037 1038 SGI/Irix is yet another supported host platform and we have added preliminary 1039 support for MiNT as the host platform ;-) 1040 1041 On most supported host platforms the memory access was accelerated (thus 1042 the overall speed of ARAnyM increased). 1043 1044 ARAnyM is the first Atari compatible platform with support for the native 1045 instruction interface (Native Features). That will bring new possibilities 1046 for next generation Atari software. 1047 1048 AranymFS - our system clean MetaDOS driver for accessing host filesystem 1049 was greatly bugfixed. During debugging of this some Atari software proven 1050 to be ill-designed (such as PureC IDE - it is unable to cope with files 1051 on MetaDOS drives due to misusing certain range of GEMDOS handles. We 1052 developed a patch for it so now you can enjoy compiling with PureC on 1053 host filesystem). Besides that, there is a beta version of AranymFS.XFS 1054 driver for MiNT! 1055 1056 The other improvements include new IDE emulation (including ATAPI CD-ROM, 1057 try e.g. ejecting the CD from within Thing desktop), new config file 1058 is created with correct default values, and many other fixes. 1059 1060 Note that due to changes in fVDI host driver you need to update your 1061 fVDI Atari driver - there is a precompiled fvdi.sys in "atari/fvdi/drivers". 1062 Also you might want to update the AranymFS driver for MetaDOS/BetaDOS: 1063 it's also available as a precompiled binary in "atari/aranymfs/" folder. 1064 1065 Last note: printing to Atari parallel port is now redirected to the console 1066 where you started ARAnyM from... This is not the final solution but rather 1067 a little hack that can be used for debug prints. 1068 1069 10702002/02/12 - version 0.0.21 released 1071========== 1072 1073 ARAnyM has a new version of IDE emulation. It should work on more 1074 platforms (*BSD, for example). 1075 1076 Generally the portability is better (fixes also in ndebug and aranymfs). 1077 1078 There is a new untested alpha version of aranym.xfs for MiNT. 1079 1080 And we have a new long detailed users guide in documentation.txt file. 1081 1082 10832002/01/28 - version 0.0.20 released 1084========== 1085 1086 ARAnyM is at least +33% faster than the previous release. We greatly 1087 optimized the CPU memory access time and also interrupt emulation. 1088 1089 ARAnyM runs with the SDL TimerThread by default again. This gives us 1090 more flexibility (see the STOP insn below) and is necessary for 1091 the upcoming JIT CPU (just-in-time compilation of m68k code). 1092 1093 ARAnyM supports STOP instruction that put the CPU to sleep. This works 1094 perfectly in latest EmuTOS (CVS version). ARAnyM does not eat CPU 1095 cycles when the EmuTOS is idle. 1096 1097 ARAnyM configuration file changed its location and got more options: 1098 all ARAnyM user files are now located in $HOME/.aranym/ folder. 1099 The configuration file is named "config" (thus the complete path is 1100 $HOME/.aranym/config). The configuration file is created automatically 1101 if it is not found. The old $HOME/.aranymrc is not read, you have to 1102 update your new config file by hand. 1103 1104 New noteworthy command line options include "--refresh <x>" where you 1105 can specify the VIDEL refresh. 1106 1107 ARAnyM now contains special support for native harddrive access from 1108 EmuTOS. This allows EmuTOS to actually boot from a harddrive attached 1109 to ARAnyM machine. 1110 1111 Many many fixes - in floppy (formatting works), fVDI driver (colors after 1112 resolution change), NVRAM (year 2002 not 2001), MFP (TimerC) and more. 1113 1114 Great thing for all Debian users - ARAnyM is now included in Debian Sid 1115 distribution. 1116 1117 Last but not least - ARAnyM runs under Windows as well. You can compile 1118 the released source code with Cygwin to get Windows executable. 1119 1120 Look into ChangeLog for more details. 1121 1122 11232001/12/06 - version 0.0.11 released 1124========== 1125 The keyboard emulation in aranym has been rewritten and is based on pure 1126 scancodes now. Thanks to that the original TOS kbd tables should work on 1127 regular PC keyboards (at least English/USA works perfectly). You should be 1128 able to use any NVRAM configuration tool to switch your TOS kbd layout 1129 nationality from USA (now default) to any other of the six(teen) defined. 1130 Don't forget to update the Clocky.prg (current version available in 1131 src/atari/tools/ does not alter the original TOS keyboard by default). 1132 1133 Previously there were errors when reading floppies with FastRAM enabled. 1134 Use the latest FastRAM v2.0 (available in src/atari/tools) and floppies 1135 will be OK - well, apart from those large floppies (4 MB and more) from 1136 STonX. These are NOT VALID floppies but rather single partitions of 1137 a harddrive. ARAnyM will handle them when we implement XHDI emulation. 1138 1139 IKBD emulation was fixed so that Videlity config program works now. Videlity 1140 is a Falcon screen enhancer (freeware). Get it and enjoy Videl at 1024x768 :) 1141 1142 fVDI was greatly improved so you might not need to play with Videlity at all. 1143 Use the new aranym.sys driver available in src/atari/fvdi/drivers/ and also 1144 the new fVDI.prg itself (src/atari/fvdi/). 1145 1146 The patches for TOS 4.04 were cleaned up a lot. If you were using 1147 a prepatched TOS version please delete it and get the original TOS 4.04. 1148 1149 IDE emulation was fixed so that formatting and partitioning of ext2 by 1150 a MiNT installer work now properly. 1151 1152 Various bugfixes were done including ndebug, aranymfs, MMU040, command line 1153 parameters and more. 1154 1155 If you want to debug aranym itself (in gdb) or to debug something inside 1156 of aranym using the internal debugger then you might want to disable the 1157 mouse grabbing completely: simply run aranym --nomouse (or -N). 1158 1159 Last but not least - ARAnyM has been successfully ported to Solaris (with 1160 help of Francois LE COAT) and Windows/cygwin (thanks to Olivier Landemarre). 1161 1162 11632001/11/06 1164========== 1165 The TOS patch we used included WinX by a mistake. That's been removed. 1166 Now you'll need to install real GEMRAM and also WinX to your auto folder 1167 if you wish to use the WinX AES enhancements. Please note that the 1168 GEMRAM 1.0 from the Aratools does not work. It actually didn't work for 1169 a long time. Use the real GEMRAM (that copies ROM to RAM) instead if you 1170 want to use WinX. 1171 1172 11732001/11/01 1174========== 1175 1176 Mouse behavior fixed: 1177 1) you can release mouse grab by pressing Alt+Ctrl+Esc (VMware compatible) 1178 2) you can grab mouse by click the left mouse button (VMware compatible) 1179 3) if the Atari mouse driver is active, you can release mouse by moving 1180 the mouse off the window and by moving back you grab it again. This 1181 can be disabled by setting "AutoGrabMouse=No" in the config file. 1182 1183 You can save the config file by 'aranym -s' (or --save). This is useful 1184 if you want to see newly added options. You can also choose a different 1185 config file by 'aranym -c /path/to/different/aranymrc'. This even works 1186 together: 'aranym -c /tmp/aranymrc.example -s' will create a fresh config 1187 file in /tmp with all default values. 1188 1189 11902001/10/29 1191========== 1192--rom removed 1193--floppy added 1194 1195aranymrc.example updated 1196 1197.aranymrc has a new option "EmuTOS" that holds a path to the EmuTOS. 1198When "EmuTOS=" is defined the "TOS=" is ignored (EmuTOS is the future! :) 1199 1200 12012001/10/18 1202========== 1203 1204Aranym is now able to work with the original TOS 4.04. 1205 1206 12072001/10/02 1208========== 1209--ttram renamed to --fastram 1210-T renamed to -F 1211--grab_mouse and -g removed (mouse is always grabbed) 1212 1213.aranymrc has a new option "cookie_MCH" that holds hex value. 1214Example: cookie_MCH = 0x3000 is for standard Falcon _MCH 1215 1216Other details in src/ChangeLog 1217