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

From WikiTI
Jump to: navigation, search
(Created page with "== Synopsis == '''Unofficial Name:''' pixelShadow2 '''Memory Address:''' (Page 3) AA11h to (page 2) CAE0h '''Length:''' 8400 bytes Stores a monochrome image of the current...")
 
Line 1: Line 1:
 +
[[Category:84PCE:RAM:By Address|D031F6 - pixelShadow]][[Category:84PCE:RAM:By Name|pixelShadow]]
 
== Synopsis ==
 
== Synopsis ==
'''Unofficial Name:''' pixelShadow2
+
'''Unofficial Name:''' pixelShadow
  
'''Memory Address:''' (Page 3) AA11h to (page 2) CAE0h
+
'''Memory Address:''' D031F6h
  
 
'''Length:''' 8400 bytes
 
'''Length:''' 8400 bytes
Line 9: Line 10:
  
 
== Comments ==
 
== Comments ==
This buffer can be used as an alternative to [[84PCSE:RAM:Page3:8941|pixelShadow]], allowing you to switch between two text screens.
 
 
Several flags affect the use of this buffer:
 
* When either [[84PCSE:Flags:0D#Bit_1|appTextSave]] is cleared or [[84PCSE:Flags:4C#Bit_5|textDisplayOnly]] is set, nothing is drawn to the pixel shadow.  For example, appTextSave is normally cleared by the OS when a menu is displayed.
 
* If [[84PCSE:Flags:4A#Bit_3|putmapUsePixShad2]] is cleared, [[84PCSE:RAM:Page3:8941|pixelShadow]] is used instead.
 
* For variable-width text routines, if [[83PCSE:Flags:14#Bit_4|write_on_graph]] is set, the characters are drawn to the graph buffer instead.
 
  
 
== See also ==
 
== See also ==
* [[84PCSE:RAM:Page3:8941|pixelShadow]]
+
* [[84PCE:RAM:D052C6:|pixelShadow2]]
* [[84PCSE:RAM:Page2:CAE1|cmdPixelShadow]]
+

Revision as of 04:15, 7 April 2015

Synopsis

Unofficial Name: pixelShadow

Memory Address: D031F6h

Length: 8400 bytes

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

Comments

See also