mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
trident: fix programmable clock selection when running XFree86
This commit is contained in:
parent
3879fb5b7e
commit
8a315a019e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user