adopting hack listed in https://github.com/bochs-emu/Bochs/issues/147 to solve hang
This commit is contained in:
parent
02704120a3
commit
cd350d8548
@ -1070,7 +1070,8 @@ bool bx_voodoo_1_2_c::update_timing(void)
|
||||
BX_INFO(("Voodoo output %dx%d@%uHz", v->fbi.width, v->fbi.height, (unsigned)v->vertfreq));
|
||||
v->fbi.swaps_pending = 0;
|
||||
v->vtimer_running = 1;
|
||||
bx_virt_timer.activate_timer(s.vertical_timer_id, (Bit32u)s.vdraw.vtotal_usec, 1);
|
||||
if (v->vidclk != 0.0)
|
||||
bx_virt_timer.activate_timer(s.vertical_timer_id, (Bit32u)s.vdraw.vtotal_usec, 1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user