Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "Xena Resource"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created page with "== Xena Resource == {| class="wikitable" !colspan="2"|Xena Resource Information |- | Includes || resources/xena.h |- | AutoDocs || xenares.doc |- | Libraries || [[Expansi...")
 
Line 1: Line 1:
 
== Xena Resource ==
 
== Xena Resource ==
  +
  +
The Xena Resource provides access to the Xena chip on the AmigaOne X1000. Two functions allow you to use the Xena chip.
  +
  +
'''Xean Resource Functions'''
  +
{| class="wikitable"
  +
| AllocResource || Obtain exclusive access to Xena resources.
  +
|-
  +
| FreeResource() || Returns a resource to the system.
  +
|}
   
 
{| class="wikitable"
 
{| class="wikitable"
Line 7: Line 16:
 
|-
 
|-
 
| AutoDocs || [[xenares.doc]]
 
| AutoDocs || [[xenares.doc]]
|-
 
| Libraries || [[Expansion Library|expansion.library]]
 
 
|}
 
|}

Revision as of 05:35, 22 May 2012

Xena Resource

The Xena Resource provides access to the Xena chip on the AmigaOne X1000. Two functions allow you to use the Xena chip.

Xean Resource Functions

AllocResource Obtain exclusive access to Xena resources.
FreeResource() Returns a resource to the system.
Xena Resource Information
Includes resources/xena.h
AutoDocs xenares.doc