You want the D3D renderer from
http://www.papy.com/gpl/gpl.download.index.html and then you want to add
some lines to your core.ini.
The lines are -
[ Int Profile Values ]
value3 = Direct3D7:D3DDevice:0
value4 = Direct3D7:TossHighestMip:0
value5 = Direct3D7:TrilinearFiltering:0
value6 = Direct3D7:DoubleMirrorResWidth:0
value7 = Direct3D7:DoubleMirrorResHeight:0
value8 = Direct3D7:DirectMirrorRendering:0
value9 = Direct3D7:DisableZBuffer:0
[ Direct3D7 ]
D3DDevice = 0
TossHighestMip = 0
TrilinearFiltering = 1
DoubleMirrorResWidth = 1
DoubleMirrorResHeight = 1
DirectMirrorRendering = 1
DisableZBuffer = 0
or you can get them from the ReadmeD3D.txt which will be in your GPL folder
after you install the d3d renderer.