Difference between revisions of "83Plus:Flags:34"

From WikiTI
Jump to: navigation, search
m
 
Line 1: Line 1:
'''Note:''' Do not take the information on this template page as actual documentation!
 
 
The Flags are named by IY offset, in hexadecimal. An example is [[83Plus:Flags:2A]].
 
 
----
 
 
 
== Synopsis ==
 
== Synopsis ==
'''Flag Byte:''' 01h
+
'''Flag Byte:''' 34h
  
'''Known Names:''' onFlags, someOtherFlagGroup
+
'''Known Names:''' ''None''
  
 
== Bit Overview ==
 
== Bit Overview ==
  
 
=== Bit 0 ===
 
=== Bit 0 ===
''This bit does nothing.''
+
'''Official Name:''' getCSCHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B88|GetCSC hook]] is active.
  
 
=== Bit 1 ===
 
=== Bit 1 ===
'''Official Name:''' useLargeFont
+
'''Official Name:''' libraryHookActive
  
This bit controls what font VPutMap uses. Set for large font, reset for small.
+
Set if a [[83Plus:Hooks:9B80|library hook]] is active.
  
 
=== Bit 2 ===
 
=== Bit 2 ===
'''Official Name:''' onInterrupt
+
''This bit does nothing.''
 
+
This flag is set if the ON key was pressed. You must manually reset it.
+
  
 
=== Bit 3 ===
 
=== Bit 3 ===
Line 29: Line 23:
  
 
=== Bit 4 ===
 
=== Bit 4 ===
''This bit does nothing.''
+
'''Official Name:''' homescreenHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B8C|homescreen hook]] is active.
  
 
=== Bit 5 ===
 
=== Bit 5 ===
''This bit does nothing.''
+
'''Official Name:''' rawKeyHookActive
 +
 
 +
Set if a [[83Plus:Hooks:9B84|raw key hook]] is active.
  
 
=== Bit 6 ===
 
=== Bit 6 ===
''This bit does nothing.''
+
'''Official Name:''' catalog2HookActive
 +
 
 +
Set if a [[83Plus:Hooks:9BC4|catalog 2 hook]] is active.
  
 
=== Bit 7 ===
 
=== Bit 7 ===
''This bit does nothing.''
+
'''Official Name:''' cursorHookActive
  
== Credits and Contributions ==
+
Set if a [[83Plus:Hooks:9B7C|cursor hook]] is active.
* '''/sbin/init:''' Without you, none of this would be possible. :)
+

Revision as of 03:16, 28 March 2005

Synopsis

Flag Byte: 34h

Known Names: None

Bit Overview

Bit 0

Official Name: getCSCHookActive

Set if a GetCSC hook is active.

Bit 1

Official Name: libraryHookActive

Set if a library hook is active.

Bit 2

This bit does nothing.

Bit 3

This bit does nothing.

Bit 4

Official Name: homescreenHookActive

Set if a homescreen hook is active.

Bit 5

Official Name: rawKeyHookActive

Set if a raw key hook is active.

Bit 6

Official Name: catalog2HookActive

Set if a catalog 2 hook is active.

Bit 7

Official Name: cursorHookActive

Set if a cursor hook is active.