- This document is related with Acrade 2D, 3D Game board HitBox3. It will describe H/W and S/W and specifically, how to use the HitBox Developer Suite (Development Kit) and API. And also the Strong points and basic instructions of HitBox3 Enbedded Linux.
- Description
The 3D Core of HitBox3 supports 1024*768 resolution and 16bit color And also 2 Multi-Texting, perspective correction, sub texel accuracy, bilinear filtering, Mpeg video Texture, W-Based picel fog, alpha blending, digthering and etc. are Suppored. And HitBox3 has GTE(Geometric Transform Engine) which is very similar with Vertex shader.
3D Graphic is provided used as drviver under Linux environment. and the driver is divided as Hardware Control prat and Graphic Memory Controller. And these can be used through api Library, which supplied together.
For the GTE, please refer to the complier and manual, provided togther. After creating code through complier, the function supplied to API can be used.
- Description
HitBox3 has 128kbyte of backup memory and each block has 61339byte. There are total 2 blocks. And when data is written on backup memory, it is stored on the two blocks at the same time.
The unit of each page os 64byte and there is one checksum data on each page. When a user write data on backup memory, page calculate the location automatically. So the user doesn't have to convern about the checksum table.
Checksum table is updated only when the backup memory is written. And in case of reading, check the correspondence of checksum table and backup data then provide the message whether the data has problem or not.
- Description
HitBox3 LAN use cs8900 Network chip. For basic use, user can use Linux function. But at first activation, you should notify to Hitbox3 that you use LAN.
- Description
HitBox3 uses ARM 920T CPU. This CPU has excellent performances but it does not supports float operation. So compiler should do float operation instead but because it is very complicated and heavy, HitBox3 provides separate function for float operation.
There will be no problem, if you know 2 instruction code in case you execute a program on hitbox3. But for faster work process and to use the good points of Linux, it will boe helpful that you know some basic instruction codes.
Copyright (C) Since1996 Gameplus Co. Ltd. ALL RIGHT RESERVED.