-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathportal.htm
113 lines (107 loc) · 2.96 KB
/
portal.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Cearn">
<meta name="date" content="2003-11-01">
<meta name="modified" content="2008-08-08">
<meta name="category" content="">
<title>Entrance</title>
</head>
<body>
<!--567890123456789012345678901234567890123456789012345678901234567-->
<table class=header>
<tr>
<td class=hdr_l><a href="http://www.coranac.com/links.htm">Links</a>
<td class=hdr_c><a href="http://www.coranac.com">Home</a>
<td class=hdr_r><a href="http://www.coranac.com/projects/#tonc">Projects</a>
</table>
<hr>
<table border=0 cellspacing=8>
<tr>
<td align=right>
<a href="regobj.html#tiles">
<img src="img/metr/tile_1d2d.png" alt="1d or 2d sprite-tile mapping">
</a>
<td align=center>
<a href="regbg.html#intro">
<img src="img/demo/brin_demo.png" alt="tile-map example">
</a>
<td align=left>
<a href="gfx.html#mos">
<img src="img/metr/mos_1x4.png" alt="mosaiced sprite">
</a>
<tr>
<td align=center>
<table>
<tr><td align=center>
<a href="keys.html#demo">
<img src="img/demo/gba_sm.png" alt="key pressing demo">
</a>
<tr><td height=32>
<tr><td align=center>
<a href="affine.html">
<img src="img/affine/metr_rot.png" alt="A rotated sprite">
</a>
</table>
<td align=center>
<table cellspacing=4>
<tr><td align=center>
<h1 style="margin-bottom:0;">
<a href="toc.html">T O N C v1.4</a>
</h1>
<center>GBA Programming (in rot13)</center>
<br>
<tr><td>
<p>Hello and welcome to Tonc, a guide to GBA programming. In these
pages you'll find information on various aspects of GBA programming,
such as the GBA video system (including a detailed, mathematically
correct look into how the GBA does those rotational sprites and
backgrounds), button handling and DMA, but also trickier subjects
like interrupts, BIOS calls, and graphical tricks like blending,
windowing and Mode 7. All subjects have at least one non-trivial
demo for them.
</p>
<tr><td align=center>
<a href="toc.html">Enter Tonc</a>
</table>
<td align=center>
<table>
<tr><td align=center>
<a href="regbg.html#intro">
<img src="img/demo/brin_demo_tiles.png" alt="A tile set">
</a>
<tr><td height=32>
<tr><td align=center>
<a href="affobj.html#demo">
<img src="img/affine/metr_shear.png" alt="Sheared sprite">
</a>
</table>
<tr>
<td colspan=3 align=center>
<table>
<tr>
<td>
<a href="interrupts.html">
<img src="img/demo/irq_demo_vct.png" alt="Interrupts">
</a>
<td>
<td>
<a href="mode7ex.html">
<img src="img/demo/m7_ex.png" alt="Mode 7">
</a>
</table>
</table>
<hr>
<table class=footer>
<tr>
<td class=hdr_l><a href="http://www.coranac.com/links.htm">Prev</a>
<td class=hdr_c><a href="http://www.coranac.com">Home</a>
<td class=hdr_r><a href="http://www.coranac.com/projects/#tonc">Next</a>
<tr>
<td class=hdr_l>Links
<td class=hdr_c>
<td class=hdr_r>Projects
</table>
</body>
</html>