Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: SpeedGeek on June 19, 2015, 02:55:04 PM

Title: RamseyConfig released!
Post by: SpeedGeek on June 19, 2015, 02:55:04 PM
Here is the link to this thread:
 
http://eab.abime.net/showthread.php?p=1026344 (http://eab.abime.net/showthread.php?p=1026344)
 
Title: Re: RamseyConfig released!
Post by: Oldsmobile_Mike on June 19, 2015, 06:30:11 PM
Neat!  As the poster on EAB said, "Why would someone want to twiddle Ramsey?"  What sort of things can you do with it?
Title: Re: RamseyConfig released!
Post by: SpeedGeek on June 19, 2015, 08:40:50 PM
Quote from: Oldsmobile_Mike;791361
Neat!  As the poster on EAB said, "Why would someone want to twiddle Ramsey?"  What sort of things can you do with it?

The EAB poster's question was answered on EAB (Sorry, I don't like repeating my answers). :rolleyes:
Title: Re: RamseyConfig released!
Post by: Oldsmobile_Mike on June 19, 2015, 08:51:24 PM
Quote from: SpeedGeek;791363
The EAB poster's question was answered on EAB (Sorry, I don't like repeating my answers). :rolleyes:

No worries, sounds like a fun tool.  Great work, as usual!  :)

I still have an A2091 halfway done sitting here on my shelf, I swear I'm going to finish your 14MHz hack on that thing, one of these days! :D
Title: Re: RamseyConfig released!
Post by: mechy on June 19, 2015, 10:06:27 PM
Quote from: SpeedGeek;791355
Here are the links to these threads:

http://www.amibay.com/showthread.php?73961 (http://www.amibay.com/showthread.php?73961-RamseyConfig-released!&p=705982)

This link is for non-Amibay members:
 
http://eab.abime.net/showthread.php?p=1026344


Nice, i cant wait to mess with this, i have 50ns 4mb simms in the 4000's i have so this should be a chance to see if there are any memory speed gains!

mech
Title: Re: RamseyConfig released!
Post by: Cosmos on June 20, 2015, 10:33:41 AM
Very good !

SpeedGeek is clever and fully understand the right way : hard & soft optimizing is the only solution to be back in business...


:)
Title: Re: RamseyConfig released!
Post by: SpeedGeek on June 21, 2015, 10:34:56 PM
Quote from: mechy;791367
Nice, i cant wait to mess with this, i have 50ns 4mb simms in the 4000's i have so this should be a chance to see if there are any memory speed gains!

mech

Sorry mech,

The current release of RamseyConfig doesn't support skip mode for reasons explained in greater detail on the EAB thread. You are probably one of the very few users who could use that mode with a good degree of reliability but I can't justify supporting it for such very rare cases... :rolleyes:

But you should still be able to use the page and max. refresh modes without any problems. ;)
Title: Re: RamseyConfig released!
Post by: SpeedGeek on June 25, 2015, 04:28:30 PM
** NEWS UPDATE **

v1.1 Released!

Some useful improvements
- Added code to parse multiple arguments
- Simplified argument message code

UPDATE INFO:
The new multiple argument parsing code (since v1.1) has the
following limitations:
- Delimiters must be either spaces or commas
- The maximum number of arguments accepted is 4
- The first invalid argument terminates the argument search
Title: Re: RamseyConfig released!
Post by: SpeedGeek on April 11, 2018, 12:53:10 PM
** 2ND NEWS UPDATE **

v1.2 Released!
RamseyConfig now works more like a "Standard" Shell tool!
- Replaced custom argument parsing code with ReadArgs()
- Replaced paired SuperState()/UserState() calls with single
     Supervisor() calls

UPDATE INFO:
The new ReadArgs() parsing code (since v1.2) now accepts up to 4 arguments but you must use the full argument name. Also, delimiters must be spaces.
Title: Re: RamseyConfig released!
Post by: SpeedGeek on June 07, 2022, 06:01:18 PM
Okay, RamseyConfig is due for an update (Thanks to macce2 for helping me realize this). :)

PAGE mode will absolutely crash the machine for A4000 users. Therefore, this option should be disabled permanently in this case. However, BURST mode will not always crash the machine for A4000 users (even though they won't be able to use it).

This is a situation which IMO, requires user feedback. So, I will wait a while to see what kind of feedback is given before releasing the next update. ;)
Title: Re: RamseyConfig released!
Post by: SpeedGeek on June 29, 2022, 12:23:34 AM
** 3RD NEWS UPDATE **

RamseyConfig 1.3 released!

Added code to disable Burst and Page mode for A4000 users since they can't use either of them.
- New feature, added (version dependent) code to show Ram width or Skip mode.
Title: Re: RamseyConfig released!
Post by: SpeedGeek on July 27, 2022, 12:07:06 AM
** 4TH NEWS UPDATE **

RamseyConfig 1.4 released!

v1.4 A4000 Bug Fix
- Replaced SDMAC test with A3000 bonus code test. Thanks again to macce2 for the bug report!
Title: Re: RamseyConfig released!
Post by: SpeedGeek on August 01, 2022, 03:34:36 PM
** 5TH NEWS UPDATE **

RamseyConfig 1.5 released!

v1.5 Replaced A3000 bonus code test with Lisa test. In most cases,
hardware model detection should be more reliable than
software model detection.