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


29.Sep.2021
exec.pl


m68k assembler support: Plugins for JetBrain and Visual Studio IDEs
Recently we reported, that Chris 'platon42' Hodges is developing a (e.g. USB-Stack Poseidon) Plugin for the integrated development environment (IDE) of Jetbrains (e.g. CLion and IntelliJ for Windows, Mac OS and Linux) providing support for m68k assembler. It equips the IDEs with syntax highlighting and code refactoring capability for Motorola's instruction set.

This project also is available on GitHub and meanwhile the plugin is available as version 0.7 providing the following changes:
  • Bugfix: 'btst' with pc-relative and weird immediate mode was missing (courtesy of Yann).
  • Bugfix: 'movem' with pc-relative mode was missing for weird immediate mode (courtesy of Yann).
  • Bugfix: Special registers for address mode matching only worked with lower case register names (courtesy of Yann).
  • Enhancement: Assembler syntax with implicit immediate 1 for shifts and rotations no longer cause syntax errors (courtesy of Yann).
  • Enhancement: Documentation for instruction with special register shows specific register expected.
  • New: Added documentation provider info for global labels. Shows directives and comments above.
  • Bugfix: Fixed BNF for labels with preprocessor statements.
  • Disabled: 'END' detection was breaking parsing, causing havoc.
  • Full changelog available at Github project site.
There is also a second, similar approach of the JetBrains employee Yann Cébron. However, there is no public version yet.

For Microsoft's IDE Visual Studio (among other supporting Visual Basic.NET, C, C++, C++/CLI, C++/CX, C#, F#, SQL Server, TypeScript and Python as well as HTML, JavaScript and CSS), there is also an extension providing support for Amiga's assembler language. (dr)

[News message: 29. Sep. 2021, 06:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Sep.2021



Controlling Sonos speakers: SonosController 1.1 (OS3/4, MorphOS)
Known for his workbench simulation TAWS, Michael Rupp had released his first Amiga program at the beginning of August, which is used to control Sonos speakers: SonosController (amiga-news.de reported). Now he has released version 1.1 for his program written in the programming language Hollywood, which for the first time is available for AmigaOS 3 in addition to AmigaOS 4 and MorphOS and includes the following changes:
  • NEW: first release for AmigaOS 3.x besides 4.1 and MorphOS
  • NEW: lots of performance improvements to make it usable on a 68060 cpu, resulting in being blazingly fast on PPC-Amigas.
  • NEW: MUI 3.8 compatibility (instead of 5.0)
  • NEW: zones (= rooms) are now saved in the config file so when starting the app the next time no network scan is necessary, resulting in a much quicker startup.
  • NEW: to save on network traffic and CPU load, loading of the current queue can now be deactivated in the Preferences.
  • NEW: network scan can now be cancelled and it's no longer possible to start a second scan while one is already running (this led to speakers being listed multiple times in v1.0).
  • NEW: queue lists are now cached in memory and are only reloaded if a change has been reported by the according UPNP event.
  • NEW: various zone values are now cached in memory and are no longer reloaded when switching between zones.
  • NEW: loading of album art for radio stations
  • NEW: timeout for UPNP subscription has been increased from 10 minutes to 1 hour (same as with the original Sonos app).
  • NEW: added progress in percent while loading a list in the music source
  • NEW: added the possibility to cancel loading a list in the music source
  • NEW: "Settings" menu to accomodate the menuitems "Preferences..." and "MUI..."
  • NEW: "About MUI..." menuitem to follow the MUI styleguide
  • CHANGED: shortcuts for "Next" / "Previous" from Ctrl-LEFT/RIGHT to Alt-LEFT/RIGHT because on an Amiga keyboard the Ctrl key is quite far away from the cursor keys.
  • REMOVED: browsing the music library by song: it was useless and took ages, it's much better to use the search instead.
  • FIXED: renewal of UPNP subscription as well as unsubscription
  • FIXED: TV input is now handled correctly.
  • FIXED: improved handling when clicking like mad into the track position slider.
  • FIXED: disable play button if action "Play" is not available
  • FIXED: lots of minor bugfixes
(dr)

[News message: 28. Sep. 2021, 06:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Sep.2021
Jörg 'Torque' Klopsch


AmigaPortal.de: Relaunch of website
In June 2019 the blogger, YouTuber and Amiga fan Jörg 'Torque' Klopsch started the Amigaportal.de. After it was not available for quite a while due to various problems, it has now been relaunched and now offers the possibility for discussion and talks. (dr)

[News message: 27. Sep. 2021, 11:46] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Sep.2021



Amiga emulator for MacOS: vAmiga 1.1 Beta 3
At the end of May developer Dirk Hoffmann released version 1.0 of his Amiga emulator for macOS. With the release of the first betaversion for version 1.1 he continued the development. Now beta version 3 is available, with the following changes:
  • Compatibility enhancements:
    • Fixed a bug related to reading the BLTDDAT register.
    • Fixed a bug related to the computation of the DDF window.
    • Fixed a bug related to dropping register writes when DMA is performed at the same time.
  • GUI:
    • Fixed a display bug in the Denise debug panel (BPLCON2 showed wrong values)
  • From now on, vAmiga distinguishes two OCS Agnus revisions (A1000 and A500/2000).
  • Fixed a bug that generated erroneous bitmap blocks on disks created by importing single files or directories.
(dr)

[News message: 27. Sep. 2021, 06:48] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021
gooofy (comment)


BASIC compiler: AQB 0.7.2
By his compiler AQB, Günter Bartsch aims to implement a modern, clean, Amiga compatible and future-proof BASIC that is geared to, but no clone of Microsoft's AmigaBASIC and QuickBASIC, respectively.

In version 0.7.2, besides further function calls and bugfixes, an online documentation in AmigaGuide format has been added and the Auto-Format feature fine-tuned. Most formattings and spellings of identifiers are preserved now. Keywords are still recognized and turned into upper case letters, indentations are carried out automatically and folding is also still supported. (snx)

[News message: 26. Sep. 2021, 08:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021



Text editor: Amiga Source Editor 1.60
By releasing version 1.2 (2019), at the end of the last year Alain Fontanin has resumed the development of his "Amiga Source Editor" (ASE) which originally started in 1989.

The author constantly develops his text editor further and now has released version 1.60 with the following changes:
  • AmigaOS version 3.2 is correctly detected at launch;
  • Taking into account of the thousands separator in the display of numbers (locale.library);
  • First version of the 'Configure PFKey' functionality: visualization of the PFKey configuration;
  • Possibility to configure the TAB key to insert spaces;
  • Ability to automatically decompress tabs when reading a file;
  • Addition of 4 new ARexx functions (PrepareCancelLines, GetSelCharLine, GetSelCharStart and GetSelCharEnd);
  • Removal of menu shortcuts using French characters (eg: é, ç, à);
  • Correction of a bug preventing the entry (except ASCII or PFKey functions) of the characters [] {} and not taking into account the numeric keypad keys associated with the SHIFT key.
  • Possibility to define the unit associated with the clipboard;
  • Management of DOS comment for files;
  • Management of recent documents (last 10 open documents).
(dr)

[News message: 26. Sep. 2021, 08:17] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021



Aminet uploads until 25.09.2021
The following files have been added until 25.09.2021 to Aminet:
AmiGemini.lha            comm/net   72K   68k Gemini protocol browser
aqb.lha                  dev/basic  204K  68k A BASIC Compiler+IDE for Amig...
F1GP2021Carset.lha       game/data  18K       2021 Carset for F1GP
nblood.lha               game/shoot 1.0M  68k Blood
AmiVms.lha               misc/emu   3.2M  68k Simulates OpenVMS commands
MMV8_Complete.lha        mus/edit   1.7M  68k MusicMaker V8 Version 3.0 (Co...
EP_MMV8.lha              mus/play   15K   68k MusicMakerV8 player for Eagle...
imp3.lha                 mus/play   28K   MOS Do stuff on Amiga!
MMV8_2_PCM.lha           mus/play   9K    68k MusicMaker V8 to PCM converter
MMV8_Deliplayer.lha      mus/play   5K    68k MusicMakerV8 Deliplayer for D...
MMV8_Player.lha          mus/play   33K   68k MusicMaker V8 Player
UADE_MMV8.lha            mus/play   15K   68k MusicMakerV8 players for UADE
Nifty3.2.lha             pix/misc   25K       A new mouse pointer preset fo...
TestProgram.zip          util/misc  123K  68k Versatile Amiga Test Program
usbdevs.lha              util/rexx  373K      Vendor and product of USB device
VirusZ.lha               util/virus 112K  68k VirusZ III 1.04ß - Antivirus ...
(snx)

[News message: 26. Sep. 2021, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021



OS4Depot uploads until 25.09.2021
The following files have been added until 25.09.2021 to OS4Depot:
amiarcadia.lha           emu/gam 5Mb   4.0 Signetics-based machines emulator
nmtm-solution.lha        gam/mis 9kb   4.0 The solution for the game No Mor...
pixy.lha                 gra/edi 4Mb   4.0 Pixel editor new generation
witchcleaner.lha         net/mis 2Mb   4.0 Clean temp data from OWB and IBr...
(snx)

[News message: 26. Sep. 2021, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021



AROS Archives uploads until 25.09.2021
The following files have been added until 25.09.2021 to AROS Archives:
boingdemo.i386-aros.lha      dem/int 5Mb   A recreation of the Amiga Boing ...
dwitvs.i386-aros.lha         dem/int 162kb 4K source intro
hogwagen.i386-aros.lha       dem/int 171kb 4K source intro
jylam.i386-aros.lha          dem/int 147kb 4K source intro
newvox.i386-aros.lha         dem/mis 193kb Voxel-style landscape SDL render...
antiryadgx4_9_install_2.zip  dev/uti 290Mb 2D/3D Game Engine
nmtm.lzx                     gam/adv 16Mb  Point and click adventure game
africa.i386-aros.zip         gam/boa 299kb Conversion of 3W board game
framebuild-0.5.zip           gra/mis 39kb  Builds list of selected .jpg fil...
doboing.i386-aros.lha        gra/ray 111kb Generate Boing Ball 3D objects
simplemail-0.37-aros-i386... net/ema 842kb IMAP POP3 Client Email
arsfsdoctor_v1.zip           uti/fil 87kb  SFS Recovery Application
(snx)

[News message: 26. Sep. 2021, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021



MorphOS-Storage uploads until 25.09.2021
The following files have been added until 25.09.2021 to MorphOS-Storage:
IMP_3.28.lha              Audio/Players             Play modules from inter...
SonicCD_RSDKv3_1.3.0.lha  Games/Platform            A Full Decompilation of...
Wayfarer_2.7.lha          Network/Web               Wayfarer is the latest ...
Witchcleaner_2.10.lha     Network/Web               A little and easy progr...
(snx)

[News message: 26. Sep. 2021, 08:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
26.Sep.2021
Amigaworld.net (forum)


Game: Point'n'click adventure CyberSphere available
CyberSphere is a Point'n'click-Adventure sold as boxed game for AmigaOS 4, MorphOS and AROS/x86 (as well as Windows, Mac OS and Linux; amiga-news.de reported), in which you have to traverse a city, its underground and outskirts to find out what has happened to you in the previous days after having awaken in your apartment with a headache and missing memory.

Languages of the game are Italian, English and French, required are 512 MB (2 GB for AROS) RAM and 100 MB of free space on the hard disk. (snx)

[News message: 26. Sep. 2021, 08:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
25.Sep.2021



Puzzle game: Crazy Columns 1.03
Jochen Hoffer keeps on working on his port of the Sega classic 'Columns' (Video) and has released version 1.03 (amiga-news.de reported).

In the new version the input in the highscore has been revised. Now the input is not terminated when pressing the fire button or the corresponding keys. Only at the last position of the name, the input is completed. Once you have entered a name in the highscore and confirmed the entry, an Online Key will appear on the screen. This can now be entered in the online highscore.

Furthermore the online highscore can be downloaded now to see the rankings even on the Amiga. This file highscore.dat can be copied on the disk or HD.

Direct download: CrazyColumns.v1.03.adf (880 KB)
(dr)

[News message: 25. Sep. 2021, 06:25] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Sep.2021



Music: C64 & Amiga Game Music Remade as Epic Film Scores
The independent video game developer Prismatic Realms has officially started its Kickstarter website for financing the very special music album 'Epic Action Vol. 1': C64 & Amiga Game Music Remade as Epic Film Scores. The following Amiga games will be used:
  • Lost Patrol
  • Dune - Ecolove
  • HeroQuest
  • Nicky Boom
  • Shadow of the Beast
  • Turrican II - The Desert Rocks
  • Lotus Turbo Challenge 2
  • Another World
A first impression you can get by listening to five samples via Soundcloud, among others 'Lost Patrol' and 'Dune'.

About the background of the project the initiators wrote:

"Epic Action is our fantasy music album project that focuses on melding two genres together that we believe are a perfect fit: Classic Video Game Music and Epic Hollywood-style Action Film Scores.

Growing up, we were blown away by some of the music that classic computer systems were able to produce. Since you are here, chances are you were too! Rob Hubbard, David Whittaker and the late Ben Daglish (among many others) were prolific composers on the C64 and Amiga scenes. So much so that their game music tracks are still listened to, remixed and remade to this very day.

At the same time, we are a big fan of Hollywood action films. John Williams, Hans Zimmer, Alan Silvestri and many others are responsible for helping turn great movies into experiences that are bigger than life by scoring riveting masterpieces that leave you on the edge of your seat.

The idea behind this album is to deftly combine those two worlds. We've brought together talented and hard-working folks to turn this concept into reality. It is our hope that you find this project as interesting and exciting as we do and we thank you for your support!" (dr)

[News message: 24. Sep. 2021, 06:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Sep.2021



MorphOS: Web browser Wayfarer 2.7
Jacek 'jacadcaps' Piszczek has updated his web browser Wayfarer to version 2.7: Changes:
  • Worked around random crashes that may have been observed in 2.6
  • Significantly improved performance of various threading checks across WebKit
  • Worked around an issue in objc runtime that caused Wayfarer to stall during download notifications. Do note that notifications must be reconfigured in Magic Beacon as some keywords have changed.
  • Improved handling of websites that constatly request http auth credentials instead of caching the state
(dr)

[News message: 21. Sep. 2021, 10:31] [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 631 1093 [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
.
Action game: Amiga Yoomp! released (23. Dec.)
Amiga show: "Amiga 40" on October 18 and 19, 2025 (22. Dec.)
Sokoban variant: Ami Robbo 2, Physical Edition (19. Dec.)
German print magazine: ASM (Aktueller Software Markt), issue 12/24 (19. Dec.)
AmigaKit: Apparently modified A1200 mainboard planned (18. Dec.)
Developer documentation: "Amiga ROM Kernel Reference Manual: AmigaDOS" available (14. Dec.)
AmigaOS 4: Space shooter "Super Star Blast" (13. Dec.)
Commercial action RPG: Dungeonette - The New Adventure (AGA/CD32) available (07. Dec.)
Gorky 17: WarpOS support, minor update of AmigaOS 3 version, new demo (06. Dec.)
AmiGameJam: Numerous new games introduced (30. Nov.)
.
 amiga-news.de
.
Configure main page

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