Page 5 of 7

Re: FPU Compatible Software

Posted: 07 Jun 2021 18:58
by exxos
pixelpusher wrote: 07 Jun 2021 18:38 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

Re: FPU Compatible Software

Posted: 08 Jun 2021 07:43
by pixelpusher
exxos wrote: 07 Jun 2021 18:58
pixelpusher wrote: 07 Jun 2021 18:38 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.

Re: FPU Compatible Software

Posted: 08 Jun 2021 08:21
by exxos
pixelpusher wrote: 08 Jun 2021 07:43 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 ?

Re: FPU Compatible Software

Posted: 08 Jun 2021 11:19
by pixelpusher
exxos wrote: 08 Jun 2021 08:21
pixelpusher wrote: 08 Jun 2021 07:43 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

Re: FPU Compatible Software

Posted: 08 Jun 2021 12:23
by exxos
pixelpusher wrote: 08 Jun 2021 11:19 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

Re: FPU Compatible Software

Posted: 08 Jun 2021 17:40
by pixelpusher
exxos wrote: 08 Jun 2021 12:23
pixelpusher wrote: 08 Jun 2021 11:19 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

Re: FPU Compatible Software

Posted: 08 Jun 2021 17:47
by exxos
pixelpusher wrote: 08 Jun 2021 17:40 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.

Re: FPU Compatible Software

Posted: 08 Jun 2021 17:50
by pixelpusher
exxos wrote: 08 Jun 2021 17:47
pixelpusher wrote: 08 Jun 2021 17:40 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)

Re: FPU Compatible Software

Posted: 08 Jun 2021 17:54
by exxos
pixelpusher wrote: 08 Jun 2021 17:50 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..

Re: FPU Compatible Software

Posted: 08 Jun 2021 18:11
by exxos
This *should* work...

GB6B33.zip