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)

17.Nov.2022



Amiga emulator for MacOS: vAmiga 2.2b1
After developer Dirk Hoffmann released version 2.1 of his Amiga emulator vAmiga for macOS in mid-August (amiga-news.de reported), he has now started the new cycle of pre-releases for version 2.2 with the first beta release. Changes:

Enhancements
  • Added cycle-accurate 68010 emulation
  • Added experimental 68020 emulation
  • Added VSYNC support
  • The Cmd keys can be mapped to the Amiga keys without extra permissions
  • Added support for mice with a third button
  • The configurator panel can be opened as a window
  • Added an automatic resizing option to the Window menu
  • A broader range of hard-drive geometries is accepted now

Bug fixes
  • Fixed a bug related to sprite that were drawn outside the DIW
  • Fixed a timing issue related to the SPRxPOS register
The minimum system requirement for the emulator is macOS 10.15. (dr)

[News message: 17. Nov. 2022, 20:07] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Nov.2022



Arcade port: Wonderboy released
Wonderboy is an Amiga port of the first part of the Wonder Boy saga, of which only the sequel Wonderboy in Monsterland was available for the Amiga so far. The Amiga version was created with the help of the Scorpion Engine (amiga-news.de reported). Now 'acidbottle' has released the final version 1.0, which already runs on an Amiga 500 with 1 MB ChipRam and 1 MB FastRAM. (dr)

[News message: 17. Nov. 2022, 06:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Nov.2022



Competition: Winner of the Amiga Art Contest 2022
A few days ago the winners of the "Amiga Art Contest 2022" were announced in a live stream. Under the title link the award winning artworks and productions in the categories "hand drawn artworks", "photo", "music" and "animation" for this and also the past years are clearly listed. (dr)

[News message: 17. Nov. 2022, 05:46] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022



Experimental operating system for the Amiga 4000: Apollo
Dietmar Planitzers unfortunately named "Apollo" project is an experimental operating system for the Amiga 4000. It is incompatible to existing systems, but tries to implement modern concepts on the Commodore computer - the author mentions a process management built around dispatch queues similar to Apple's Grand Central Dispatch as one example.

Interested users need to compile Apollo themselves, the project is being developed on MacOS using the integrated development environment Xcode. Currently the only software available is a bunch of unit tests - which have to be invoked manually, since there's no automated unit testing framework yet. (cg)

[News message: 16. Nov. 2022, 23:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022



Video: 68k programs under MorphOS
Ravi Abbott, known for his documentary "Downfall Amiga, after Commodore" (amiga-news.de reported), shows in his latest video how to install the operating system MorphOS and then set it up so that you can use 68k applications and games. (dr)

[News message: 16. Nov. 2022, 17:16] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022
Amiga Future (website)


Retailer: EU source of supply for Checkmate products
After Stephen Jones' Checkmate products became more difficult to purchase in the EU as a result of the Brexit, the German mail order company DragonBox now offers a source of supply within this economic area at the title link. (snx)

[News message: 16. Nov. 2022, 15:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022
BBSindex (ANF)


Amiga 37: Video report with interviews
The 58-minute video report by 'BBSindex' about the Amiga37 event contains various interviews, for example with the former Commodore employees Gerald Lang, Karina Härtel and Ettore Caurla or with the musician Chris Hülsbeck, who also tells personal details. (snx)

[News message: 16. Nov. 2022, 14:26] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022
Olaf Schönweiß (ANF)


Video: Scalos as Linux desktop
The Workbench replacement Scalos, which was ported for AROS ten years ago, is now also running under the runtime environment AxRuntime under Linux in a still very early state.

A video of it can be watched at the title link, in a forum post Krzysztof 'deadwood' Śmiechowicz describes how to proceed if you want to try it out yourself. (snx)

[News message: 16. Nov. 2022, 14:12] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2022



Accelerator board projekt: Buffee developer on the advantages of PJIT
In her blog Renee Cousins, one of the two developers of the turbo card project "Buffee" (amiga-news.de reported), reports about theoretical and practical basics of the project. In two previous blog entries she had compared her emulation solution of the 68k processor under ARM microprocessors, Pseudo-JIT (PJIT), with solutions like Emu68 or UAE (part 1, part 2). In the now published third part of the series, she explains why she thinks PJIT is better than either of the other two strategies.

Also, she writes, the programming of the board is the biggest headache, with a couple of beta boards already destroyed in the process. They are still trying to figure out the timing with the CIA chips (e.g., the talking 6800), but right now ROM and the custom registers are working fine. She could not test the chip RAM because the ROM was blocking access. (dr)

[News message: 16. Nov. 2022, 05:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
15.Nov.2022
Chris Hülsbeck (Twtter)


Podcast interview: In conversation with Chris Hülsbeck
Every Monday, the podcast Pop: The History Makers presents a new interview with an icon of popular culture. This time, musician and composer Chris Hülsbeck is the guest. (dr)

[News message: 15. Nov. 2022, 09:39] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
15.Nov.2022



Metacompiler: Portabl E r6a
Christopher Handley's metacompiler "Portabl E" works by translating your code written with the programming language Amiga E into C++, and then using GCC to compile it into an executable. This needs an installation of GCC. This update fixes some bugs of version r6, released a few days ago (amiga-news.de reported). Changes:
  • BUG: AmigaOS4: Fixed the 'std/cGui' module failing to compile (MUIA_Dtpic_Name not declared), due to the SDK not using MUI4+ by default.
  • BUG: Linux: Fixed 32-bit hex values > $7FFFFFFF not being interpreted as negative by the type checker.
  • BUG: AROS: Fixed Install_AROS not offering to install the extra C header files (although they're not really needed).
(dr)

[News message: 15. Nov. 2022, 07:48] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
15.Nov.2022



Feature test in AMOS: Update for mingame None Of Us
The group 'ELECTRIC BLACK SHEEP', known among other things for the fantasy shooter Project Quest, which is currently in development, had released a minigame called "None Of Us" three weeks ago, which is intended to test how to obscure the player's opponents with light and shadow in AMOS Pro (YouTube video).

Two further updates (amiga-news.de reported) fix two music bugs and give the player and enemies a higher speed. (dr)

[News message: 15. Nov. 2022, 05:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2022
Sven Scheele (ANF)


Event: Interface XXXII in Kiel, Germany, on 26.11.2022
On Saturday, November 26, retro computing event "Interface" will take place again in Schwentinental near Kiel, Germany. More information can be found in our German news-item. (snx)

[News message: 14. Nov. 2022, 09:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2022



Video: Capacitor replacement on Amiga 1200
The YouTube channel "Casual Retro Gamer" (CRG) is dedicated to repairing and building retro hardware. The latest video shows how to change the capacitors on the motherboard of an Amiga 1200. (dr)

[News message: 14. Nov. 2022, 06:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2022



Preview video: Super Metal Hero
"Raster Wizards" have published another preview video of the Jump'n Run "Super Metal Hero" developed with BlitzBasic showing the sentinel enemy of the fourth world. (dr)

[News message: 14. Nov. 2022, 05:59] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



Programming language: Amiga C/C++ Visual Studio Code Extension 1.6.7
Bartman', member of the demo group 'Abyss', provides with 'amiga-debug' a 'Visual Studio Code' extension for "compiling, debugging and profiling Amiga C/C++ programs compiled by the bundled gcc 11.2 with the bundled WinUAE" (YouTube video). A few moments ago, version 1.6.7 has been released. Changes:
  • NEW: profiler: Toggle right panel
  • NEW: debugger: New panel for custom registers
  • FIX: profiler: Fix mac rendering bug
  • FIX: profiler: Mac keyboard shortcuts
  • NEW: vasm: memory type suffix in section names
  • FIX: assembly: Check cycle counts are for current file
  • NEW: profiler: Track source from profile disassembly view
(dr)

[News message: 13. Nov. 2022, 18:55] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



Kung Fu action: "Devil's Temple" V3.5
About three weeks ago, Geezer Games had released "Devil's Temple (amiga-news.de reported). By releasing another update, the following bugs were fixed:
  • When using the ADF's, Level 9 now loads, Stage 10 files moved to disk 2 to fix. I'm amazed nobody picked this up sooner and just shows floppies/adfs are not in fashion.
  • End of game bug fixed where the game would not end if the player moves immediately right when X appears. Fixed by spawning Lena before X, now Lena will always be in the chair.
(dr)

[News message: 13. Nov. 2022, 15:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



Aminet uploads until 12.11.2022
The following files have been added until 12.11.2022 to Aminet:
CloudDav_1.81.lha        comm/net   759K  MOS A WebDav client
encore_morphever.lha     demo/misc  47M   MOS Morphever by Encore - demo fo...
modifile.lha             dev/amos   74K   68k File modifier written by AMOSPro
PortablE.lha             dev/e      13M   ALL E compiler, r6 finished release
anaiis.lha               driver/oth 207K  68k ANAIIS USB Stack Release 1.22
Mattonite.lha            game/actio 973K  68k Arkanoid like PAL game almost...
MinedField.lha           game/think 30K   68k a Windows alike game for the ...
7mezzoplus.lha           game/wb    328K  68k Popular Italian Christmas game
AmiArcadia.lha           misc/emu   4.6M  68k Signetics-based machines emul...
AmiArcadiaMOS.lha        misc/emu   4.9M  MOS Signetics-based machines emul...
AmiArcadia-OS4.lha       misc/emu   5.1M  OS4 Signetics-based machines emul...
AmiVms.lha               misc/emu   3.4M  68k Simulates OpenVMS commands
SnesMUI.lha              misc/emu   2.5M  MOS MUI interface for Snes9x emul...
hippoplayerupdate.lha    mus/play   374K  68k Updated HippoPlayer
iGame.lha                util/misc  315K      Frontend for WHDLoad
clzip.lha                util/pack  267K  MOS Data (de)compressor like gzip...
(snx)

[News message: 13. Nov. 2022, 08:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



OS4Depot uploads until 12.11.2022
The following files have been added until 12.11.2022 to OS4Depot:
drawing_dt.lha           dat/ima 380kb 4.0 Vector superclass + DR2D/SVG Dat...
portable.lha             dev/lan 13Mb  4.1 E compiler, r6 (07.11.2022)
amiarcadia.lha           emu/gam 5Mb   4.0 Signetics-based machines emulator
animwebconverter.lha     gra/mis 2Mb   4.0 A web anim tool
setpointer.lha           uti/she 13kb  4.0 A way to set the pointer at boot...
(snx)

[News message: 13. Nov. 2022, 08:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



AROS Archives uploads until 12.11.2022
The following files have been added until 12.11.2022 to AROS Archives:
portable.lha                 dev/lan 13Mb  E Compiler
animwebconverter.lha         gra/con 2Mb   Easy web tool to convert your ol...
(snx)

[News message: 13. Nov. 2022, 08:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2022



MorphOS-Storage uploads until 12.11.2022
The following files have been added until 12.11.2022 to MorphOS-Storage:
bePlayer_1.5.lha          Audio/Players             A simple music player u...
Chrysalis_3.17r2_Micro... Chrysalis                 This pack allows you to...
ENCORE_Morphever_1.1.0... Demoscene/ENCORE          Demo for MorphOS PowerPC
AmiBlitz_3.9.8.lha        Development/AmiBlitz      Amiblitz is the further...
pForth_28-BE-32.zip       Development/C             Portable ANS-like Forth...
PortablE_r6.lha           Development/E             PortablE is a recreatio...
X-Mass_2.0.lha            Emulation/ACEpansion      Plugin for ACE CPC Emul...
AmiArcadia_29.2.lha       Emulation                 A Signetics-based machi...
clzip_1.13.lha            Files/Archive             Data (de)compressor lik...
iGame_2.2.0.lha           Games/Launcher            A frontend to launching...
image2pdf_1.0.lha         Graphics/Convert          image2pdf_1.0.lha
AnimWebConverter_5.0.lha  Graphics/Tools            A little and easy web t...
PegasosJedi.jpeg          Hardware/Pegasos2         Pegasos 2 motherboard
NoClick_2.0.lha           Misc                      Multiplatform NoClick e...
CloudDav_1.81.lha         Network/Streaming         A WebDav client
PastePass_1.11_beta.lha   System/Utilities          A simple passwordmanage...
(snx)

[News message: 13. Nov. 2022, 08:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 80 155 ... <- 160 161 162 163 164 165 166 167 168 169 170 -> ... 175 831 1493 [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.
.