Welcome, Guest. Please login or register.

Author Topic: A600GS Updates  (Read 236744 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline amigakitTopic starter

Re: A600GS Updates
« Reply #254 from previous page: February 28, 2025, 03:56:15 PM »
The following software updates for the A600GS have been uploaded today through the in-built live update system.  They are available to download for all registered AmiSphere users:


46.1.1015  (28/02/2025):

A600GS:

* Add Italian language translation thanks to Samir Hawamdeh

* Add test for RDB based HDFs, when RDB found omit altered options to allow correct handling by AmiBerry

* Suppress editing of DEVICE VOLUME and BOOTPRI for RDB based HDFs as these are all in the control of the RDB

* Add option to limit Z3 memory space used to 1Gb, this should allow RTG and Z3 memory to be used on OS variants that inadvertently impose this limit.

YAM:

YAM v2.10 has been rebuilt with important bug fixes implemented.  A new YAM support page has been added to the Wiki for A600GS / A1200NG users: https://wiki.amiga.org/yam

* Regenerate the flex generated C files from HTML2Mail.l and ParseMail.l with flex version 4.6 (run on the A600gs itself 🙂 ) as the OS4 version used for cross compiling was just slightly too old and caused occasional crashes.

* Fix bug in RecipientString GoActive method, custom MUI class that could set the same input handler on the window more than once and cause lock-ups due to queueing a node twice.

* Fix equivalent issue in GoInactive method

The last two fix an issue with the Forward window locking up and also the Edit draft window in some circumstances

AmiBerry:

Minor refactor of Z3mem options parsing to allow setting up of multiple Z3 memory "cards" , the previous parser would overwrite the same memory bank with the subsequant options causing some quirky side effects!  The end result of this is to allow combinations of memory like 512 + 256 (for 768 total)

www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 
The following users thanked this post: ernsteiswuerfel

Offline nbache

Re: A600GS Updates
« Reply #255 on: February 28, 2025, 04:17:39 PM »
YAM v2.10 has been rebuilt with important bug fixes implemented.
Was an OS4 build also made with these fixes? Or will it be?

Best regards,

Niels
 

Offline amigakitTopic starter

Re: A600GS Updates
« Reply #256 on: February 28, 2025, 04:30:43 PM »
@nbache

As official YAM Development stopped a few years ago , we are willing to progress the project so it does not die off.  It is important to keep the applications on the A600GS and A1200NG up to date.  We have already added up to date AmiSSL 5 support and fixed some important issues.   An OS4 port would be perfectly feasible too.
www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 

Offline broadblues

Re: A600GS Updates
« Reply #257 on: February 28, 2025, 04:47:08 PM »
I haven't as yet.
Just tried for a quick test whilst building something else on the other machine, and  it needs a bit of attention to  build with the recent OS4 SDK when I have more time I might take bit more in depth look. Might be just used the wrong makefile options as it generated alot more warnings than I would expect.
 

Offline ernsteiswuerfel

Re: A600GS Updates
« Reply #258 on: March 02, 2025, 11:17:35 PM »
* Add option to limit Z3 memory space used to 1Gb, this should allow RTG and Z3 memory to be used on OS variants that inadvertently impose this limit.
Many thanks! I can now use the A600GS 'uagefx' graphics card on a bog standard OS3.2.2.1 install with Picasso 3.5.0 and 800 MB RAM.

However now when selecting 'Use Z3 RAM' option I get 800 MB Fast as default. What does the 'Limit Z3 to 1 GB' option do then?

Not that I am complaining as the now seemingly default 800 MB are more then enough for me and everything is working fine. :) Simply curious about what the new option might be good for when the former default 1 GB Fast got reduced to 800 MB Fast as default anyhow?
 

Offline broadblues

Re: A600GS Updates
« Reply #259 on: March 03, 2025, 11:06:57 AM »
It limits the *total* Z3 ram, including that used by the Z3 graphics card to less than 1GiB (exceeding the 1GiB "barrier" being the reason for the issue)

In the is iteration it means you get a bank of 512MiB and 1 of 256MiB giving  756GiB of Z3 ram plus the 128MiB Z3 P96 card. (which leaves 128MiB spare )

Workebench will e reporting GB rather than GiB hence the 800+ instead of 756
 

Offline ernsteiswuerfel

Re: A600GS Updates
« Reply #260 on: March 03, 2025, 07:04:32 PM »
It limits the *total* Z3 ram, including that used by the Z3 graphics card to less than 1GiB (exceeding the 1GiB "barrier" being the reason for the issue)
Thanks for explaining!

But the point why I was asking is that the P96 issue on my OS 3.2.2.1 install disappeared _without_ selecting the '1 GB Z3 RAM limit' option. Default Z3 setting, now supplying 768 MiB RAM seems enough.

Quote
In the is iteration it means you get a bank of 512MiB and 1 of 256MiB giving  756GiB of Z3 ram plus the 128MiB Z3 P96 card. (which leaves 128MiB spare )

Workebench will e reporting GB rather than GiB hence the 800+ instead of 756
Ah I see - thanks for the details!
 

Offline broadblues

Re: A600GS Updates
« Reply #261 on: March 04, 2025, 08:56:24 AM »
Quote
Default Z3 setting, now supplying 768 MiB

Are you saying that with limt Z3 to 1Gb unticked you only get 768 GiB ? That's not right. I will double check things my end.  Usual cause for weirdness like that is not setting the bool to false in constructor, usual catch those before release but .....
 

Offline ernsteiswuerfel

Re: A600GS Updates
« Reply #262 on: March 06, 2025, 01:09:33 PM »
Are you saying that with limt Z3 to 1Gb unticked you only get 768 GiB ?
Exactly.
 

Offline broadblues

Re: A600GS Updates
« Reply #263 on: March 07, 2025, 11:21:46 AM »
The option is set but not the widget, fixed in next update.
 
The following users thanked this post: ernsteiswuerfel

Offline Jeff

  • VIP / Donor - Lifetime Member
  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 1410
  • Thanked: 1 times
    • Show only replies by Jeff
Re: A600GS Updates
« Reply #264 on: March 07, 2025, 06:35:27 PM »
Do I use my existing AmiShere account for updates, or do I create a new account bespoke the A600GS? I bought my A600GS right from AmigaKit and it hasn't had it's first update yet.
I appreciate ALL of the updates - it's becoming a nice small system.
 

Offline AmigaOldskooler

  • Sr. Member
  • ****
  • Join Date: Jul 2014
  • Posts: 321
  • Country: no
  • Thanked: 28 times
  • Gender: Male
  • a.k.a Puni/Void
    • Show only replies by AmigaOldskooler
    • Old School Game Blog
Re: A600GS Updates
« Reply #265 on: March 07, 2025, 06:53:20 PM »
@Jeff

You can use your existing AmiSphere account. Then you will get a list of your previous purchases from AmiStore as well (if you've bought something in the past on AmigaOS 4 for example). 8)

Offline Jeff

  • VIP / Donor - Lifetime Member
  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 1410
  • Thanked: 1 times
    • Show only replies by Jeff
Re: A600GS Updates
« Reply #266 on: March 07, 2025, 07:55:20 PM »
Thank You! I think I own everything they sell on there with credit leftover so... I am still waiting for some awesome looking packages to be released  ;D
« Last Edit: March 07, 2025, 08:22:43 PM by Jeff »
 

Offline Stilvoid

Re: A600GS Updates
« Reply #267 on: March 18, 2025, 01:26:13 AM »
Just got round to digging out my Greaseweazle to try on the A600GS. I have a PC floppy drive but only flat cables (no twist) from the Amiga but it works fine from my PC if I tell the software to use drive 1. Is there a way to specify this for the A600GS? I just tried, hoping it would detect or try different drive numbers but nothing happens :(
 

Offline SkulleateR

Re: A600GS Updates
« Reply #268 on: March 18, 2025, 08:48:30 AM »
Just got round to digging out my Greaseweazle to try on the A600GS. I have a PC floppy drive but only flat cables (no twist) from the Amiga but it works fine from my PC if I tell the software to use drive 1. Is there a way to specify this for the A600GS? I just tried, hoping it would detect or try different drive numbers but nothing happens :(

Had the same problem and just bought a twisted cable for 2€ of EBay ;)

You can also use an older Greaseweazle F1, that use a flat cable ...
 

Offline F0LLETT

  • Amigakit / A-EON Support
  • Administrator
  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 975
  • Country: gb
  • Thanked: 81 times
  • Gender: Male
    • Show only replies by F0LLETT
    • Ultimate Amiga
Re: A600GS Updates
« Reply #269 on: March 18, 2025, 09:03:39 AM »
Just got round to digging out my Greaseweazle to try on the A600GS. I have a PC floppy drive but only flat cables (no twist) from the Amiga but it works fine from my PC if I tell the software to use drive 1. Is there a way to specify this for the A600GS? I just tried, hoping it would detect or try different drive numbers but nothing happens :(

Just selecting DF1 in menu, will not work. You need to set it on GW level. Its currently being worked on / added.
Quote from: Hungry Horace
Resolute and Industrious Grand ruler of the yellow people and the Ultimate Amiga Empire
Ultimate Amiga Network (Home of SONY PSP Amiga Emulator and AMOS Factory)

Quote from:  He who shall not be named
"Chris is that you!!!"
My all time favorite quote.
 
The following users thanked this post: Stilvoid