smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

PAL 480p video issues cause lockups #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please fill out the following information:

Problem Disc:
Zelda Twilight Princess 
--------------------------------------------------
Disc Region: PAL RZDP
Wii Region: PAL
cIOS Version: v6 wiigator

Which SoftChip revision are you using?

r30
--------------------------------------------------

Please describe the issue you're having

Whereas Zelda worked on prior releases, it now boot to grreen screen on PAL
480p
--------------------------------------------------

Please provide any additional information below.

Possibly due to forced NTSC480p on PAL wii?

if (CONF_GetProgressiveScan() > 0 && VIDEO_HaveComponentCable()) // 480p
    {
        vmode = &TVNtsc480Prog;
    }
--------------------------------------------------

Original issue reported on code.google.com by lavers418@hotmail.com on 9 Nov 2008 at 2:27

GoogleCodeExporter commented 8 years ago

Original comment by requiem@softchip-mod.com on 9 Nov 2008 at 2:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
reverted some code back to r20 in softchip.cpp and softchip.h and now fixed 
green
screen issues in pal480p.

reverted to --> void SoftChip::Set_VideoMode(char Region)

Original comment by lavers418@hotmail.com on 9 Nov 2008 at 5:45

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by luccax@gmail.com on 9 Nov 2008 at 9:20

GoogleCodeExporter commented 8 years ago
Seems to be fixed now. Tested by stev418 (PAL) and Xorlac (NTSC).

Original comment by luccax@gmail.com on 9 Nov 2008 at 1:09

GoogleCodeExporter commented 8 years ago
Confirmed.

Original comment by luccax@gmail.com on 9 Nov 2008 at 1:34