From: <do...@do...> - 2005-06-11 06:43:29
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: compemu_support.cpp Log Message: Much improved responsiveness on NetBSD systems. On those systems, it's really hard to get high resolution timings and the system oftens fails to honour a timeout in less than 20 ms. The idea here is to have an average m68k instruction count (countdown quantum) that triggers real interrupt checks. The quantum is calibrated every 10 ticks and has a 1000 Hz resolution on average. |