diff -r e6ebb7730c4b -r 5fca9e46c6fa baseport/syborg/specific/syborg.cpp --- a/baseport/syborg/specific/syborg.cpp Thu Oct 15 17:58:46 2009 +0100 +++ b/baseport/syborg/specific/syborg.cpp Wed Oct 21 10:29:21 2009 +0100 @@ -27,7 +27,7 @@ void TSyborg::Init3() { -// SetTimerMode(KHwBaseCounterTimer, ETimerModePeriodic); +// SetTimerMode(KHwBaseCounterTimer, ETimerModePeriodic); // EnableTimer(KHwBaseCounterTimer, EEnable); } @@ -105,10 +105,12 @@ EXPORT_C TInt TSyborg::VideoRamSize() { - return 4*640*480; + + return 4*854*854; // Now allow for 854 x 854 display, instead of 480 x 640 + } -// !@! +// !@! EXPORT_C TPhysAddr TSyborg::VideoRamPhys() { #if 0