Difference between revisions of "84PCE:RAM:D052C6"
From WikiTI
Line 9: | Line 9: | ||
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 of | + | 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]] |
Revision as of 12:36, 14 September 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.