Short:        Patch ReSource v6.06 to use one bitplane
Author:       Mark Knibbs <markk@clara.co.uk>
Uploader:     Mark Knibbs <markk clara co uk>
Type:         docs/misc
Architecture: generic


2007-05-05

   How to patch the ReSource executable to use one bitplane for its screen
   =======================================================================

ReSource, an Amiga disassembler from The Puzzle Factory, is a superb product.
However, with the introduction of version 6 the text rendering routines were
changed to make them more RTG-friendly. The new routines are significantly
slower than those in version 5.

The effect of this is especially bad for users of ECS machines. My preferred
screen mode for running ReSource is Super72:High Res, 800×300. In four
colours, this is almost unusably slow on my (accelerated) A2000. Changing the
screen depth to 1 speeds things up greatly. The text of disassembled code
only uses 1 colour (plus background), so is unaffected by the change. The
only differences are cosmetic.

The instructions in docs/misc/ReSourcePatch.txt on Aminet describe a simple
one-byte patch for ReSource versions 6.01 and 6.06, which only changes the
screen depth; some gadget borders look ugly since those were not changed. The
patch described here also changes the gadget borders.

The instructions and patch file here apply to ReSource version 6.06 only. If
anyone needs a patch for version 6.01, please contact me. (Please also
contact me if you have any other versions of ReSource 6.)


-- Mark