Cave SH3 board - anyone seen this glitch?

The place for all discussion on gaming hardware
Post Reply
User avatar
system11
Posts: 6275
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Cave SH3 board - anyone seen this glitch?

Post by system11 »

Hopefully it's not just mine, but hey - it might be...

Mushihimesama, on two monitors (identical types, one is bigger), I get a scanline on the left that is only half drawn. Adjusting the vsync makes this line go about 80% of the way, then the screen can't sync anymore. Adjusting it the other way eliminates the line. On a more modern screen, the line is there regardless of sync settings, perfectly drawn.

Now - the line SHOULD be there, it's got some of the graphics in ;-) Not too concerned, as the screen in the Touhoucab is actually the same as in a lot of Candy cabs, and that has no problem at all.

Anyone else seen this? Smells like something that's right on the edges of tolerance for a low res signal.
System11's random blog, with things - and stuff!
http://blog.system11.org
User avatar
Dave_K.
Posts: 4567
Joined: Wed Jan 26, 2005 5:43 am
Location: SF Bay Area
Contact:

Post by Dave_K. »

My Storm Blade PCB has this same problem if the vsync isn't adjusted correctly. This was on a Windy2 tri-res monitor. I don't remember if it had the problem on the regular Windy Nano monitor. I think I ended up just adjusting the width so it wasn't noticable.
User avatar
GaijinPunch
Posts: 15665
Joined: Mon Jan 31, 2005 11:22 pm
Location: San Fransicso

Post by GaijinPunch »

In my experience, Mushi (as well as both Galudas) have such massive resolution, most monitors aren't going to show everything. I lose a good 5 or 6 pixels on the left side of my current monitor. :( Not sure if that means they'd allow for strange funk to occur on the borders, but worth mentioning maybe.
RegalSin wrote:New PowerPuff Girls. They all have evil pornstart eyelashes.
User avatar
system11
Posts: 6275
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Post by system11 »

I forgot about that, that might well be what it is - my two old Hantarexes not being able to manage the full resolution, while the Wei-Ya can. Looks like this:

Code: Select all

################
################
################
################
|###############
 ###############
 ###############
 ###############
(obviously not to scale)
Where the | is moving rapidly up and down, there are real graphics that should be in the line, as I say the line gets longer or shorter when I adjust the sync. MushihimeTama doesn't do it, perhaps that one is a lower res?
System11's random blog, with things - and stuff!
http://blog.system11.org
User avatar
thegreathopper
Posts: 212
Joined: Mon May 16, 2005 6:15 pm
Location: London England

Mushi pcb.

Post by thegreathopper »

When I have Mushi in my cab I have never noticed any odd things on the side, I always adjust the screen on my Impress to fit the picture perfectly without cutting any of the side off.
Fight war not wars
User avatar
system11
Posts: 6275
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Post by system11 »

Problem solved. I don't know if it's down to the PCB running a higher resolution or not (it would seem like a logical leap of faith), but some screens just can't cope with the full draw area of these boards, hence the flickering longer/shorter far left scanline. However, the game doesn't actually use all the space in the generated picture - I noticed when turning the brightness up there was a whole load of active screen with nothing in it, on the right:

Code: Select all

##########....
##########....
##########....
##########....
##########....
|#########....
,#########....
,#########....
,#########....
,#########....
,#########....
,#########....
(# = pixels, . = unused scanline
, = dead areas of far left scanline, | = flickering part of far left scanline)
I also noticed the screen during bootup, moved to the left by about 15-20 pixels. It's a fairly recent invention, but some games now have position adjustment in test mode. Mushi does. Mine was set to '00' (it's hex) which I believe is the default. Greater numbers move the image to the left (up the scanlines), smaller numbers (wrap to FF and down) to the right (down the scanlines).

So, I moved it to the right a bit, end result:

Code: Select all

..##########..
..##########..
..##########..
..##########..
..##########..
,.##########..
,.##########..
,.##########..
,.##########..
,.##########..
,.##########..
,.##########..
(# = pixels, . = empty scanlines, , = probably half dead scanline area, now unused)
So, there you go - some screens can't cope with higher than usual resolution, and if you try to draw too many scanlines, the screen is unable to complete the full picture within the sync interval. I think that's what's happening anyway. I guess that's why they put in the position adjust (cross hatch option in test menu).
System11's random blog, with things - and stuff!
http://blog.system11.org
Post Reply