Difference between revisions of "84PCE:RAM:D052C6"
From WikiTI
(→See also) |
|||
(One intermediate revision by one other user not shown) | |||
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 | + | * [[84PCE:RAM:D031F6|pixelShadow]] |
− | * [[84PCE:RAM:D07396 | + | * [[84PCE:RAM:D07396|cmdPixelShadow]] |
Latest revision as of 12: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.