Open main menu

Difference between revisions of "AGI/Specifications/Other/AGI256-2/Implementation Details"

Added general info on cel blitting routine's modifications.
(Added comment about how to call the agi256BlitCell routine.)
(Added general info on cel blitting routine's modifications.)
Line 3: Line 3:
[[AGI/Specifications/Other/AGI256/Implementation_Details | implementation details]]
[[AGI/Specifications/Other/AGI256/Implementation_Details | implementation details]]
apply unless otherwise noted.
apply unless otherwise noted.
Cel blitting routine is modified from AGI256's version (Be sure to read its general description) so that raw image data instead of run length encoded data can be written and also so that pixels aren't ANDed with a mask of 0x0F but all 256 colors are let through. Also with this routine (As with
AGI256's version) pixels are written to the 256-color part (i.e. the right 160x168 half) of the 320x168 memory buffer.


==Used external info==
==Used external info==
417

edits