Page 1 of 1

224/239 lines test ROM?

Posted: Tue Apr 01, 2014 5:38 am
by mark_k
I'd like to run a test ROM on a real SNES, which can switch between 224 and 239-line modes. I want to see exactly which scanlines are the extra ones in 239-line mode. Does anyone know whether such a program already exists? Or is that information already known? I'm thinking about the scanlines as output to the TV, not necessarily those from the point of view of the SNES program.

In other words, I'd like to determine exactly how many scanlines above and below the normal 224-line active area are used in 239-line mode.

Re: 224/239 lines test ROM?

Posted: Wed Apr 02, 2014 1:34 pm
by ARM9
Try this, hold the B button to toggle overscan.

Re: 224/239 lines test ROM?

Posted: Thu Apr 03, 2014 8:40 am
by mark_k
Thanks very much for that. Did you code it youself? Mind if I share the link elsewhere? It showed up a problem with the GTK version of Snes9x so it would be useful when reporting the issue.

Re: 224/239 lines test ROM?

Posted: Thu Apr 03, 2014 1:06 pm
by ARM9
You're welcome, yes I threw it together in C, feel free to share it. Out of curiosity, what's the problem with it in snes9x gtk?

Re: 224/239 lines test ROM?

Posted: Thu Apr 03, 2014 2:40 pm
by psycopathicteen
I'm interested in knowing this too. From what I heard, the extra lines are from the bottom down, but the TV might display it centered, depending on how the sync signal works.

Re: 224/239 lines test ROM?

Posted: Fri Apr 04, 2014 3:20 am
by mark_k
ARM9 wrote:You're welcome, yes I threw it together in C, feel free to share it. Out of curiosity, what's the problem with it in snes9x gtk?
When the mode changes from 239 to 224 lines, the image in the lower lines remains there. To show the problem enable "Use overscanned height" in preferences then load your test ROM. Press and hold B to use 239-line mode. Release B to return to 224-line mode, and the bottom of the display (where lines 224-238 were) still contains that green colour.

Re: 224/239 lines test ROM?

Posted: Fri Apr 04, 2014 5:12 am
by ARM9
Yeah I see, the emulators I've tested with seem to handle the window and/or image resize properly.
psycopathicteen wrote:From what I heard, the extra lines are from the bottom down, but the TV might display it centered, depending on how the sync signal works.
That should be the case yes, I updated the binary (changed timings a bit) to better reflect this behaviour.