qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Qemu and wine


From: Ronald
Subject: [Qemu-devel] Qemu and wine
Date: Sat, 13 Nov 2004 01:33:16 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Hi all,

I got qemu working with wine, I have just modifified
sdl.c 
@59
flags = SDL_HWSURFACE|SDL_ANYFORMAT|SDL_ASYNCBLIT|SDL_HWACCEL;
@63
screen = SDL_SetVideoMode(w, h, 16, flags);

I'm not sure that's correct but I can launch qemu with:

SDL_VIDEODRIVER=windib wine wqemu.exe -m 128 -user-net -enable-audio
i:\\win98.dsk

~/.wine/dosdevices/i: points to the directory where I keep some images.

Qemu is current cvs and wine is 20040914





reply via email to

[Prev in Thread] Current Thread [Next in Thread]