Difference between revisions of "84PCE:RAM:D052C6"
From WikiTI
(Created page with "D052C6 - pixelShadow2 pixelShadow2 == Synopsis == '''Unofficial Name:''' pixelShadow2 '''Memory Address:''' D...") |
|||
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 of $4A 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 10:43, 30 May 2015
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 of $4A is set, which is never done by the OS, so it remains a good place for TSRs and things.