trident: fix programmable clock selection when running XFree86

This commit is contained in:
mahlemiut 2014-10-04 23:48:10 +00:00
parent 3879fb5b7e
commit 8a315a019e

View File

@ -367,7 +367,7 @@ void trident_vga_device::trident_define_video_mode()
// TGUI9440AGi/9660/9680/9682 programmable clock
switch(tri.clock)
switch((vga.miscellaneous_output & 0x0c) >> 2)
{
case 0:
default: xtal = XTAL_25_1748MHz; break;