Search found 17 matches

by tetzlaff
Mon Mar 30, 2009 4:35 am
Forum: PocketPC/WinCE Port
Topic: WVGA Devices
Replies: 27
Views: 47701

:oops: I just took a look at the problem again, and I think this is not a ScummVM problem. All of the files I patched were all SDL-1.2.6 Library files, not ScummVM files. I gotta think about this a little more.
by tetzlaff
Wed Mar 25, 2009 8:47 am
Forum: PocketPC/WinCE Port
Topic: WVGA Devices
Replies: 27
Views: 47701

Edit: Just been reading at http://forums.scummvm.org/viewtopic.php?t=5092 <-- There was mention there of someone providing WVGA fixes for the alignment and yet nearly a year later this doesn't appear to be present, did this turn out to be a non working fix? I always wondered that too. I was asked t...
by tetzlaff
Tue Jul 08, 2008 5:06 am
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

And the WVGA fix...

SDL_sysevents.c from line 351 case SDL_ROTATE_LEFT: if (!SDL_VideoSurface) break; *x -= padHeight; *y -= padWidth; rotatedX = SDL_VideoSurface->w - *y; rotatedY = *x; if (displayProperties.cyHeight > SDL_VideoSurface->w) // patch rotatedX = displayProperties.cyHeight - *y; // to fix wvga *x = rotate...
by tetzlaff
Mon Jul 07, 2008 8:56 am
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

SDL Fix

I did some testing and it looks like this is the keyboard fix. Add this to line 517 (after the CreateWindow), of the SDL_dibevents.c ImmSetConversionStatus ( ImmGetContext ( SDL_Window ), IME_CMODE_NOCONVERSION, IME_SMODE_NONE ); I am looking into the WVGA problem now. I noticed that on the Microsof...
by tetzlaff
Tue Jul 01, 2008 10:09 am
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

I think the way to fix the keyboard problem is to run these 2 lines of code after you create the window. This will turn off the IME completely.

HIMC hIMC = ImmGetContext ( hWnd );

BOOL bResult = ImmSetConversionStatus ( hIMC, IME_CMODE_NOCONVERSION, IME_SMODE_NONE );
by tetzlaff
Mon Jan 28, 2008 1:29 pm
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

The problem defined better.

Assuming you're talking about the mouse code, it's true that this is handled inside SDL. But since we're maintaining a custom SDL branch this code is not, like, out of reach. OK, but what is the problem exactly with the keyboard input? The phone is running Windows Mobile 6.0 Japanese. The input def...
by tetzlaff
Thu Jan 24, 2008 7:44 pm
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

Maybe its in the SDL Layer

After reading your reply, I took a quick look at the code. Thinking about what you wrote, and what I saw in the code, I am starting to think that the problem is most likely in the SDL layer. Either that or it is a BIOS issue. I have not tried updating the BIOS since I got the phone. I just realize t...
by tetzlaff
Tue Jan 22, 2008 1:50 pm
Forum: PocketPC/WinCE Port
Topic: Screen + Keyboard problem on my Sharp WS011SH
Replies: 10
Views: 21060

Screen + Keyboard problem on my Sharp WS011SH

Hi. Thank-you for the great port. I am amazed at how smoothly MI2 runs on my phone. Although I have found 2 very obvious problems, I am able to work around them. Screen. My screen is 800x480. I am running in 2x mode. The mouse offset is wrong on 1 on the 2 of the 2 land scape modes. It happens to wo...
by tetzlaff
Sat Jun 23, 2007 3:13 am
Forum: Nintendo DS Port
Topic: R4, New DLDI auto-patching kernal
Replies: 5
Views: 9198

R4, New DLDI auto-patching kernal

http://www.r4ds.net/download.htm

Update R4 v1.10 kernel 2007-6-20
1) DLDI auto-patching

I tried it out with an unpatched scummvm-a.nds v0.9.1a. It auto-patched correctly and ran Monkey Island 1 with no problems.
by tetzlaff
Wed Nov 29, 2006 2:31 pm
Forum: Nintendo DS Port
Topic: help me with my supercard pleeeeeaaase!!
Replies: 5
Views: 9273

agentq wrote:
but it is always recoverable.


You are right, I did recover it. However, my two pc's at home choked on it when I tried to reformat it. It took my work notebook with a built in memory card slot and a lot of patience to get it formatted again.
by tetzlaff
Wed Nov 29, 2006 1:19 am
Forum: Nintendo DS Port
Topic: help me with my supercard pleeeeeaaase!!
Replies: 5
Views: 9273

I`ll try to help you, now that I know your details a little better. http://eng.supercard.cn/soft_scl.htm under: SOFTWARE: SuperCard Lite (MicroSD) V2.56 ( 2006.08.28 ) the archive is: "setupmicrosdV256en.rar" you are right, the patcher is named "patch moomshell for super card.exe"...
by tetzlaff
Mon Nov 27, 2006 1:10 am
Forum: Nintendo DS Port
Topic: SRAM save problems Supercard Lite
Replies: 14
Views: 28702

I think you maybe right. Looks like they are always releasing upgrades from the previous version. I have not upgraded mine yet, its still 1.63. Because of the problem with saves to the supercard, I'm currently doing my own research into a different FAT library. No promises, but I have now successful...
by tetzlaff
Mon Nov 27, 2006 12:57 am
Forum: Nintendo DS Port
Topic: help me with my supercard pleeeeeaaase!!
Replies: 5
Views: 9273

I cant really help you, but I am intersted knowing your firmware (1.63 or 1.7), what version of scummvm you tried, and what you have tried so far.
by tetzlaff
Sat Nov 25, 2006 10:06 pm
Forum: Nintendo DS Port
Topic: SRAM save problems Supercard Lite
Replies: 14
Views: 28702

http://scdev.org/index.php?cat=downloads Here is where you can get the older BIOS files. I needed to go back from 1.63 to get my own gba project to work. This whole SCSD thing has my interest now since my SDMicro card too fell victum to a corrupt save and gave me a big scare, as I thought it was sho...
by tetzlaff
Sat Oct 21, 2006 10:04 am
Forum: Nintendo DS Port
Topic: SCSD / M3SD test version. Please download and post results!
Replies: 41
Views: 48594

Same thing happend to me!

NDS Lite : SC Lite : SanDisk 1gb MicroSD : Day of the Tentacle Game loads fine and appears to play through without any major issue. Problem shows up when trying to save. After choosing save, both screens go black and the system stops. Rebooting, restarting DotT, and trying to load the save shows a ...