Main Menu

PSPUAE????

Started by 03stevensmi, 08 May, 2012, 05:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

APONE78


FOL

Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

FOL

Been talking to Toni Wilem about this, so hopefully I can get this working.

Quote from: FOL on 08 Jul, 2012, 07:43 PM
Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

03stevensmi

Quote from: FOL on 10 Jul, 2012, 02:11 PM
Been talking to Toni Wilem about this, so hopefully I can get this working.

Quote from: FOL on 08 Jul, 2012, 07:43 PM
Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.

I hope this guy really helps you out fol  :)
You have been working at your best for all of us
And we all here really appreciate all the trouble you have gone
Through. I hope to see some updates soon on this cause I'm getting
Really excited!

FOL

Quote from: 03stevensmi on 12 Jul, 2012, 06:05 PM
Quote from: FOL on 10 Jul, 2012, 02:11 PM
Been talking to Toni Wilem about this, so hopefully I can get this working.

Quote from: FOL on 08 Jul, 2012, 07:43 PM
Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.

I hope this guy really helps you out fol  :)
You have been working at your best for all of us
And we all here really appreciate all the trouble you have gone
Through. I hope to see some updates soon on this cause I'm getting
Really excited!

Hope this GUY, THIS GUY, ;).
Toni Wilem is the WinUAE dev, :).

From what Toni said, it would never work the way it was intended.
So I need to create some code to create the correct settings. Its looks as though, we have never been setting any of the masks correctly.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

03stevensmi

Quote from: FOL on 14 Jul, 2012, 12:03 AM
Quote from: 03stevensmi on 12 Jul, 2012, 06:05 PM
Quote from: FOL on 10 Jul, 2012, 02:11 PM
Been talking to Toni Wilem about this, so hopefully I can get this working.

Quote from: FOL on 08 Jul, 2012, 07:43 PM
Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.

I hope this guy really helps you out fol  :)
You have been working at your best for all of us
And we all here really appreciate all the trouble you have gone
Through. I hope to see some updates soon on this cause I'm getting
Really excited!

Hope this GUY, THIS GUY, ;).
Toni Wilem is the WinUAE dev, :).

From what Toni said, it would never work the way it was intended.
So I need to create some code to create the correct settings. Its looks as though, we have never been setting any of the masks correctly.

so How is this working out for you FOL?  ???

FOL

Quote from: 03stevensmi on 19 Jul, 2012, 10:54 AM
Quote from: FOL on 14 Jul, 2012, 12:03 AM
Quote from: 03stevensmi on 12 Jul, 2012, 06:05 PM
Quote from: FOL on 10 Jul, 2012, 02:11 PM
Been talking to Toni Wilem about this, so hopefully I can get this working.

Quote from: FOL on 08 Jul, 2012, 07:43 PM
Quote from: APONE78 on 08 Jul, 2012, 09:10 AM
Sure will FOL  :) :)

Right definately know what issue and why its doing it, but everything I try isnt working, :(.

Basically, from what I can tell. The config file calls as follows;
val 0 == 0
val 1 ? ECS Agnus
val 2 ? ECS Denise
val 3 ? ECS Denise | ECS Agnus
AGA | ECS Denise | ECS Agnus

Well above is basically whats in source. The problem with it is, theres no value for AGA.
So when we set CSMASK_AGA | CSMASK_ECS_Denise | CSMASK_ECS_Agnus it decides the value = 5, 6 & 7.
This causes the menu to set it correctly but display it as option 7, which doesnt exist (it equals "NULL").
Very annoying. Im so close its doing my head in, lol.

I hope this guy really helps you out fol  :)
You have been working at your best for all of us
And we all here really appreciate all the trouble you have gone
Through. I hope to see some updates soon on this cause I'm getting
Really excited!

Hope this GUY, THIS GUY, ;).
Toni Wilem is the WinUAE dev, :).

From what Toni said, it would never work the way it was intended.
So I need to create some code to create the correct settings. Its looks as though, we have never been setting any of the masks correctly.

so How is this working out for you FOL?  ???

Been ill over the last few days so have'nt been able to work on it, still getting over the worst of it.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

FOL

Will try to work on it some more this week / next week.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

Hungry Horace

Quote from: FOL on 08 Aug, 2012, 02:21 PM
Will try to work on it some more this week / next week.

lol - i keep thinking i might have time to get back into things.... trouble is, the missus wants to do some decorating before the sofa's arrive in 4 weeks!!

At least i have my own internet now... :D
Quote from: KillerGorillabecause winuae is made of code and your amiga is made of stuff


03stevensmi

Quote from: FOL on 08 Aug, 2012, 02:21 PM
Will try to work on it some more this week / next week.

Wow! This has (probably) Been The Award Winning
Project for Longest Release  ;D

Is Things Going to Plan on This FOL?
What's Happened Mate ???

FOL

Quote from: 03stevensmi on 24 Aug, 2012, 03:07 PM
Quote from: FOL on 08 Aug, 2012, 02:21 PM
Will try to work on it some more this week / next week.

Wow! This has (probably) Been The Award Winning
Project for Longest Release  ;D

Is Things Going to Plan on This FOL?
What's Happened Mate ???

Sorry for the long delay, I have'nt had time to get back into as I wanted.
My wife is'nt very well at the moment, so I have been off my pc for about a week or two. Problem is, I am trying to help her has much as I can and that means, Im not able to get time coding like I used to.
Fingers crossed, things will change. I will update this thread when I am able to work on it further.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire