Difference between revisions of "84PCE:RAM:D052C6"

From WikiTI
Jump to: navigation, search
(Created page with "D052C6 - pixelShadow2 pixelShadow2 == Synopsis == '''Unofficial Name:''' pixelShadow2 '''Memory Address:''' D...")
 
(See also)
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
  
 
Stores a monochrome image of the current screen contents (excluding the status bar area.)
 
Stores a monochrome image of the current screen contents (excluding the status bar area.)
 +
 +
This will only be used if bit 3 (usePixelShadow2) of putMapFlags is set, which is never done by the OS, so it remains a good place for TSRs and things.
  
 
== See also ==
 
== See also ==
* [[84PCE:RAM:D031F6:|pixelShadow]]
+
* [[84PCE:RAM:D031F6|pixelShadow]]
* [[84PCE:RAM:D07396:|cmdPixelShadow]]
+
* [[84PCE:RAM:D07396|cmdPixelShadow]]

Latest revision as of 13:51, 3 November 2016

Synopsis

Unofficial Name: pixelShadow2

Memory Address: D052C6h

Length: 8400 bytes

Stores a monochrome image of the current screen contents (excluding the status bar area.)

This will only be used if bit 3 (usePixelShadow2) of putMapFlags is set, which is never done by the OS, so it remains a good place for TSRs and things.

See also