diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index ef54fe3d62..e9c0d52c9e 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -457,6 +457,17 @@ struct VideoCardDefaults 1024, false }, + { + /* success report: + * Video driver: IntelR 82845G/GL/GE/PE/GV Graphics Controller [Intel Corporation] + * 6.14.10.3865, 7-1-2004 [pci\ven_8086&dev_2562] */ + "Intel.*82845.*", + "opengl,d3d", + 640,480, + 16,16,16, + 1024, + false + }, { "Intel.*82810|Intel.*82815", "opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris