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

Amiga events
13.-15.06.25 • Flashback-Symposium #02 • Jößnitz (Germany)
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)

08.May.2024



Interview: Announcement of a cost-reduced MiSTer FPGA board
Taki Udon recently presented the prototype of a cost-reduced version of the FPGA Amiga clone "MiSTer" in a video. Wes Fenlon has now interviewed him at the title link, so that details of the new board are now also available in writing.

After the price of the DE10 Nano board, which forms the basis of the MiSTer, has almost doubled in the last five years, the clone of Terasic's original is being aimed at 99 US dollars, which is to be achieved through cheaper components and direct sourcing of the FPGA chip from Altera.

Taki Udon believes that the new board could be available in just a few months through the company he has founded with a partner. (Which company's first product will be something completely independent of the MiSTer, though.) Currently there is still a new revision to be tested, and compatibility with various extensions of the original MiSTer must also be ensured.

Details of the new board compared to the DE10-Nano:
  • A USB-C and a USB-A port instead of the mini and micro ports
  • A JTAG header instead of a port
  • Headers for additional USB and power supply
  • Can be operated with 5 or 12 volts
  • Optional housing
A flagship console with all the bells and whistles in terms of analog and digital input and output, additional USB ports and soldered SD RAM is also planned for 200 to 250 US dollars, which should offer the functionality of popular current MiSTer extensions as well as new features. Initially, however, the board itself will be available to buy. After the flagship, a handheld version and consoles in the mid and lower price segments are planned. (snx)

[News message: 08. May. 2024, 11:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.May.2024



USB-C power supply: 2nd batch of the PowerShark imminent - color choice possible
The “PowerShark” is a USB-C-based power supply unit for the keyboard case Amigas 500, 600 and 1200, which sold out quickly. A second batch with very minor changes to the electronics is now about to go into production, for which a new housing color is planned. A survey has been set up regarding this. (snx)

[News message: 08. May. 2024, 11:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
07.May.2024



Multi-emulator: AmiArcadia V32.41 emulates 14 systems
The Arcadia emulator, which has been continuously developed for several years, aims to bring unusual video game consoles from the 70s/80s to new systems.The emulator has now been released in version 32.41 for AmigaOS 3.2/3.9, AmigaOS 4 and MorphOS under the title AmiArcadia (there are also versions for Windows and Android). AmiArcadia currently emulates a total of 14 systems from the early video game era between 1976 and 1985 on the Amiga, of which the best-known representatives are probably the console families Interton VS 4000 and Emerson Arcadia 2001.

The emulator has some interesting features, including full-screen and windowed display modes, drag & drop support, graphics scaling, support for various input devices such as joystick, keyboard or trackball and the option to record animations and sound. Another interesting feature is the potential for network games via IPv4 or IPv6, the integrated REXX port and the available source code.

AmiArcadia requires a 68020 processor or higher under AmigaOS 3.2/3.9 and 28 MB free RAM. An RTG system is recommended. MorphOS users must also install ReAction.

In the current version of 5 May 2024, various improvements and bug fixes have been made and the option "View as coverage report" has been added to the memory editor.

The Arcadia versions for the various operating systems can be downloaded from the website under the title link. Further information on features, available languages and technical requirements can also be found there. (nba)

[News message: 07. May. 2024, 12:04] [Comments: 1 - 07. May. 2024, 14:14]
[Send via e-mail]  [Print version]  [ASCII version]
07.May.2024



Demo: THE CURE V1.6 for AGA-Amigas
Some time ago, Simone 'saimo' Bevilacqua released a demo called 'THE CURE' (YouTube video) which placed first at the 'Solskogen'-Demoparty 2020 in the category Oldskool (amiga-news.de reported).

He continues to maintain this demo and has now released version 1.6. The new features:
  • Improved music: improved S/N ratio by eliminating 29 peaks and re-normalizing the waveform.
  • Removed some useless operations from cleanup code.
Additional to an AGA Amiga the demo requires a 68030 processor with 50 MHz and about 15 MB FAST-RAM. (nba)

[News message: 07. May. 2024, 11:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.May.2024



Video: Test of a new MOD player for Amigas with low memory
Musician, DJ and developer Ian 'h0ffman' Ford has published a video on YouTube in which he tests his new MOD player for Amigas with little memory, which is currently under development: it is based on Arnaud Carré's "Light Speed Player" (amiga-news.de reported) and in the example a 1.6 MB module is played on an Amiga 500 with 512 Kb chip RAM and 512 Kb slow RAM.

All samples are compressed with a 4-bit delta (see also "Delta coding" by Paul Bourke), which halves the size. Playback is performed using audio interrupts that stream and unpack data. (dr)

[News message: 06. May. 2024, 18:25] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.May.2024



Event: µAlchimie VIII in Clérieux (France)
The Triple A association is organising the eighth µAlchimie Clérieux (France) on the weekend of 1 to 3 November 2024. Focusing on Amiga, Atari and retrogramming in general, it will also be a long weekend to relax, play and discover each other's systems. (dr)

[News message: 06. May. 2024, 17:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.May.2024



Programming: Web based m68k assembler editor v3.1.0
Under the title link you can find a webapp to write, run and learn M68K assembly code based on the framework SvelteKit and the programming language Rust (amiga-news.de reported).

Version 3.1.0 among others offers share by URL:
  • Added share by URL, you can now share your code by including it in a sharable URL
  • Whenever there is indentation in the code (for example labels at the start of the line, plus indented code), the label will be "fixed" at the top of the editor
  • Added embeddable editor, you can now embed the editor in your website
(dr)

[News message: 06. May. 2024, 16:58] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.May.2024



Arcade port: King and Balloon V0.9
"King and Balloon" is an arcade conversion of the title King & Balloon, originally released by Namco in 1980. The version 0.9 now released by 'RMJ & JoeJoe' (YouTube video) still lacks the title music and joystick support. (dr)

[News message: 06. May. 2024, 16:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.May.2024



Blog: Modifying a PC floppy drive to work inside an Amiga 500
Andrew 'LinuxJedi' Hutchings describes in a recent blog entry how he modified a CITIZEN Z1DE-57A PC floppy drive so that it works in an Amiga 500. (dr)

[News message: 06. May. 2024, 16:25] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024
Amiga.org (Forum)


AROS/x86: Update of ABI-v0 developer branch
In February, Krzysztof 'deadwood' Śmiechowicz backported the version 20220318-1 of AROS/x86 for 32-bit systems for the original binary interface ABIv0. A first update is now available under the title link or on GitHub.

The archive only contains the revised components. These can be copied directly into an existing installation. (snx)

[News message: 05. May. 2024, 19:09] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024



Aminet uploads until 04.05.2024
The following files have been added until 04.05.2024 to Aminet:
MicroExcel_1.1a.lha      biz/spread 1.5M  MOS A Spreadsheed Editor
amigassh.lha             comm/net   75K   68k SSH2 for the Amiga
BSDSocket-Extension.lha  dev/amos   37K   68k Use bsdsocket.library in AMOS...
make-4.4.1.lha           dev/c      88K   68k Port of GNU Make with SAS/C (...
TankX.lha                game/2play 1.5M  68k 1-7 player tank combat (updat...
MCE.lha                  game/edit  4.1M  68k Multi-game Character Editor
MCE-MOS.lha              game/edit  4.5M  MOS Multi-game Character Editor
MCE-OS4.lha              game/edit  4.8M  OS4 Multi-game Character Editor
H2_Big_Data.lha          game/shoot 1614M OS4 Install Multiplayer Data for ...
H2_Big_Data_Fix.lha      game/shoot 1K    OS4 Fix for Install Multiplayer D...
Q2_Modpack1_68k.lha      game/shoot 31M       Modpack 1 for Quake 2 68k (20...
Q2_Modpack2_68k.lha      game/shoot 208M      Modpack 2 for Quake 2 68k (20...
Q2_Modpack3_68k.lha      game/shoot 168M      Modpack 3 for Quake 2 68k (20...
Q2_Modpack4_68k.lha      game/shoot 195M      Modpack 4 for Quake 2 68k (20...
Q2_Modpack5_68k.lha      game/shoot 256M      Modpack 5 for Quake 2 68k (20...
Q2_Modpack6_68k.lha      game/shoot 71M       Modpack 6 for Quake 2 68k (20...
Q2_Modpack7_68k.lha      game/shoot 3.7M      Modpack 7 for 68k (2024 edition)
Zaero_Installer_68k.lha  game/shoot 248K  68k Quake 2:Zaero for 68k
AmiArcadia.lha           misc/emu   7.6M  68k Signetics-based machines emul...
AmiArcadiaMOS.lha        misc/emu   8.0M  MOS Signetics-based machines emul...
AmiArcadia-OS4.lha       misc/emu   8.2M  OS4 Signetics-based machines emul...
0mar.zip                 mods/crash 68K       Loud & hard hitting 3/4 beat....
Ionized.zip              mods/crash 19K       Calm/classical to tech/tribal...
LN3Fire24.lha            mods/misc  469K      16bit 4ch LN3 Fire Temple 24 ...
opus-tools-0.2_a68k.lha  mus/edit   446K  68k Opus Audio Tools
amiget.lha               util/cli   34K   68k Search for & download files f...
ReportPlus.lha           util/misc  665K  68k Multipurpose utility
ReportPlus-OS4.lha       util/misc  839K  OS4 Multipurpose utility
VATestprogram.zip        util/misc  22M   68k Versatile Amiga Testprogram
(snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024



OS4Depot uploads until 04.05.2024
The following files have been added until 04.05.2024 to OS4Depot:
amiarcadia.lha           emu/gam 8Mb   4.0 Signetics-based machines emulator
snes9x.zip               emu/gam 133Mb 4.1 Super Nintendo / Super Famicom e...
hle-pokercard.lha        gam/car 7Mb   4.0 Guess the next card to appear in...
mce.lha                  gam/uti 5Mb   4.0 Multi-game Character Editor
reportplus.lha           uti/mis 839kb 4.0 Multipurpose utility
ifarchive_dl.lha         uti/scr 4kb   4.1 Script to download (ScummVM) sup...
kt_scripts.lha           uti/scr 252kb 4.1 Helper scipts for Odyssey, Simpl...
(snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024



AROS Archives uploads until 04.05.2024
The following files have been added until 04.05.2024 to AROS Archives:
hle-pokercard.lha            gam/car 7Mb   Guess the next card to appear in...
wipeout_rewrite.i386-aros... gam/dri 574kb A re-implementation of the PSX g...
(snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024



MorphOS-Storage uploads until 04.05.2024
The following files have been added until 04.05.2024 to MorphOS-Storage:
AmiArcadia_32.40.lha      Emulation                 A Signetics-based machi...
OpenFodder_1.8.lha        Games/Action              Open Fodder: An open so...
HLE-PokerCard_FE.lha      Games/Card                Hi-Low-Equal Poker Card
MCE_14.80.lha             Games/Editor              Multi-game Character Ed...
OpenTTD_14.0.lha          Games/Strategy            A clone of Transport Ty...
Iris_1.26.lha             MorphOS-update            Iris, the MorphOS email...
Wayfarer_8.0.lha          MorphOS-update            Wayfarer is the latest ...
Easy2Install_1.0b52.lha   Network/PackageManager    A package manager to do...
MicroExcel_1.1a.lha       Office/Spreadsheet        A Spreadsheed Editor
(snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024
Andreas Magerl (ANF)


Print magazine: Amiga Future, issue 168
The English and German issue 168 (May/June 2024) of the print magazine Amiga Future has been distributed. It can be ordered directly from its editorial office and from Amiga dealers that stock the magazine.

Content of the current issue includes, besides interviews with David Pleasance as well as Steve Quartly and Paul Huxham (PhotoFolio), articles about the AmigaOS 3.2 manual (German), the Amiga 4000TX and the AmigaOne A1222 Plus. (snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.May.2024
Amigaland (website)


Website: 25 years of Games That Weren't
Frank Gasking's website "Games That Weren't", which is dedicated to unpublished game projects for various platforms, looks back on its 25th anniversary at the title link. Originally started with the C64, there is also an Amiga spin-off created in 2005 by Adrian Simpson. (snx)

[News message: 05. May. 2024, 07:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
04.May.2024



AMOS Professional: BSD Socket Extension 1.1.4
With the BSD Socket Extension for AMOS Professional by John Bintz, AMOS programmes can easily access the Internet. Originally started by the author in 1998, version 1.1.4 fixes several crashes and a problem that prevented the extension from working properly on non-emulated Amigas. An update is strongly recommended. (dr)

[News message: 04. May. 2024, 19:48] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
04.May.2024



AROS: Review of April 2024
In his blog, Andrzej 'retrofaza' Subocz has published a summary of AROS/x86 news for the month of April at the title link. (dr)

[News message: 04. May. 2024, 07:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
04.May.2024
MorphZone (Forum)


MorphOS: Web browser Wayfarer 8.2 (2nd update)
Jacek 'jacadcaps' Piszczek has released version 8.0 of his Wayfarer web browser for MorphOS. Wayfarer is now based on the WebKit engine WebKitGTK 2.44.0, which was released at the beginning of April.

As the developer explains, it is becoming increasingly difficult to update WebKit and more work is required than for the upgrades of versions 5, 6 or 7. Anyone who appreciates the work of Jacek Piszczek is welcome to make a donation.

Update: (06:45, 05.05.24, snx)
Meanwhile version 8.1 is available, fixing crashes of its predecessor.

2nd update: (19:10, 05.05.24, snx)
Version 8.2 has now been released and is based on WebKitGTK 2.44.1, which has fixed further bugs that caused crashes. In addition, the so-called "lazy loading" of image files is now supported. This means that they are only loaded when they are needed, which can shorten the loading times of websites. (dr)

[News message: 04. May. 2024, 06:37] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
04.May.2024
MorphZone (Forum)


MorphOS: E-Mail client Iris 1.26 (update)
Jacek 'jacadcaps' Piszczek has released version 1.25 his e-mail client Iris for MorphOS. Detailed changes:
  • Fixed overriding folder function in Folder Settings
  • Fixed Insert Link appending http:// for some valid protocols like mailto
  • Fixed issues related to viewing emails with Iris' install path containing special characters
Update: (04.05.2024, 20:00, dr)

Meanwhile version 1.26 is available. Changes:
  • Fixed a regression when creating event invites
  • Updated WebKit to 2.44.0
(dr)

[News message: 04. May. 2024, 06:26] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
03.May.2024



Chiptune tracker: Furnace V0.6.3 for Windows, Mac and Linux
'tildearrows' Furnace is a tool that can be used to create sound chip music ("chiptune"), mostly from the 8/16-bit era (amiga-news.de reported). It supports a wide range of functions and sound chips, from NES, SNES and Genesis to ES5506, VIC-20 and the Amiga. Version 0.6.3 among others provides bug fixes and an improved support of Windows XP.

The songs can be exported as audio files (.wav), VGM files and ZSM files (for Commander X16). An manual is available. (dr)

[News message: 03. May. 2024, 10:35] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
03.May.2024



Survival game: Zombie Survivor
Sami Vehmaa's latest project is a game called "Zombie Survival" for Amigas with a graphics card, in which you have to fend off an endless army of the undead (YouTube video). The game is in development and currently has a world with 99 levels. (dr)

[News message: 03. May. 2024, 06:12] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
02.May.2024



Platform game: Level 2 of the demo version of "Silhouette Threat" for AGA-Amigas
At the end of January, we introduced the platform game project "Silhouette Threat" for AGA-Amigas in detail. A few weeks later, a demo version with the first level was released (YouTube video). Now the developer 'lionagony', supported by his daughter who contributed graphics, has released the second level which, unlike the first, scrolls automatically (YouTube video). It also offers simulated parallax scrolling on 6 layers. The author is looking forward to constructive criticism in the comments. (dr)

[News message: 02. May. 2024, 20:44] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
02.May.2024
Amiga Future (website)


Print/PDF magazine: Amiga Addict, issue 29
Issue 29 of the British magazine "Amiga Addict" is now available from the publisher. The cover story is the French games industry, and the magazine also includes reviews of "Final Fight Enhanced" and of the book "Demoscene: The Logo Art", a retrospective of the A500 expansion "Bodega Bay" and a tutorial on how to connect a Sony Vaio PCMCIA CD drive to an A600.

Amiga Addict is published monthly and is available as a single issue or as a subscription, either in printed form or as a PDF file. (nba)

[News message: 02. May. 2024, 18:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.May.2024
David Brunet (ANF)


New articles on Obligement website
The articles below have been added to the website of the French Amiga/MorphOS magazine Obligement in the last two months. Readers willing to help out with translating articles into other languages are asked to contact David 'Daff' Brunet.
  • News for March/April 2024
  • Old articles from Generation 4 13 to 15:
    • File: Lovecraft
    • Review of Chessmaster 2100
    • Review of 89 La Révolution Française
    • Review of Rick Dangerous
    • Review of Black Magic
    • Interview with Doug Glen
    • Interview with Jean Baudlot
    • Interview with Gary Gygax
    • File: Lucasfilm, cinema and video games
    • Review of 3D Pool
    • Review of Wind Surf Willy
  • Interview with Camilla Boeman (AmigaOS 68k developer)
  • Interview with Frédéric Autechaud (former editor of ANews)
  • Review of AmiFox 0.3 to 0.6
  • Review of Simple Transfer
  • Review of Amiga Boot Selector 0.4
  • Review of IBrowse 3.0a
  • The best of Byte from October to December 1986
  • File: The Amiga in TV and movies (update)
  • File: Utilities included in MorphOS
  • File: A history of software piracy in Italy (1983-1993)
  • DIY: Restoring an Amiga 2500UX
  • Tutorial: Quick start guide for new A1222 users (update)
  • Tutorial: Configuration of RoadShow 1.14/1.15 for a Freebox Revolution
  • Point of view: Rave development (part 7)
  • Programming: Animating an image in C and SDL2 on MorphOS
  • Special quiz about Dave Haynie
(snx)

[News message: 01. May. 2024, 17:44] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
01.May.2024



Video from Amiga 30 event in California: Steve Jobs' fishing trip to Amiga 1983
As part of the Californian Amiga 30th birthday celebrations, Amiga investor and director Bill Hart told the story of Steve Jobs visiting the Amiga developers, who were in need of financial support in 1983. Jobs had money, so Amiga was interested in talking to him.

According to Hart, Jobs came in and made himself at home, putting his feet up on other people's desks as they demonstrated their technology. But it was a fishing expedition. On the way out, Jobs said, "I don't see anything here that would ever be a threat to the Macintosh."

Bill Hart's remarks from 2015 were already published on YouTube at the time, but possibly received less attention on this side of the pond due to the local focus on the 30th anniversary celebrations in Neuss. His full talk can be found in another video together with the "Amiga History Panel" there; participants were RJ Mical, Carl Sassenrath, Andy Finkel, Dave Needle, Dale Luck and Ron Nicholson. (snx)

[News message: 01. May. 2024, 08:31] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024
Alinea Computer (ANF)


Quake 2 now also available for AmigaOS 3.x as digital version
Press release: Alinea Computer is very pleased to be able to offer the version for AmigaOS 3.x (68k) as a digital download in addition to the Quake 2 version for AmigaOS 4. Steffen Häuser is responsible for the porting and has implemented numerous features that did not yet exist for any Quake 2 port for AmigaOS/68k.

In addition to supporting the various mission CDs and MODs, the soundtracks can also be played as OGG Vorbis files (for the Vampire V4 as AIFF files instead) and multiplayer/network gaming.

Please note that the data files of the PC version are required to run the 68k version of Quake 2. These can be purchased at a reasonable price via Steam, for example.

Free MODs and mission CDs will be available on Aminet in the next few days.

Here are all the features and system requirements at a glance:

Features
  • 68040, 68060 and 68080 compiled version (selectable during installation)
  • MiniGL and software renderer
  • Full support for mission CDs "The Reckoning" and "Ground Zero"
  • Ports to the unofficial mission CD "Zaero" and to about 50 multiplayer mods will be released on Aminet soon, these downloads require the new version of Quake 2, they do not work with other ports
  • For Vampire users: The USB gamepad of the Vampire is supported
  • For Vampire V4 users: Background music will be played via AIFF (the Ogg Vorbis music files of the Gog/Steam version of Quake 2 will be converted to AIFF format during the installation of the 080 version)
  • For PiStorm users: background music is played via Ogg Vorbis (requires the Gog or Steam version of Quake 2, which includes the Ogg Vorbis files)
System requirements
  • Software: AmigaOS 3.x and the data files from Steam, Gog or CD version
  • Hardware: At least Vampire V2 or PiStorm Pi3 (currently not fast enough on a 68060, but possibly a future update will run fast enough on 100 MHz 060 systems)
  • 1 GB free hard disc space
(snx)

[News message: 30. Apr. 2024, 22:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024
Puni (ANF)


AmigaOS 4: Blog summary for April 2024
For the past month 'Puni' has again published a news summary for AmigaOS 4 at the title link. (snx)

[News message: 30. Apr. 2024, 22:01] [Comments: 1 - 01. May. 2024, 15:22]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024
IndieRetroNews


Arcade shooter: Phoenix500 now also for AGA-Amigas
Jean-Francois 'jotd' Fabre has updated the arcade classic Phoenix500, released a few days ago for ECS-Amigas, with a version optimised for AGA systems. The top-down space shooter (YouTube video) now includes new graphics by Toni Galvez in its AGA mode. Phoenix500 can be downloaded from the website under the title link in return for a voluntary donation to the developers. (nba)

[News message: 30. Apr. 2024, 14:57] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024



TankX: Tank game returns after 30 years with new single-player mode
About 30 years ago, the tank game Tankkk was released, in which each k in the name stood for the number of tanks in the game. Until now, Tankkk could only be played with up to six players on one computer. Now, after almost three decades, developer K-P Koljonen has re-released the game, which has been renamed TankX. In the new version 1.1, computer-controlled tanks have been added so that TankX can now also be played solo against the Amiga.

The player can use processor-controlled tanks in battle, include a CPU teammate, play a human vs CPU team death match or have all tanks controlled by the CPU. There are three different CPU tank drivers to choose from:
  • Scary: medium range radar, comes towards the opponent and shoots
  • Wary: medium range radar, shoots once and then flees
  • Lazy: long range radar, doesn't move, but shoots from a distance
In addition to the single-player mode, the new version also includes revisions to the menu, a pause mode, newly created and revised battlefields and new music tracks.

TankX runs on any Amiga with at least Kickstart 1.2, OCS, 68000 and 1 MB RAM. The LhA archive includes the 68k version and an ADF version for emulators and AmigaOS 3.2.

Download: TankX (1.5 MB) (nba)

[News message: 30. Apr. 2024, 14:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024



The Guardian: An ironic look back at the Amiga
'The Guardian', a renowned British daily newspaper, published a commentary in English on 26 April 2024 that takes a ironical look at the enduring love for the Amiga, which is classed as technically obsolete. Entitled ‘My Undying Love for the Painfully Uncool Amiga’, the article highlights the quirks and weaknesses of the once revolutionary computer platform.

The article humorously plays with the discrepancy between modern technology and the limited possibilities of the Amiga. It takes a critical, if humorous, look at the technical limitations and cultural idiosyncrasies that make the Amiga a rather uncool choice today, according to author Dominik Diamond. Despite the criticism, a certain affection resonates in the lines - a tribute to the important role the Amiga played in early computer and gaming culture.

For readers who appreciate a sharp-tongued commentary, the article offers an entertaining yet critical look at how and why some technologies stand the test of time - or not.

The full article can be found on The Guardian website at the title link. (nba)

[News message: 30. Apr. 2024, 13:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.Apr.2024
Pixelwalker (ANF)


Diskmag: Amiga Rulez #2 now also available in English
Almost a fortnight ago, the second issue of the disc magazine Amiga Rulez was published in German (amiga-news.de reported). The English edition has now also been available as of 28 April. In the current update version, the event section has been expanded and initial bugs have been fixed.

The magazine was written in AMOS and is available in ADF format (880 KB). It can be downloaded free of charge from amiga-rulez.de and from the Demoscene website Pouet under the title link. (nba)

[News message: 30. Apr. 2024, 13:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Apr.2024
Mikkel (Forum)


Heise: Article about the Commodore insolvency 30 years ago today (German)
At the title link, Heise.de dedicates a German article to the company's history on the occasion of Commodore's insolvency 30 years ago today. Two concluding paragraphs also mention the Escom period and the THEA500 Mini.

Independent of the anniversary, also the Guardian has published a nostalgic article about the Amiga. (snx)

[News message: 29. Apr. 2024, 22:08] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Apr.2024



Music tip: Appeal by SoDa7
The ChipChop 17 musicdisc was also released during this year's Revision demo party. 'SoDa7' also contributed a track for this: "Appeal". You can dance your way through the YouTube video he has now published. (dr)

[News message: 29. Apr. 2024, 16:40] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Apr.2024



Demo: "V4driver" 1.06 for Apollo Vampire V4
In mid-January, Sami Vehmaa released "V4driver", his second demo after 30 years, which he wrote exclusively for the Apollo Vampire V4 (amiga-news.de reported). With this update to version 1.06, he has made some fine adjustments such as the parallax timing. The demo should now also run at 50 FPS (hold down the space bar to display FPS). (dr)

[News message: 29. Apr. 2024, 12:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.Apr.2024



Developer log: New graphics for the strategy game "Ecliptic"
At the beginning of April, a new demo version of the strategy game "Ecliptic", which is currently under development, was released (amiga-news.de reported). Now the author has published a detailed developer diary in which he explains how he creates new monsters and backgrounds for the second level and uses code examples to show how he inserts them into his game. There is also a corresponding YouTube video. (dr)

[News message: 29. Apr. 2024, 11:54] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



Aminet uploads until 27.04.2024
The following files have been added until 27.04.2024 to Aminet:
expression_1.2.lha       dev/hwood  24K   MOS A hollywood plugin
formator_1.1.lha         dev/hwood  14K   MOS A hollywood plugin
ods_hwp_1.0.lha          dev/hwood  51K   MOS A hollywood plugin
turbocalc_1.1.lha        dev/hwood  21K   MOS A hollywood plugin
REDPILLGameCreator.lha   dev/misc   5.6M  68k Game Creator with AGA support
anaiis.lha               driver/oth 240K  68k ANAIIS USB Stack Release 1.24
anaiis_boot.lha          driver/oth 268K  68k ANAIIS USB Boot disk Release ...
anaiis_massive.lha       driver/oth 46K   68k Massive release 1.24
anaiis_xmass.lha         driver/oth 84K   68k xmass examine massstorage
MCE.lha                  game/edit  4.1M  68k Multi-game Character Editor
MCE-MOS.lha              game/edit  4.5M  MOS Multi-game Character Editor
MCE-OS4.lha              game/edit  4.7M  OS4 Multi-game Character Editor
amiget.lha               util/cli   34K   68k search & download aminet from...
Image2PDF.lha            util/conv  21M   ALL convert images to PDF and more
Theme_List.lha           util/dir   5.0M  NGA list any OS4/AROS/MOS themes ...
(snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



OS4Depot uploads until 27.04.2024
The following files have been added until 27.04.2024 to OS4Depot:
faac.lha                 aud/con 76kb  4.1 Freeware Advanced Audio Coder
faad2.lha                aud/con 217kb 4.1 FAAD2 AAC decoder
seq.lha                  aud/mis 416kb 4.1 MIDI sequencer
libfaac.lha              dev/lib 123kb 4.1 Freeware Advanced Audio Coder li...
libfaad.lha              dev/lib 3Mb   4.1 Freeware Advanced Audio (AAC) De...
mce.lha                  gam/uti 5Mb   4.0 Multi-game Character Editor
stream.lha               uti/ben 51kb  4.0 STREAM is a Memory + floating-pt...
theme_list.lha           uti/mis 5Mb   4.1 List any OS4/AROS/MOS themes in dir
image2pdf.lha            uti/tex 21Mb  4.1 Convert JP(E)Gs and PNGs to PDF
thumbnailmaker.lha       vid/mis 16kb  4.1 Arexx script for ArtEffect, gene...
(snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



AROS Archives uploads until 27.04.2024
The following files have been added until 27.04.2024 to AROS Archives:
image2pdf.lha                off/dtp 21Mb  convert images file to PDF
(snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



MorphOS-Storage uploads until 27.04.2024
The following files have been added until 27.04.2024 to MorphOS-Storage:
Formator_1.1.lha          Dependencies/Hollywood    A hollywood plugin to c...
ods_1.0.lha               Dependencies/Hollywood    A hollywood plugin to O...
Expression_1.2.lha        Dependencies/Hollywood    A hollywood plugin to c...
snes9x_1.62.3.lha         Emulation                 Snes9x - Portable Super...
MCE_14.70.lha             Games/Editor              Multi-game Character Ed...
Fallout2-ce_1.3.lha       Games/RPG                 Open source Fallout 2
Image2PDF_2.6.lha         Graphics/Convert          Convert JP(E)Gs and PNG...
MicroExcel_1.1.lha        Office/Spreadsheet        A Spreadsheed Editor
(snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



WHDLoad: New installers until 27.04.2024
Using WHDLoad, games, scene demos and intros by cracking groups, which were originally designed to run only from floppy disks, can be installed on harddisk. The following installers have been added until 27.04.2024: (snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



AmigaRemix: Further files added
AmigaRemix collects remixes of well-known soundtracks of Amiga games. Since our last news-item, the following mp3 files have been added:
  • In the Forest (Midnight Resistance)
  • Concerto for Lasers and Enemies (Tyros 3 edition)
  • Outrun - Magical Sound Shower (Fast Track Remix)
  • Vixen Megablast
(snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024
Mastodon


Do it yourself: HD floppy drive - Herr Doktor Diskettenlaufwerk (Amiga-HDDLW)
"Herr Doktor Diskettenlaufwerk" describes the conversion of a 1.44 MB PC floppy disk drive into a corresponding HD drive for the Amiga. It is described for two models, the MPF920-E from Sony and the FD-235HF from TEAC. After the conversion, the speed of the motor is halved, as is typical for the Amiga, when an HD diskette is detected, otherwise it remains unchanged. (snx)

[News message: 28. Apr. 2024, 06:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Apr.2024



A simple AmigaOS GUI in assembler
At the beginning of October last year, Edwin van den Oosterkamp kindly wrote a tutorial for us based on his book "Classic AmigaOS Programming - An introduction" on how to create a GUI in C and thus demonstrated an introduction to C programming. Now he has published a similar example source code on his website, which shows this GUI creation in assembler. This article is not so much a tutorial as an accompanying text to the assembler source code, which has also been made available on the download page. (dr)

[News message: 28. Apr. 2024, 05:38] [Comments: 1 - 28. Apr. 2024, 11:26]
[Send via e-mail]  [Print version]  [ASCII version]
27.Apr.2024



A-EON announces new version of Personal Paint for A600GS
Press rekease: Cardiff, 27 April 2024

A-EON Technology Ltd is pleased to announce further development of Personal Paint. Latest version 7.4 will be pre-installed on the forthcoming A600GS Computer.
A-EON Technology purchased rights to Personal Paint from Cloanto in 2014 (amiga-news.de reported) which has led to notable development over the last decade for both Classic Amiga systems and Next Generation systems.

Personal Paint has a rich record of being bundled with home computers over the years. In 1996 PPaint 6.4 was part of the Escom's Amiga 1200 Magic Pack. Even more recently in 2016, PPaint 7.3 was bundled with A-EON's powerful X5000 computer system. In 2024 the tradition continues with a new version 7.4 being pre-installed on the forthcoming A600GS.

A-EON's latest update to this famous paint package accelerates 1080P and larger high resolution screens. 1080P is the resolution that most HDMI televisions operate at and the default screen mode of the A600GS. The drawing tools at this resolution would ordinarily be very slow. However they have now been significantly accelerated by using ARM native code.

The latest Personal Paint 7.4 from A-EON is ready-to-run on the A600GS and will bring a nostalgic paint package experience to modern 1080P televisions.

Matthew Leaman, MD of A-EON remarked: "Personal Paint originated on Classic Amiga systems which are these days becoming rarer, more expensive and requiring on going maintenance. This fact alone does not help to expand the future use of Personal Paint outside the Amiga community. As one of A-EON most important applications, Personal Paint can now have a new lease of life on low cost ARM hardware platform such as the A600GS. We are excited by the development possibilities that this provides for this famous application. We hope we can reach a wider audience, expanding the user base and ensure the application's longevity for many years to come."

Trevor Dickinson, A-EON’s co-founder added: "Personal Paint became the leading easy-to-use Amiga program for bitmapped graphics and animation and was one of the first to support AGA and RTG. We developed updated versions for both 68K and PowerPC, and it's great to see the ARM accelerated version joining the family."

Personal Paint 7.4 will be launched in Q2/2024 on the A600GS computer system. (dr)

[News message: 27. Apr. 2024, 18:50] [Comments: 1 - 27. Apr. 2024, 20:57]
[Send via e-mail]  [Print version]  [ASCII version]
27.Apr.2024



AROS: "Irritating bug of the month" April fixed / Poll for May
In the poll for the "Irritating bug of the month" for April, two tasks were selected: in Wanderer, deletion should be allowed by pressing the Del key (#116) and DiskInfo should display the correct FAT instead of the wrong OFS (#105). Both tasks were solved and the corresponding archives (#105 and #116) were made available.

The poll for the "Irritating bug of the month" May has been started. (dr)

[News message: 27. Apr. 2024, 14:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Apr.2024



USB-Stack: ANAIIS 1.24
ANAIIS ("Another Native Amiga IO Interface Stack") written by Gilles Pelletier is an USB stack which also runs on a 68000 processor. This can be used, for example, to operate the Subway 2021 from Alinea Computer. Changes in version 1.24:
  • Fix Massive for most usb keys
  • Fix hub with more than 4 ports
  • Add LoadRDBFS option for massive (crashy thing)
  • Wood dragon version
  • StartDrivers changes
  • remove c.o for massive (bug with output, keeping the cli open with WB1.3)
  • CDFS/AmiCDFS
  • CD/DVD
For future development steps, Gilles Pelletier mentions, among other things, the optimisation of the graphic interface and the improvement of speed and reactivity. (nba)

[News message: 26. Apr. 2024, 10:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Apr.2024



Video tutorials: Run command and IFF screens in AMOS
In two more videos of his tutorial series about AMOS Pro, retro and Amiga fan 'Yawning Angel' shows on the one hand how to call other AMOS programs from existing AMOS programs by using the Run command (YouTube video), and on the other hand how to use an IFF file as a screen (YouTube video). (dr)

[News message: 26. Apr. 2024, 06:30] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
25.Apr.2024
Seiya (ANF)


PDF magazine: REV'n'GE 157 (Italian/English)
Besides the Italian original issue, the PDF magazine REV'n'GE ("Retro Emulator Vision and Game") is also available in English. The magazine's reviews compare, if available, the different ports of classic games to the various platforms of their time. Furthermore a focus is on rather unknown retro games.

Amiga-related, the current issue, which is dedicated to flight simulators, is about "Knight of the Sky" and "Duck Hunt". (snx)

[News message: 25. Apr. 2024, 21:15] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
25.Apr.2024



Survey: Future focus of Kea Sigma Delta's work
Hans De Ruiter's (for example FTP server ZitaFTP) company Kea Sigma Delta has written several books on programming, produced videos and spent most of his time developing his own stuff. In the future, he would like to do more justice to his own slogan "We enjoy creating awesome stuff using software & electronics, and helping others to do the same" and intends to create a membership programme.

For that, he is asking for information in advance about what interested parties need and what their current level of knowledge is. He has published a short survey for this purpose. As he tells us, an "Amiga corner" is also planned based on the response so far. (dr)

[News message: 25. Apr. 2024, 06:36] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
25.Apr.2024
Balaton


Emulator: QEMU 9.0.0 released
QEMU is an open source computer emulator and virtualiser. QEMU is able to emulate a complete computer in software. It is therefore also possible to emulate Amiga operating systems such as AROS, AmigaOS or MorphOS on QEMU. This support is provided by QEMU developer Zoltan Balaton, who has set up a dedicated website with lots of tips and information.

According to him, the new version 9.0.0 contains improvements of the Sam460ex emulation (faster, support of short drive options like -cdrom & -drive media=..., SFS fixed) and Pegasos2 IRQ fixes. A ready to use binary for Windows 64 bit has already been made available. (dr)

[News message: 25. Apr. 2024, 06:07] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Apr.2024
AmiKit (ANF)


Workbench distribution: AmiKit 12.5
The Workbench distribution AmiKit for Windows, Mac OS, Linux, Vampire, PiStorm and Raspberry Pi is now available in version 12.5, called "Spring Update".

Besides updates of system files and included programs, also new software has been added, e.g. a converter for HEIF images, the SONOS controller and various Hollywood plugins; the changelog can be found at the title link. (snx)

[News message: 24. Apr. 2024, 20:58] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Apr.2024



AmigaOS 4: Mini review of Heretic 2
The adaptation of the third-person shooter "Heretic 2", originally released in 1998 for the PC and two years later also for the Amiga, to AmigaOS 4, which was released this year, was subjected to a short review by Pavel 'pavlor' Dohnal at the title link.

His positive assessment is that the game runs fast and relatively stable (tested on a Pegasos 2), supports various graphics standards (software rendering, MiniGL, GL4ES) and can also be played with music without a physical CD in the drive.

Apart from the costs, the disadvantage is that some configuration work is required initially (adapting the keyboard layout, setting up MiniGL and the CD unit to be used). Graphic errors were also noticed at certain screen resolutions, but after contacting the author he expects these to be rectified quickly. (snx)

[News message: 24. Apr. 2024, 08:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Apr.2024



Demo scene: How the Backslide demo was created
At this year's Revision demo party, Backslide to Arcanum by Cosmic Orbs took 3rd place among the Amiga demos. Interest attracted that a large bitmap image rotated effortlessly at 50 Hz in full overscan and 1×1 resolution, moving across the screen and changing size arbitrarily.

At the title link, 'Jobbo' from Cosmic Orbs explains how he went about it. (snx)

[News message: 24. Apr. 2024, 08:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Apr.2024



Game Construction Kit: RedPill 0.9.38
RedPill, developed by Carlos Peris, is a game construction kit written in Amiblitz 3.99, which allows the development of games from various genres (e.g. Agonman). RedPill is compatible with AGA and ECS, the "player" for playing the finished creations requires a total of 1.5 MB RAM. Jens 'Farbfinsternis' Henschel has written a tutorial.

All changes of updated version 0.9.38:
  • Trigonometry functions are now intertal and mathtrans library is no longer needed.
  • Mathtrans library is no longer copied when building games, diskfont is only copied if topaz is not used.
  • Added a condition trigger CPU is to check the processor of the machine where the game is running.
  • When building a game targeting A500 assign ENV: to RAM: is not executed.
  • Optimization of math functions.
  • Fix for tileset not being saved.
  • Fix in basic_platformer project that made impossible completing the second stage.
  • Fix for Default screen width being overwritten by the level one.
  • Fix for Tiled Move action trigger when moving in diagonal.
  • Small fixes.
(nba)

[News message: 23. Apr. 2024, 11:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Apr.2024



Arcade port: Phoenix500
Jean-Francois 'jotd' Fabre has converted another arcade classic for the Amiga: Phoenix500 is a top-down space shooter (YouTube video) that has been remade for ECS Amigas. (dr)

[News message: 23. Apr. 2024, 06:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Apr.2024



Shoot'em Up: Game.X 1.2
Franck 'hitchhikr' Charlet has released version 1.2 of his port of the shoot'em up Game.X (YouTube video, amiga-news.de reported). It uses a newer and faster engine and saves the highscore in the game directory if the NVRAM is not available.
The game requires an AGA Amiga and was originally released by Kugenuma Soft in 1990. (dr)

[News message: 23. Apr. 2024, 06:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Apr.2024
Andreas Magerl (ANF)


Print magazine: Amiga Future, issue 168, preview and excerpts
Preview and excerpts of Amiga Future issue 168 (May/June 2024) have been published online at the title link. Content of this issue, which features four additional pages, includes interviews with David Pleasance as well as Steve Quartly and Paul Huxham of PhotoFolio, reviews of the AmigaOne A1222 Plus and the (German) AmigaOS 3.2 book as well as an article about parallax scrolling on the Amiga.

Amiga Future magazine is available as an English and a German printed magazine and can be bought directly from the magazine's editorial office as well as several Amiga dealers. (snx)

[News message: 22. Apr. 2024, 20:58] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Apr.2024



Module player: NostalgicPlayer 2.3.0 for Windows
NostalgicPlayer is a program for playing Amiga music modules under Windows, based on APlayer. The development of the player had been started by the author Thomas Neumann in 1993 on the Amiga, later continued on BeOS and now on Windows (amiga-news.de reported). Changes of version 2.3.0:
  • The "Remove unknown modules" options did previously remove modules if a player could not be found or the module could not be loaded. This has been changed, so it will only be removed if a player cannot be found.
  • Added a new Level Meter visualizer. This one shows the current level for the left and right speakers in dB.
  • If a module is packed, it will now be shown in a separate line in Module Information Window together with which packers that are used.
  • Updated SharpCompress to version 0.36.0.
  • Updated mpg123 to version 1.32.6.
  • Updated libsidplayfp to version 2.7.0.
  • Added support to player the David Whittaker module Q-Ball.
  • Renamed the AHX player to HivelyTracker + added support for HivelyTracker modules.
  • Added these new module formats: SoundTracker 2.6, IceTracker, ProTracker IFF, SC68, Digital Mugician, Digital Mugician 2, SidMon 1.0, SidMon 2.0 and AMOS Music Bank.
An installation package can be found on Microsoft Store. (dr)

[News message: 22. Apr. 2024, 18:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Apr.2024



Image and PDF converter: Image2PDF 2.6 for all Amiga systems
Bernd Assenmacher's Image2PDF is a tool for converting images to PDF and vice versa. Images can also be scaled or saved in a different format (amiga-news.de reported). Changes in version 2.6:
  • updated guide file
  • On MorphOS and AROS the guide file is now copied to the installation drawer
  • On MorphOS the "Path" command in s:user-startup is now deactivated If wanted active, one needs to uncomment it manually, save it and then reboot the computer
  • added possibility to scale images with all chosen formats
  • added possibility to compress PDF docs when Ghostscript is installed
  • the orientation of PDF docs can now be changed (not with ImageSize format)
  • a print margin can be set now
  • using commandline will now adapt the orientation automatically (not with ImageSize format)
  • compiled single versions for the supported platforms
  • removed applet from archive
  • added a print function to print PDF documents
(dr)

[News message: 22. Apr. 2024, 16:22] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



Do it yourself: Scart adapter (also available to buy)
Finnish CBMretro store offers a Scart adapter for plugging into the RGB port of the Amiga for sale at the title link. Alternatively, you can build the adapter yourself, the documentation is open source. (snx)

[News message: 21. Apr. 2024, 22:41] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



Amiga emulator: Amiberry 5.7.0 and 6.3.0 (preview)
Amiberry is an Amiga emulator for ARM-based single-chip systems like the Raspberry Pi, the Odroid XU4 or the Tinkerboard from ASUS, which brings some newly developed features like a "WHDLoad-Booter" or support for controller configuration using RetroArch. For example it is used in the Workbench distribution AmiKit for the Raspberry Pi 4/400.

New versions have now been released: version 5.7.0 is recommended for RPI4 and version 6.3.0 (preview) for x86_64 or faster ARM boards. Both versions offer numerous new features, bug fixes and improvements. (dr)

[News message: 21. Apr. 2024, 16:56] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



Aminet uploads until 20.04.2024
The following files have been added until 20.04.2024 to Aminet:
peak_filter.lha          dev/amos   2K        2nd order osc filter
formator_1.0.lha         dev/hwood  14K   MOS A hollywood plugin
REDPILLGameCreator.lha   dev/misc   5.6M  68k Game Creator with AGA support
TankX.lha                game/2play 1.4M  68k 1-7 player tank combat (updat...
StefADV2.lha             game/text  67K   68k 2nd little italian text adven...
BackdPattGener.lha       gfx/edit   63K   68k Create your own backdrop patt...
AmiArcadia-OS4.lha       misc/emu   8.2M  OS4 Signetics-based machines emul...
AmiVms.lha               misc/emu   3.8M  68k Simulates OpenVMS commands
mame-v037b2-68k.lha      misc/emu   2.1M  68k Multiple Arcade Machine Emula...
CoronerLab2.zip          mods/crash 54K       Hard hitting, evil tech mod. ...
Intuition.zip            mods/crash 55K       Short, Slow, Grungy, Melodic....
MurderWarpath.zip        mods/crash 61K       Aggressive Tribal Rock. 8 bit xm
MurderWarpath2.zip       mods/crash 61K       Aggressive Tribal Rock. 8 bit xm
LN3Water24.lha           mods/misc  790K      16bit 4ch LN3 Water Temple 24...
sysvars.lha              util/boot  16K   68k Put system information in env...
AmigaGPT.lha             util/misc  910K  AOS App for chatting to ChatGPT
jl.lha                   util/misc  40K   68k JOST Launcher for kickstart 1.3
VATestprogram.zip        util/misc  32M   68k Versatile Amiga Testprogram
isomount.lha             util/rexx  26K       Mount ipf,img,iso,adf... on d...
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



OS4Depot uploads until 20.04.2024
The following files have been added until 20.04.2024 to OS4Depot:
wildmidi.lha             aud/pla 32Mb  4.1 A simple software midi player
liba52.lha               dev/lib 764kb 4.1 low-level interface to decode AC...
libharfbuzz.lha          dev/lib 7Mb   4.1 HarfBuzz text shaping engine
libpng.lha               dev/lib 4Mb   4.1 Lib for handling PNG files
libsdl2_ttf.lha          dev/lib 4Mb   4.1 A Freetype 2.0 wrapper for SDL2
libcurl.lha              dev/lib 1Mb   4.1 The multiprotocol file transfer ...
libopenssl.lha           dev/lib 15Mb  4.1 The open source toolkit for SSL/TLS
libz.lha                 dev/lib 255kb 4.1 libZ / zlib / z library (.a/.so)
amidisas.tar.bz2         dev/uti 23kb  4.0 Amiga ELF PPC Disassembler
amiarcadia.lha           emu/gam 8Mb   4.0 Signetics-based machines emulator
bermudasyndrome.lha      gam/act 3Mb   4.1 Bermuda Syndrome
doomrpg.lha              gam/boa 3Mb   4.1 Turn-based role-playing game bas...
amigagpt.lha             net/cha 910kb 4.0 App for chatting to ChatGPT
curl.lha                 net/mis 734kb 4.1 Command line URL file transfer
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



AROS Archives uploads until 20.04.2024
The following files have been added until 20.04.2024 to AROS Archives:
origami.i386-aros.zip        dem/int 1Mb   Origami Intro by Faemiyah Demogroup
thefulcrum.i386-aros.zip     dem/sce 9Mb   Demo from Matrix
libdumb.i386-aros.zip        dev/lib 985kb DUMB library (+src)
dosbox-kens.lha              gra/ico 5kb   unofficial kens icons for dosbox
mbx-kens-unofficial.lha      gra/ico 8kb   unofficial kens icons for mbx games
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



MorphOS-Storage uploads until 20.04.2024
The following files have been added until 20.04.2024 to MorphOS-Storage:
Protrekkr_2.6.7.lha       Audio/Tracker             A hybrid of modern day ...
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



WHDLoad: New installers until 20.04.2024
Using WHDLoad, games, scene demos and intros by cracking groups, which were originally designed to run only from floppy disks, can be installed on harddisk. The following installers have been added until 20.04.2024:
  • 2024-04-14 improved: Turrican 3 (Factor 5/Rainbow Arts) custom options displayed in splash screen, CD32 buttons supported (Info)
  • 2024-04-14 improved: Inviyya (Tigerskunk) supports another CD32 version (Info, Image)
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



AmigaRemix: Further files added
AmigaRemix collects remixes of well-known soundtracks of Amiga games. Since our last news-item, the following mp3 files have been added:
  • Stardust Memories (Cosmic Carnage)
  • Desert Rocks 2024 Edition Live Performance
(snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024
Mastodon


Windows/Linux/Mac OS: Ami Sampler 0.7
As the name suggests, "Ami Sampler" is a VSTi 8-bit sampler that is intended to come close to its Amiga role models on other systems and thus combine this nostalgia with modern digital audio workstations. The range of functions therefore also includes replicas of the 4.4 kHz 6 dB/octave low-pass filter of the Amiga 500 and the 3.1 kHz 12 dB/octave low-pass filter of the Amigas 500 and 1200 as well as a "Paula switch".

The latter is inspired by the custom chip's limitation of only being able to pan hard left or hard right, which allows the Amiga to produce unique wide-sounding pads when multiple channels play the same sample as a chord. The Paula switch creates a similar affect by alternating the pan for each note played by the sample; almost like an autopan except the notes are sustained instead of shifting back and forth. When in "Paula mode", the channel pan control becomes a stereo width from -100 wide to +100 wide; when in Mono mode, "Paula" is disabled since the effect is for chords. (snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



THEA500 Mini: Pandory500 firmware V3
The alternative firmware "Pandory500" for THEA500 Mini, which is "sideloaded" and enables the use of emulators for other systems (amiga-news.de reported), is now available in version 3.

In addition to updates to included emulators, the new features include optimization in terms of speed and file size as well as, for example, remote access to the THEA500 Mini via SSH and SFTP. (snx)

[News message: 21. Apr. 2024, 09:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024



Video: Update on the development status of the Terrible Fire 4060 turboboard
At the title link Terrible Fire reports on the development status of the TF 4060, the long-awaited Amiga 4000 counterpart to the TF 1260 turbo card. The video shows revision 4 of the prototype, a fifth has already been ordered. The latter is intended for a beta test program. (snx)

[News message: 21. Apr. 2024, 09:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Apr.2024
Amigaworld.net (website)


Gopher client: Gopherized
As the name suggests, Fabio 'Allanon' Falcucci's "Gopherized" is a client for the Gopher network protocol. As a special feature compared to other Amiga programs, it automatically scans the pages saved as bookmarks for updates.

After a test phase of this preliminary version, the final version 1.0 of this AMOS program will be published together with the source code. (snx)

[News message: 21. Apr. 2024, 09:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Apr.2024



AmigaOS 4: cURL V8.7.1
Daniel Stenberg, initiator and main developer of cURL, a command line tool for transferring data with URLs, reported at the end of March in his blog about the release of versions 8.7.0 and 8.7.1. 'MickJT' has now ported this current version for AmigaOS 4. (dr)

[News message: 19. Apr. 2024, 12:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Apr.2024



Event: "ZZAP! Live 2024" in Kenilworth (England)
On 17 August 2024, The Holiday Inn in Kenilworth (England) will host the second "ZZAP! Live" event (amiga-news.de reported), organised by Fusion Retro Books, der South West Amiga Group and Retro Computer Museum. All Commodore computer systems including the Amiga will be represented.

In addition to a number of guests, there will be games competitions throughout the day and a raffle in the evening. (dr)

[News message: 18. Apr. 2024, 22:06] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Apr.2024



RIPPLE IDE: Firmware update for Zorro 2 IDE interface
Last week we informed you about the open source projects lide.device, a new IDE driver for the Amiga, and CIDER, an expansion card for the CDTV (amiga-news.de reported). Matt "LIV2" Harlum had developed RIPPLE IDE for his lide.device as a follow-up product. This is an IDE interface for Zorro-2-based Amiga models (A2000, A3000, A4000), which interested parties can build on their own using Gerber data and a parts list.

RIPPLE IDE in combination with lide.device work with Kickstart 1.3 or later, support drives up to 2 terabytes and ATAPI devices, offer an autoboot function and thus also boot from CD-ROM and ZIP/LS-120 drives.

The firmware update 18/04/24) was released today for RIPPLE DE, which fixes errors in the boot process and in the autoconfig function. (nba)

[News message: 18. Apr. 2024, 12:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Apr.2024



Turn-based strategy: Update introduces free elections in "Settle the World"
Christian 'TheoTheoderich' Wiegel's latest update for his turn-based building and trading game "Settle the World" introduces free elections: In the game, the population of cities can now vote every few years on whether the player should remain in power. Elections become available as soon as the inhabitants of a city have reached the worker class for the first time. If the player wins the election, he can continue playing, if he loses the vote, the game ends for him.

The integration of the new voting system is not yet complete and will be expanded with future updates. As the outcome of elections currently still depends too much on chance, the game does not yet end if the player loses an election. Details on the influence of the townspeople's happiness on their voting behavior and which other factors will influence the outcome of elections in the future can be found in Wiegel's developer diary. (cg)

[News message: 18. Apr. 2024, 01:27] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Apr.2024
Frank Neumann (Mail)


Shoot 'em Up: Early demo version of "NEON world" (v0.2)
After Frank Neumann had not programmed anything for the Amiga with assembler for 30 years, he wants to get back into it with the shoot 'em up "NEON world" (amiga-news.de reported). With this third early demo version, the first level has now 27 screens, including a boss at the end. There are also minor improvements here and there.

The next steps will be adding PowerUps for the player and moving back in the level when the player dies (at the moment the player is immediately respawned and the level just continues). The game should run on an Amiga 500.

Direct download: NeonWorld.adf.zip (99 KB) (dr)

[News message: 17. Apr. 2024, 21:59] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Apr.2024



Tutorial: Building a ReAmiga 4000CR
At the title link and in a separate entry with the second part, John 'Chucky' Hertell describes step by step mounting the chips on a ReAmiga 4000CR circuit board, i.e. the cost-reduced version with the 68030 CPU mounted directly on the mainboard. (snx)

[News message: 17. Apr. 2024, 09:43] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Apr.2024
Alinea Computer (ANF)


Game: Quake 2 as download version for AmigaOS 4 available
Press release: Alinea Computer is pleased to announce that it has taken over the distribution of Quake 2 for AmigaOS 4. The first Amiga version of Quake 2 was released in 2002 by Hyperion Entertainment and has been continued and greatly improved in this tradition.

Steffen Häuser is responsible for the port and has implemented numerous improvements. In addition to support for the various mission CDs and MODS, GL4ES/Warp3DNova support and playback of the soundtracks as OGG Vorbis have also been realised.

The AmigaOS 4 version of Quake 2 costs 14.95 Euro and is available for download at the title link. Please note that the data files of the PC version are required to run the AmigaOS 4 version of Quake 2. These can be purchased at a favourable price via Steam, for example. Free MODS and Mission CDs are already available on Aminet.

Here are all the features and system requirements at a glance:

Features
  • AmigaOS 4 native version
  • GL4ES, MiniGL and Software Renderer
  • Full support for Mission CDs The Reckoning and Ground Zero
  • Ports to the unofficial mission CD Zaero and to about 50 multiplayer mods will be released soon on OS4Depot/Aminet, these downloads require the new version of Quake 2
  • AmigaInput support
  • CD Audio works again (the old version only worked with older CD drives). As an alternative to CD audio, Ogg Vorbis files can be played as a soundtrack; the music files from this version are already pre-installed during a Steam/Gog install
  • The new installer now works with the PC CD of Quake 2 as well as with the Steam and Gog Classic versions. When using the Steam/Gog Classic installer, the two mission CDs are installed at the same time. We recommend using the Steam version for easy installation
  • Alternatively to the .cin intros, the game now also supports .avi and .mpeg files (a script to convert the .ogv files of the Steam version is included on the ISO, if you want the higher resolution video files)
System requirements
  • Software: AmigaOS 4.1 and the data files from Steam, Gog or CD version
  • Hardware: At least 150 MHz PowerPC CPU, 32 MB RAM, graphics card, at least 1 GB free hard disc space; A1222 is currently not supported, but game can also be played on QEmu and UAE PPC
(snx)

[News message: 17. Apr. 2024, 09:43] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 8 10 ... <- 15 16 17 18 19 20 21 22 23 24 25 -> ... 30 197 370 [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
.
7-bit: Bluetooth adapter for control pads (25. Apr.)
First stable version of a native 64-bit AROS (24. Apr.)
Print magazine: Amiga Future 174 - Preview and reading samples (24. Apr.)
Emulation: QEMU 10.0 / bboot 0.8 (23. Apr.)
Announcement and pre-order campaign: AmiGUS sound card (19. Apr.)
ACube Systems: UBoot 2015.d for Sam440ep flex and mini-itx (15. Apr.)
Paint program: PolarPaint for all Amiga systems (11. Apr.)
ACube Systems: UBoot 2015.d for Sam460EX, Sam460CR and Sam460LE boards (09. Apr.)
Mining strategy game: The history of "Aminer" (07. Apr.)
Event: Start for ticket sales for "Amiga40" (05. Apr.)
.
 amiga-news.de
.
Configure main page

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