Difference between revisions of "83Plus:BCALLs:4C03"
From WikiTI
m ({{missinfo|destroys}}) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By_Name:Dialog|StartDialog]] [[Category:83Plus:BCALLs:By_Name|StartDialog]] [[Category:83Plus:BCALLs:By_Address|4C03 - StartDialog]] | [[Category:83Plus:BCALLs:By_Name:Dialog|StartDialog]] [[Category:83Plus:BCALLs:By_Name|StartDialog]] [[Category:83Plus:BCALLs:By_Address|4C03 - StartDialog]] | ||
+ | {{missinfo|destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' StartDialog | '''Official Name:''' StartDialog | ||
Line 5: | Line 6: | ||
'''BCALL Address:''' 4C03 | '''BCALL Address:''' 4C03 | ||
− | Starts a dialog at [[83Plus:RAM:8000|appData]] created with [[DialogInit]] | + | Starts a dialog at [[83Plus:RAM:8000|appData]] created with [[83Plus:BCALLs:4C06|DialogInit]] |
=== Inputs === | === Inputs === | ||
Line 16: | Line 17: | ||
== Comments == | == Comments == | ||
− | * Use [[DialogInit]] to set up, | + | * Use [[83Plus:BCALLs:4C06|DialogInit]] to set up, |
− | * Use with the other Dialog BCALLs. | + | * Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]] |
* Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress. | * Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress. | ||
− | * | + | * [[83Plus:OS:Dialog_context|Info on how to use the Dialog BCALLs]] . |
Latest revision as of 12:17, 14 April 2008
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: StartDialog
BCALL Address: 4C03
Starts a dialog at appData created with DialogInit
Inputs
- appData: menu structure.
Outputs
- Starts Dialog
Destroys
- unknown
Comments
- Use DialogInit to set up,
- Use with the other Dialog BCALLs.
- Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
- Info on how to use the Dialog BCALLs .