Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche 3b07ba27e4 Introduce a new video refresh function that uses smaller bounding boxes.
This does not improve graphics performance but helps CPU because it reduces
the number of bytes transfered to actual screen. I saw an improvement by up
to 26% in frameskip 4 800x600x16 but also a hit by 3% with frameskip 0.

The next step is to use NQD bounding boxes to help detecting dirty areas.

So far, this is the best I can do without VOSF working (MacOS X performance
bugs -- pitifully slow Mach syscalls)
2006-05-11 07:51:32 +00:00
BasiliskII Introduce a new video refresh function that uses smaller bounding boxes. 2006-05-11 07:51:32 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Don't let SDL catch SIGINT and SIGTERM signals. This is not suitable for 2006-05-09 19:53:31 +00:00