Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]   Go Down

Author Topic: PSPUAE????  (Read 21479 times)

0 Members and 8 Guests are viewing this topic.

APONE78

  • PSPUAE Beta Tester
  • A600
  • *****
  • Karma: 0
  • Offline Offline
  • Posts: 23
Re: PSPUAE????
« Reply #15 on: July 08, 2012, 08:10:24 AM »

Sure will FOL  :) :)
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #16 on: July 08, 2012, 06:43:48 PM »

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.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #17 on: July 10, 2012, 01:11:06 PM »

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

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.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

03stevensmi

  • A600
  • *
  • Karma: -2
  • Offline Offline
  • Posts: 31
  • Generic Amiga User
Re: PSPUAE????
« Reply #18 on: July 12, 2012, 05:05:27 PM »

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

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!
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #19 on: July 13, 2012, 11:03:49 PM »

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

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.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

03stevensmi

  • A600
  • *
  • Karma: -2
  • Offline Offline
  • Posts: 31
  • Generic Amiga User
Re: PSPUAE????
« Reply #20 on: July 19, 2012, 09:54:13 AM »

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

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?  ???
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #21 on: July 22, 2012, 11:05:09 AM »

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

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.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #22 on: August 08, 2012, 01:21:18 PM »

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

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: PSPUAE????
« Reply #23 on: August 09, 2012, 08:46:43 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
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

03stevensmi

  • A600
  • *
  • Karma: -2
  • Offline Offline
  • Posts: 31
  • Generic Amiga User
Re: PSPUAE????
« Reply #24 on: August 24, 2012, 02:07:07 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 ???
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: PSPUAE????
« Reply #25 on: August 25, 2012, 09:49:55 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.
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire
Pages: 1 [2]   Go Up
 

TinyPortal 2.2.2 © 2005-2022