FPU Compatible Software

General Discussion, STOS.

Moderator: troed

User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

pixelpusher wrote: Mon Jun 07, 2021 6:38 pm Renaming helps to start it, it still doesn't recognize an FPU nor an LineF emulation and just reports that no FPU was found when trying to start the FPU test.
This one will output COOKIE.TXT to see whats going on..

GB6B33.zip
(47.7 KiB) Downloaded 91 times

EDIT:

I think I might see the problem now.. ill upload another PRG to try also shortly... (maybe this one will work now, but not 100% sure)

EDIT2:

GB6B33A.zip
(47.71 KiB) Downloaded 96 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
pixelpusher
Posts: 117
Joined: Fri Dec 27, 2019 9:01 pm

Re: FPU Compatible Software

Post by pixelpusher »

exxos wrote: Mon Jun 07, 2021 6:58 pm
pixelpusher wrote: Mon Jun 07, 2021 6:38 pm Renaming helps to start it, it still doesn't recognize an FPU nor an LineF emulation and just reports that no FPU was found when trying to start the FPU test.
This one will output COOKIE.TXT to see whats going on..


GB6B33.zip

EDIT:

I think I might see the problem now.. ill upload another PRG to try also shortly... (maybe this one will work now, but not 100% sure)

EDIT2:


GB6B33A.zip
Unfortunately not. Still claims "FPU not present" in the "System" display and when starting the float math test it claims "FPU not found" and returns.
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

pixelpusher wrote: Tue Jun 08, 2021 7:43 am Unfortunately not. Still claims "FPU not present" in the "System" display and when starting the float math test it claims "FPU not found" and returns.
What is in cookie.txt ?
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
pixelpusher
Posts: 117
Joined: Fri Dec 27, 2019 9:01 pm

Re: FPU Compatible Software

Post by pixelpusher »

exxos wrote: Tue Jun 08, 2021 8:21 am
pixelpusher wrote: Tue Jun 08, 2021 7:43 am Unfortunately not. Still claims "FPU not present" in the "System" display and when starting the float math test it claims "FPU not found" and returns.
What is in cookie.txt ?
COOKIE = -1
STR = 3
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

pixelpusher wrote: Tue Jun 08, 2021 11:19 am COOKIE = -1
STR = 3
So cookie "true" , I forgot to dump what value it was seeing, so this should output the cookie value..

GB6B33.zip
(47.72 KiB) Downloaded 107 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
pixelpusher
Posts: 117
Joined: Fri Dec 27, 2019 9:01 pm

Re: FPU Compatible Software

Post by pixelpusher »

exxos wrote: Tue Jun 08, 2021 12:23 pm
pixelpusher wrote: Tue Jun 08, 2021 11:19 am COOKIE = -1
STR = 3
So cookie "true" , I forgot to dump what value it was seeing, so this should output the cookie value..


GB6B33.zip
COOKIE = -1 65537

Edit: so it's the long word you're displaying 0x00010001 as 2nd param - which is like expected
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

pixelpusher wrote: Tue Jun 08, 2021 5:40 pm These should be 16 bit values (at least the low and high word of the cookie are just this), but in your display it exceeds 16 bit...
Not sure what you're referring to by display ? I don't display the cookie data anywhere on screen.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
pixelpusher
Posts: 117
Joined: Fri Dec 27, 2019 9:01 pm

Re: FPU Compatible Software

Post by pixelpusher »

exxos wrote: Tue Jun 08, 2021 5:47 pm
pixelpusher wrote: Tue Jun 08, 2021 5:40 pm These should be 16 bit values (at least the low and high word of the cookie are just this), but in your display it exceeds 16 bit...
Not sure what you're referring to by display ? I don't display the cookie data anywhere on screen.
See correction in my previous post - and you're displaying (or logging) 0x00010001 in the cookie.txt (just as decimal)
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

pixelpusher wrote: Tue Jun 08, 2021 5:50 pm See correction in my previous post - and you're displaying (or logging) 0x00010001 in the cookie.txt (just as decimal)
Yep. just easier to debug as is without me hunting for the syntax to convert to something else.

Am working on this currently to try and find the issue..
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: FPU Compatible Software

Post by exxos »

This *should* work...

GB6B33.zip
(47.67 KiB) Downloaded 100 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Post Reply

Return to “SOFTWARE”