mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00

the demo is using for animation is NOT PIT timer #0, but PIT timer #2. Yes, the one normally used to drive your PC speaker. And it doesn't let it tick so much as it uses it for a delay loop. DOSBox's emulation apparently counts down too slow, which is why the demo runs too slow. The PIT hack written for it forces the value to count down faster, allowing the demo to run at full framerate.