Hi,
current svn version of qemu crashes with a segmentation fault
if changing the display mode to 04h, 05h, or 0dh.
Adding

  if (width == 320 && height == 400) width = 640;

to line 95 of sdl.c fixes this crash.
But of course this fix is very ugly and tentative.
Any idea?