1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!-- InstanceBegin template="/Templates/default_template.dwt" codeOutsideHTMLIsLocked="false" -->
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<!-- InstanceBeginEditable name="CSS の相対パス指定" -->
7<link href="../../common/manual.css" rel="stylesheet" type="text/css" />
8<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="ページのタイトル" -->
9<title>Hardware Configuration</title>
10<!-- InstanceEndEditable -->
11</head>
12<body>
13<div>
14  <div class="body"> <!-- InstanceBeginEditable name="本文のタイトル" -->
15  <h1>Hardware Configuration</h1>
16  <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="本文" -->
17  <p>This document describes the configuration of the CTR's graphics-related hardware.</p>
18  <h2>Configuration of Graphics-Related Hardware</h2>
19  <p>Here we describe the configuration of the graphics-related hardware, centering on the data-storage regions.</p>
20  <p>The figure below describes the configuration of the hardware.</p>
21  <img class="ui_reference" src="assets/hardware_composition.png" alt="Hardware Configuration"/><!-- #BeginLibraryItem "/Library/glossary_buffer.lbi" --> <!-- バッファ ( buffer )  -->
22<p>A <I>buffer </I>is a memory region where information can be temporarily stored and retrieved while processing is taking place.</p>
23<p>Since different kinds of information are handled by different buffers, the buffers are named to reflect which kind of information they handle.</p>
24<!-- #EndLibraryItem --><h2>Devices for Calculating and Rendering</h2>
25  <p>This section describes the CPU that performs calculations and the GPU that performs rendering operations for the CTR. <br /> The CTR has two 268MHz CPUs and one GPU.</p>
26  <h3>CPU</h3><!-- #BeginLibraryItem "/Library/glossary_hardware_cpu.lbi" --><!-- CPU ( central_processing_unit ) -->
27<p>The <I>CPU</I> performs the calculations necessary for the handing of polygons and particles. It issues commands to the GPU relating to screen rendering. The CTR has two CPUs, one that is used for the system and the other for game applications.</p><!-- #EndLibraryItem --><h3>GPU</h3><!-- #BeginLibraryItem "/Library/glossary_hardware_gpu.lbi" --> <!-- GPU ( graphics_processing_unit ) -->
28  <p>The <B>GPU</B> (Graphics Processing Unit) is the device where graphics are processed for screen rendering. It follows screen-rendering commands issued from the CPU.</p>
29  <!-- #EndLibraryItem --><h2>Memory Devices</h2>
30  <p>This section describes the devices that store information handled on the CTR.<br /> The CTR has 64Mb of main memory and a pair of VRAM, each with a capacity of 2Mb.</p>
31  <h3>Main Memory</h3>
32  <!-- #BeginLibraryItem "/Library/glossary_hardware_main_memory.lbi" --> <!-- メインメモリ ( FCRAM ) ( mainmemory ) -->
33  <p><I>Main memory</I> is a memory device where graphics-related data can be placed. It can also store data about the progress of the game. Both the CPU and the GPU can utilize main memory.</p>
34  <!-- #EndLibraryItem -->
35  <h3>VRAM</h3><!-- #BeginLibraryItem "/Library/glossary_hardware_video_ram.lbi" --><!-- VRAM ( video_ram ) -->
36<p><I>VRAM</I> are memory devices specialized for graphics. They can be used by the GPU.<br /> VRAM operate faster than main memory, so they are better for storing frequently-used vertex data and texture data.</p>
37<!-- #EndLibraryItem --><!-- InstanceEndEditable --> </div>
38  <div class="footer" />
39</div>
40<hr><p>CONFIDENTIAL</p></body>
41<!-- InstanceEnd --></html>
42