amiga-news DEUTSCHE VERSION
.
Links| Forums| Comments| Report news
.
Chat| Polls| Newsticker| Archive
.

Amiga events
01.-02.08.25 • Amiga/040 • Mountain View (USA)
11.-14.09.25 • Classic Computing 2025 • Hof (Germany)
17.-19.10.25 • Amiga40 • Mönchengladbach (Germany)
14.-16.11.25 • Flashback-Symposium #02 • Jößnitz (Germany)

07.Sep.2011
morphos-team.net (ANF)


MorphOS: SDK-Update with new editor "Scribble"
The team of MorphOS has published a new version of the software development kit for MorphOS. For the installation a computer with installed MorphOS 2.7 and at least 300 MB HD are required. Of course a new installation is possible as well.

This latest version also includes a new editor called Scribble.

MorphOS SDK 2 is available for download. Additionally there is a little video which demonstrates the text editor Scribble. (cg) (Translation: dr)

[News message: 07. Sep. 2011, 15:10] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Sep.2011
amigaworld.net (Webseite)


Firefox-Port: Timberwolf Status-Update
Thomas Frieden has given an overview about the latest status of the Firefox port: The code which puts the results of the rendering engine to the screen now correctly works (screenshot) but mouse and keyboard inputs does not.

The completely new written routines are supposed to be more effective and 40% smaller than the previous version.

A new public trial version could be published soon. (cg) (Translation: dr)

[News message: 06. Sep. 2011, 00:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Sep.2011
amigafuture.de (Webseite)


AROS: Network monitor NetworkSnoopAROS
NetworkSnoop is a network monitor which similar to SnoopDOS patches a system library, the bsdsocket.library. So it can log all requests of this library. (cg) (Translation: dr)

[News message: 05. Sep. 2011, 20:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Sep.2011
amigafuture.de (Webseite)


IRC-Client: AmIRC 3.6 for AmigaOS 3/MorphOS
Nicolas "Henes" Sallin has published an update of his AmIRC-version (screenshots). Version 3.6 now supports DCC port transmission with UPnP (Universal Plug'n Play), "Turbo DCC send" (detailed changelog). (cg) (Translation: dr)

[News message: 05. Sep. 2011, 20:39] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Sep.2011



WHDLoad: New packages until 05.09.2011
With WHDLoad you can install games and scene demos on your harddrive which were published on disks. Additionally several incompatibilities with newer Amiga models were fixed.

The following installers have been added or updated since our last message:
(cg) (Translation: dr)

[News message: 05. Sep. 2011, 17:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Sep.2011
amigafuture.de (Webseite)


Retro-Gaming: WHDLoad 17.0
With WHDLoad you can install games and scene demos on your harddrive which were published on disks. Additionally several incompatibilities with newer Amiga models were fixed. Changes since the last version:
  • chg: documentation about Snoop feature now explains in detail which cia registers are checked in which way (StingRay)
  • chg: the install script template function P_AskDisk is additional able to check for disks which contain a named file instead only by volume name
  • chg: the joypad emulation in kickemu 3.1 now supports a force option to disable the auto sensing of lowlevel.library
  • fix: kickfs.s now properly supports reading and writing to the same file handle if IOCACHE is used
  • new: support/detection of special HRTmon builtin WinUAE added (monitor must be entered one time before WHDLoad can see it!)
  • fix: when file for PreLoad was larger than the largest free memory block this could lead to an DOS error #205 after all remaining files have been preloaded, this bug has been introduced in version 16.9, issue #2154
  • chg: on option NoResInt/S WHDLoad checks and terminates if blitter is active on entering via a resload function
  • chg: trap hook now checks if vector is odd and aborts then
  • chg: if option NoMMU/S is active WHDLoad now more correctly checks the actual MMU setup and warns about translations of 0..3000
  • chg: amount of disassembled code lines increased (Psygore)
  • fix: output for disassembling of some instructions were corrected by Psygore, (moveq #-x; cmp/add/and/move/bset/bchg/... #$nnxx; bitfield with offset 0)
  • fix: crashes on M-Tec 630 boards without FPU fitted caused by the FPU detection inside WHDLoad fixed, board causes 'coprocessor protocol violation's instead of 'line-f emulator', thanks to Die BORG for lending the hardware
  • chg: there are separate Resload versions for 00-20/30/40/60 now, which enlarges the WHDLoad executable but saves memory at runtime (overlayed)
  • new: progress bar for Preload operation added, WHDLoad will remember PreloadSize itself as ToolType if started from the Workbench
  • fix: cache clear in MMU configuration routine added, should fix problems with issue #2094 and issue #2182 (Psygore)
  • new: dutch translation of documentation, thanks to Harold van der Waaij
  • chg: resload_Relocate now accepts upto 512 hunks (Don Adan)
  • chg: emulation of 'move sr,ea' in usermode on 68010+ is now also working if flag WHDLF_EmulPriv is active, this fixes problems with RoadwarsArcadia and FastBreakArcadia
  • chg: support for Cloantos AmigaForever 2011 kickstart 1.2 and 3.1-a500/a1200 roms added (Jan Zahurancik)
  • new: WHDLoad supports the compression file formats of CrunchMania with the resload functions resload_Decrunch and resload_Load- FileDecrunch (Psygore)
  • chg: the way WHDLoad checks for keyboard strokes (QuitKey, FreezeKey, ...) has been slightly modified, in earlier versions it has checked for keydown strokes, now it only reacts on keyup events; if the Slave checks itself for keyboard events the installed program may still quit on keydowns
  • chg: the ws_keydebug entry in the Slave structure is now ignored, the debug key must be explictly set via arguments
  • fix: it's now possible to use QuitKey/DebugKey=0 (Psygore)
  • chg: as long as the splash window is open pressing Esc will break the Preload process and quit WHDLoad
  • chg: pressing Space/Return/Enter will close the splash window and start the installed program immediate after completion of Preload
  • new: in Expert/S mode the splash window now contains some buttons to switch debugging related options of WHDLoad which gets saved/deleted in the icon if started from the Workbench
  • new: the Slave structure has been extended to allow configuration of buttons to be displayed on the splash window to control the ButtonWait/S and Custom1-5/K/N options to be able to configure existing Slaves the option Config/K has been added
  • new: using the option ConfigDelay/K/N the time can be specified howlong the splash window is displayed if there are buttons on it (Config/Expert)
  • chg: if SplashDelay/K/N is -1 a start button is added to the splash window and the window remains open until pressed
  • chg: the kickstart images will be searched also in the alternative path WHDCOMMON: (M.C.Battilana)

The code for the support of the MMU of a 68040 does not completely work in this version because it is reworked to support all MMU-features. THe function "resload_Protect" should work but "Snoop" will crash the computer. (cg) (Translation: dr)

[News message: 05. Sep. 2011, 15:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
04.Sep.2011
Amiga Future (Webseite)


Psygnosis-music: Chipfest 6 - The Rehearsal Tapes von Tim Wright
Several compositions for Psygnosis games were written by Tim Wright, e.g. for "Shadow of the Beast" part II and III or WipEout.

Additional to the video of his live performance on 29. August, under the title link he has published again a little album with variations of previous tracks. (snx) (Translation: dr)

[News message: 04. Sep. 2011, 16:33] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
03.Sep.2011



amiga-news.de with two new members
Uwe Lauke has taken take care of the Amiga Link Directory and Ingo "analogkid" Schmitz will maintain the official IRC-channel of amiga-news.de. Welcome! (cg) (Translation: dr)

[News message: 03. Sep. 2011, 21:37] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
02.Sep.2011
AROS-Exec (Forum)


AROS: Release Candidate 1 of Cross-Compiler LLVM
Based on the bounty project, under the title link Michael Ness and Samuel Crow have published a first release candidate called "AROS Clang" of the cross-compiler LLVM for Windows (MinGW, 32 Bit), Linux (32 Bit) and Mac OS X (Leopard, 64 Bit). (snx) (Translation: dr)

[News message: 02. Sep. 2011, 21:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
02.Sep.2011
Amigaworld.net (Webseite)


AROS: Patch for Icaros Desktop 1.3.1
For his AROS-distribution Icaros Desktop 1.3.1, Paolo Besser has published a patch. The "patch 01" completes the audio support for SB128/ES137x and CM8738boards as well as missing pictogramms and updated Janus-UAE, the Intel-GMA-driver and the MilkyTracker. (snx) (Translation: dr)

[News message: 02. Sep. 2011, 18:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
02.Sep.2011
Pascal Papara (Kommentar)


AROS: Linux-OpenGL-Bounty started
Krzysztof 'deadwood' Śmiechowicz has accepted bounty project of a Linux-based AROS-version for which currently 205 US-Dollar were donated.

(snx) (Translation: dr)

[News message: 02. Sep. 2011, 07:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.Sep.2011
AROS-Exec (Forum)


AROS: Audiotreiber for SB128/ES137x and CM8738 boards
Nick 'Kalamatee' Andrews has ported the drivers for sound boards based on SB128/ES137x an CM8738 to AROS and published trial versions under the title link.

Please note that the CM8738-driver still has a bug in the Hifi-modes. (snx) (Translation: dr)

[News message: 01. Sep. 2011, 20:10] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.Sep.2011
AROS-ML


AROS: FUSE bounty project started
After having reimplemented the FUSE-framework Filesysbox to MorphOS, Leif Salomonsson now has started the corresponding bounty project for AROS. Currently 70 US-Dollar were donated for it. Further donations are welcome. (snx) (Translation: dr)

[News message: 01. Sep. 2011, 15:30] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.Sep.2011
amigaworld.net (Webseite)


AmigaOS 4: Web-Browser MUI-OWB 1.9
Roman "kas1e" Kargin, Thore Böckelmann and Daniel Westerberg have ported the MUI-based web browser OWB 1.9, developed by Fabien "Fab" Coeurjoly, to AmigaOS4. This browser which for MorphOS is called "Odyssey" has nothing to do with the port of the Origyn web browser which also is available for AmigaOS 4. MUIOWB/Odyssey is based on Webkit and has a completely different graphical user-interface.

MUI-OWB 1.9 (screenshot, Youtube video) requires AmigaOS 4.1 Update 3. The first launch of the programm takes some more time since all necessary character set lists must be generated. (cg) (Translation: dr)

[News message: 01. Sep. 2011, 15:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.Sep.2011
David Brunet (ANF)


New articles on Obligement website
In the last zwo months several articles were added to the website of the French AmigaOS and MorphOS magazine Obligement. Translations to other languages are very welcome. Please contact David 'Daff' Brunet.

English articles:
  • Interview with Jason McMullan (AROS 68k developer).

French articles:
  • July/August 2011 news.
  • Articles from Amiga News 101 (May 1997) to 104 (September 1997): review of PC-Task 4.1, review of MBench, review of Personal Paint 7.1, review of Directory Opus 5.6, hardware: SyJet, hardware: Surf Squirrel, report: The Amiga at Satellite et Télévision, etc.
  • Report: NASS 2011.
  • Interview with Jason McMullan (AROS 68k developer).
  • Interview with Edgar Vigdal (Deluxe Galaga developer).
  • Interview with Massimiliano Tretene (from 2000, Maim & Mangle developer).
  • Interview with Bill Buck, Raquel Velasco and Petro Tyschtschenko (from 2002).
  • Review of Sqrxz 2.
  • Review of Classic Workbench.
  • File: the ordered dither in printing on AmigaOS 68k.
  • Hardware: cooling a Radeon 9800 Pro.
  • Tutorial: presentation and configuration of ANAIIS 1.02.
  • Tutorial: recover files from a damaged SFS partition.
  • Tutorial: utilization of Kryptos.
  • Tutorial: presentation and utilization of Amiga911 Maker.
  • Special quizz about the Efika 5200B.
(cg) (Translation: dr)

[News message: 01. Sep. 2011, 14:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.Sep.2011
Andreas Magerl (ANF)


Print magazine: Amiga Future issue 92
Press release: The English and German issue 92 (September/October 2011) of the print magazine Amiga Future has been released today and can be ordered directly at the editorial office and Amiga dealers.

Mag contents:
  • Test Worms: The Director's Cut Conversion Level Set #1
  • Test Grim Fandango
  • Test 604
  • Interview George Allan
  • Interview FPGA Arcade/Replay
  • DIY: Soldering a VGA monitor switch part 1

and many, many more...

A more detailed description of content and excerpts can be found at the Amiga Future hompepage. Btw.: Issue 94 are the first issue in full-color. (cg) (Translation: cg)

[News message: 01. Sep. 2011, 14:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
31.Aug.2011
AROS-Exec (Forum)


AROS: Janus-UAE 1.1
With Oliver 'o1i' Brunner's Janus-UAE for AROS/x86 users can start AmigaOS programms under AROS. The original Kickstart-3.1 files are required.

Additional to some big fixes, thanks to Krzysztof Smiechowicz versions 1.1 can run AROS/68k which is included.

Please note that this version is more or less included in the AROS-distribution Icaros 1.3.1.

Bugfixes:
  • Mouse pointer disappearance: If you move the mouse pointer outside a CLI window, the mouse pointer disappeared in coherent mode
  • GUI drop box state was not saved/restored correctly
  • Startup output is STDOUT again
  • You can remove a selected amiga ROM key in the GUI
  • Amirun might work again
  • Fixed long time undetected memory trashing in the GUI
  • Stop UAE really stops UAE and does not restart anymore sometimes
  • Pressing Quit stops emulation before it quits
  • Double P96 ID error requester does not appear anymore
  • 1920x1200 AmigaOS resolution should work (again)
  • Load config did not really work
Download: janus-uae.i386.tar.gz (20 MB) (snx) (Translation: dr)

[News message: 31. Aug. 2011, 20:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
31.Aug.2011
amiga.org (Webseite)


Elbox: Version 3.21 of spider.device works with Poseidon 4.4
For all registered users Elbox Computer has published a free update of the driver for the USB-controller Spider and Spider II.

spider.device 3.21 also works again with the latest version of the USB-stack Poseidon (screenshot). (cg) (Translation: dr)

[News message: 31. Aug. 2011, 16:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Aug.2011
Tristar Radio und Web - Updates. (ANF)


Web Radio: New music tracks at Tristar Radio
180 sounds from the demo scene were added to the web radio Tristar managed by SaphirJD. Tracks from the years 1998 until 2010 are included.

The Amiga and C-64 remix sector was updated as well. The Tristar team wishes well listening. (cg) (Translation: dr)

[News message: 30. Aug. 2011, 16:54] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Aug.2011
Hyperion Entertainment (ANF)


AmigaOS 4.1 Update 3 released
Press release:
Brussels - August 29th, 2011

Hyperion Entertainment CVBA and the AmigaOS development team announce the immediate availability for download of AmigaOS 4.1 Update 3 for registered users of AmigaOS 4.1 on the following platforms:

Update 3, painstakingly assembled by AmigaOS’ project lead Steven Solie after extensive beta testing by our dedicated team of beta testers, contains a substantial part of the new functionality and a wide variety of bug fixes and improvements developed over the last 16 months.

Please note that some new applications (including Timberwolf) will rely on the feature-set of AmigaOS 4.1 Update 3.

An incomplete list of features in Update 3 includes:
  • Updated Installation Utility program;
  • Updated PATA and SATA drivers;
  • Improved DOS stability and speed;
  • Fixed Amiga shared object issues;
  • Support for AmigaOne keyboards including boing key swap feature; Set keymap_swapaltamiga to "on" in your firmware to enable;
  • Updated Intuition and GUI components;
  • New consistent full release string including update number;
  • Updated AmiSSL certificates;
  • Updated USB stack with USB 2.0 (EHCI) support;
  • Improved Sam460ex support including sound driver;
  • I2C support for the Sam440ep and Sam460ex platforms;
  • Updated and improved Warp3D support;
  • Faster 2D graphics support;
  • Various kernel fixes for increased stability;
  • Updated MUI with many new features to make porting MUI 4.0 based applications simpler;
  • Improved notifications support.

Hyperion Entertainment wishes to thanks its customers for their continued support in these exciting times for the Amiga platform.

Online support for AmigaOS and Update 3 is provided via Hyperion Entertainment's Support Forum. (cg)

[News message: 29. Aug. 2011, 22:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Aug.2011
amigafuture.de (Webseite)


Emulator: Preview to WinUAE 2.3.3
As usual the developers have given a preview to the forthcoming version 2.3.3 of the well-known Amiga emulator WinUAE. WinUAE 2.3.3 will be available in the middle of September and introduce a new VSync-mode which should solve the problem of the a hundred per cent CPU-load.

New features:
  • New very low latency VSync mode, autodetects real refresh rate, no more 100% CPU usage, supports also windowed modes. (Not compatible with fastest possible CPU modes but planned in future)
  • Experimental rawinput joystick/joypad support. (-rawhid command line parameter). Added because DirectInput is said to introduce some extra input lag.

Updates:
  • Real cause for Max Transfer IDE problem found. IDE emulation detects and logs it now. (*)
  • CD image audio buffer increased slightly, some systems had glitches in CD audio.
  • Non-configured joystick/mouse autoswitch update: short firebutton press or move left = insert into joystick port, longer press or move right = insert into mouse port.
  • Add Harddrive option does not require Administrator privileges anymore, most removable drives can be used without higher privileges, at least under Windows 7.

Fixed bugs:
  • IDE emulation write hang introduced in 2.3.2.
  • A590/A2091 emulation crash if CPU was 68020+.
  • On the fly CD switching (both images and real CDs) reliability improved.
  • Direct3D blank screen problem is now 100% fixed. Really.
  • win32.hardfile_path didn't work.
  • On the fly resolution change didn't work correctly, resolution autoswitch improved.
  • Key or joystick button mapped to mouse direction didn't work.
  • Analog stick mapped to mouse had too fast and unstable speed.

*) Max Transfer problem was introduced with ATA v2 specification. ROM built-in IDE driver assume ATA v1 behavior, some drives are compatible with ATA v1, some are not and will require Max Transfer fix. It is NOT a drive bug. (cg) (Translation: dr)

[News message: 29. Aug. 2011, 17:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 303 600 ... <- 605 606 607 608 609 610 611 612 613 614 615 -> ... 620 1062 1509 [Archive]
 
 Recent Discussions
.
Amiga 4000(T)ower for sale
Calvin Harris - Amiga A1200
Amiga basic rewritten for Apple
Volker Wertich interview
Commodore Amiga MYSTYLE
.
 Latest Top-News
.
Interview: Markus Tillmann about the Warhol connection and amiga40-highlights (13. Jul.)
New Commodore owners with new website and first products (update) (12. Jul.)
Emulator: WinUAE 6.0.0 (04. Jul.)
Group of investors represented by Youtuber Perifractic buys Commodore (28. Jun.)
AmiKit In A Box: Raspberry Pi 5 with Workbench distribution (25. Jun.)
MorphOS: Web browser Wayfarer 10.0 (16. Jun.)
MorphOS: Software collection Chrysalis 3.19 (15. Jun.)
Legal dispute: Hyperion can be held liable for copyright infringements (13. Jun.)
Youtuber claims to have received an offer to buy the Commodore brand (08. Jun.)
Programming competition: AmiGameJam 2025 started (05. Jun.)
.
 amiga-news.de
.
Configure main page

 
 
.
Masthead | Privacy policy | Netiquette | Advertising | Contact
Copyright © 1998-2025 by amiga-news.de - all rights reserved.
.