Page 1 of 1

MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 3:27 pm
by t0nyt
I'm trying to see what MAGEPROM (https://dilwyn.theqlforum.com/qlrom/index.html) does

But the boot file tries to load a file called "XTRAS" which isn't in the zip file

Does anyone know what this file is, and if it's available please?

Many thanks
Tony

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 3:31 pm
by RalfR
"XTRAS" is the the standard "Turbo-toolkit" from DP.

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 3:57 pm
by t0nyt
RalfR wrote: Mon Aug 25, 2025 3:31 pm "XTRAS" is the the standard "Turbo-toolkit" from DP.
Thanks Ralf, but I can't find any file called XTRAS in the Turbo Toolkit download (or any other zip on that page)

Any ideas what I'm missing please? Have never used Turbo Toolkit

Many thanks
Tony

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 4:02 pm
by RalfR
XTRAS is the Turbo Toolkit as a runtime version. You can use the standard Turbo toolkit.

https://dilwyn.theqlforum.com/turbo/trbot14.zip

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 4:04 pm
by t0nyt
RalfR wrote: Mon Aug 25, 2025 4:02 pm XTRAS is the Turbo Toolkit as a runtime version. You can use the standard Turbo toolkit.

https://dilwyn.theqlforum.com/turbo/trbot14.zip
Ok, many thanks!

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 7:58 pm
by dilwyn
It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 8:07 pm
by RalfR
Yes, but "magep.exe" is turbo compiled.

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 8:08 pm
by t0nyt
dilwyn wrote: Mon Aug 25, 2025 7:58 pm It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.
Thanks Dilwyn

I loaded the turbo_tk_code from ralf’s link and that did the trick for me with mageprom

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 8:30 pm
by dilwyn
t0nyt wrote: Mon Aug 25, 2025 8:08 pm
dilwyn wrote: Mon Aug 25, 2025 7:58 pm It may also have been the Supercharge compiler extensions which I think were actually called extras or xtras.
Thanks Dilwyn

I loaded the turbo_tk_code from ralf’s link and that did the trick for me with mageprom
There's some overlap of keyword names in both, so sometimes they are interchangeable if you are lucky, sometimes not, depending on what extensions the program used.

In this case, looking at the code of magep_exe in an editor it was Turbo compiled, so yes, use Turbo Toolkit.

If you're not sure how to check if a program is Turbo or Supercharge compiled, you can usually tell from the boot program which of the two sets of compiler extensions is needed - the boot program will allocate 6KB or more for Turbo Toolkit, or only about 1KB for Supercharge extensions.

Re: MAGEPROM Missing XTRAS File?

Posted: Mon Aug 25, 2025 8:34 pm
by RalfR
dilwyn wrote: Mon Aug 25, 2025 8:30 pmIn this case, looking at the code of magep_exe in an editor it was Turbo compiled, so yes, use Turbo Toolkit.
That's what I have done :D .