Page 1 of 1

So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 5:11 pm
by Waifu4Life
I get a black screen with my CRT using component cables 😿

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 5:40 pm
by wark91
Yes it is working just through hdmi for the moment.

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 5:54 pm
by Waifu4Life
wark91 wrote: ↑Sat Nov 27, 2021 5:40 pm Yes it is working just through hdmi for the moment.
Figured as much, thank you.

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 7:19 pm
by mapf
For ease of debugging, the current code supports both loading from sdcard as well as loading from the second sdram module. If the second sdram module support is enabled, analog output from the I/O board gets automatically disabled (they share the same pins after all).

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 8:10 pm
by Waifu4Life
mapf wrote: ↑Sat Nov 27, 2021 7:19 pm For ease of debugging, the current code supports both loading from sdcard as well as loading from the second sdram module. If the second sdram module support is enabled, analog output from the I/O board gets automatically disabled (they share the same pins after all).
But I don't use a 2nd sdram module.

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 8:19 pm
by FPGAzumSpass
The core must be rebuilt to use the pins for analog out.

Basically just this line has to be removed:
https://github.com/RobertPeip/PlayStati ... on.qsf#L54

Keep in mind that analog out isn't fully polished yet anyway, so if you really need it, it's best to wait some more weeks.

Re: So can we use the IO board's analog out or not?

Posted: Sat Nov 27, 2021 8:33 pm
by Waifu4Life
FPGAzumSpass wrote: ↑Sat Nov 27, 2021 8:19 pm The core must be rebuilt to use the pins for analog out.

Basically just this line has to be removed:
https://github.com/RobertPeip/PlayStati ... on.qsf#L54

Keep in mind that analog out isn't fully polished yet anyway, so if you really need it, it's best to wait some more weeks.
Oh I see. The dual RAM option has been kept even if we don't need it. Oh well, I'll keep testing it on my HDTV and wait for analog out.

Cheers

Re: So can we use the IO board's analog out or not?

Posted: Sun Nov 28, 2021 9:34 am
by C-R-T
It works with direct video if you’re using a CRT. That’s how I use it.

Re: So can we use the IO board's analog out or not?

Posted: Mon Nov 29, 2021 6:34 pm
by danytyler
It works for me but a little out of sync on a Trinitron CRT. Does anyone have any particular resolution in mister.ini for the PS1 core?

Edit: [PlayStation] composite_sync=0 did the trick

Re: So can we use the IO board's analog out or not?

Posted: Tue Nov 30, 2021 12:25 am
by thorr
Super glad this is/will be supported. Will it work with native 480i?

Re: So can we use the IO board's analog out or not?

Posted: Tue Nov 30, 2021 8:49 am
by caad
There's some kind of sync problem with Direct Video, at least for me. But at this stage it's to be expected. Don't worry, and have patience.

Re: So can we use the IO board's analog out or not?

Posted: Fri Dec 03, 2021 9:37 am
by Caldor
the_importer wrote: ↑Sat Nov 27, 2021 8:33 pm
FPGAzumSpass wrote: ↑Sat Nov 27, 2021 8:19 pm The core must be rebuilt to use the pins for analog out.

Basically just this line has to be removed:
https://github.com/RobertPeip/PlayStati ... on.qsf#L54

Keep in mind that analog out isn't fully polished yet anyway, so if you really need it, it's best to wait some more weeks.
Oh I see. The dual RAM option has been kept even if we don't need it. Oh well, I'll keep testing it on my HDTV and wait for analog out.

Cheers
Yes, the developer is still using it, which is why it was implemented in the first place, as it makes it easier to debug the core when loading games this way.

Peip has said he might reenable the analogue IO board for the next release. There might be a way to make it an option whether it uses SD-RAM or the IO board in the core, not sure.

Re: So can we use the IO board's analog out or not?

Posted: Fri Dec 03, 2021 4:05 pm
by FPGAzumSpass
As i will use the second sdram for a while when i add sound, i will not remove it in the next weeks.
Expect Analog Out some time early next year.

Until then, debug builds will not have it. You can do your own build, but i don't want to distribute 2 debug builds for now.

Re: So can we use the IO board's analog out or not?

Posted: Fri Dec 03, 2021 5:57 pm
by callanabrown
C-R-T wrote: ↑Sun Nov 28, 2021 9:34 am It works with direct video if you’re using a CRT. That’s how I use it.
The core is currently working with direct video to 15 khz TV? or 31 khz VGA?

Re: So can we use the IO board's analog out or not?

Posted: Fri Dec 03, 2021 7:28 pm
by C-R-T
callanabrown wrote: ↑Fri Dec 03, 2021 5:57 pm
C-R-T wrote: ↑Sun Nov 28, 2021 9:34 am It works with direct video if you’re using a CRT. That’s how I use it.
The core is currently working with direct video to 15 khz TV? or 31 khz VGA?
15 KHz TV. But there are some flickery lines showing up.

Re: So can we use the IO board's analog out or not?

Posted: Fri Jan 14, 2022 1:56 pm
by twonunpackmule
C-R-T wrote: ↑Fri Dec 03, 2021 7:28 pm
callanabrown wrote: ↑Fri Dec 03, 2021 5:57 pm
C-R-T wrote: ↑Sun Nov 28, 2021 9:34 am It works with direct video if you’re using a CRT. That’s how I use it.
The core is currently working with direct video to 15 khz TV? or 31 khz VGA?
15 KHz TV. But there are some flickery lines showing up.
I also noticed the image is horizontally shifted heavily to the right.