Hi,
since I was not sure whether DGA1 or DGA2 was used on my machine, I
did the following simple change. This was with 0.37b13.2.
Please consider it for future integration...
regards,
chris
RCS file: /nfs/soft/src/CVSdepot/xmame/src/unix/video-drivers/xf86_dga1.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 xf86_dga1.c
--- xf86_dga1.c 2001/04/14 21:18:52 1.1.1.1
+++ xf86_dga1.c 2001/04/30 23:04:33
@@ -297,7 +297,7 @@
return OSD_NOT_OK;
}
- fprintf(stderr_file, "XF86-DGA running at: %dbpp\n", depth);
+ fprintf(stderr_file, "XF86-DGA1 running at: %dbpp\n", depth);
sizeof_pixel = depth / 8;
Index: xf86_dga2.c
===================================================================
RCS file: /nfs/soft/src/CVSdepot/xmame/src/unix/video-drivers/xf86_dga2.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 xf86_dga2.c
--- xf86_dga2.c 2001/04/14 21:18:52 1.1.1.1
+++ xf86_dga2.c 2001/04/30 23:04:33
@@ -265,7 +265,7 @@
return OSD_NOT_OK;
}
- fprintf(stderr_file, "XF86-DGA running at: %dbpp\n", depth);
+ fprintf(stderr_file, "XF86-DGA2 running at: %dbpp\n", depth);
sizeof_pixel = depth / 8;
_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame