-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.htm
96 lines (84 loc) · 3.3 KB
/
about.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
<html>
<head>
<title>DC VMU ICONS - about</title>
<meta name="x-uirequest" content="urlbaron">
<meta name="viewport" content="width=640">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-138526405-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body background="images/background.gif" bgcolor="#E1E1E1" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
<table border=0 width=640 cellpadding=0 cellspacing=0><tr><td width=70 bgcolor="#E1E1E1"> </td><td width=500>
</td><td width=70> </td></tr></tr>
</table>
<table border=0 width=640 cellpadding=0 cellspacing=0>
<tr>
<td>
<a href="index.htm"><img src="images/toplogo.gif" border=0></a>
</td>
</tr>
</table>
<table border=0 width=640 cellpadding=0 cellspacing=0>
<tr>
<td width=70> </td>
<td width=500>
<MAP NAME="menu">
<AREA SHAPE=RECT COORDS="8,34,77,55" HREF="about.htm">
<AREA SHAPE=RECT COORDS="87,37,180,55" HREF="cantact.htm">
<AREA SHAPE=RECT COORDS="190,30,265,65" HREF="custom.htm">
<AREA SHAPE=RECT COORDS="275,34,347,55" HREF="board.htm">
<AREA SHAPE=RECT COORDS="357,34,420,55" HREF="tools.htm">
<AREA SHAPE=RECT COORDS="430,31,484,65" HREF="icons.htm">
</MAP>
<img src="images/menu.gif" BORDER=0 ISMAP USEMAP="#menu" ALT="Menu">
</td>
<td width=70> </td>
</tr>
</table><br><br>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td>
<table border=0 width=580 cellpadding=0 cellspacing=0>
<tr>
<td width=70> </td>
<td width=500>
<hr color="black" size="2" noshade>
<big><big>T</big></big>he VMU icon is a 2 block
file named ICONDATA_VMS that is hidden away on the Dreamcast's Virtual Memory Unit.
It displays as a 32 by 32 pixel 16-color icon on the VMU within the main file menus
of the Dreamcast. It also displays a monochrome version of the icon on the physical
VMU screen when plugged into a controller.
<BR><BR> <big><big>I</big></big> made this website after I saw the
Capcom icon that Power Stone puts on the VMU, I wanted to download more. I thought
the idea of having my own custom VMU icons was really cool. But I couldn't find them
anywhere. Then one day out of the blue, I saw that someone was making VMU
icons on a website called booyaka.com. I reached out to them asking how they did it.
They told me they used the program that comes with one of those 4/8/16mb
memory cards that have a pc link cable. So I searched for the program on the internet
and in about half an hour later I was making icons.
<BR><BR> <big><big>S</big></big>o I made this site so that other
people can discover this cool feature for Dreamcast also! :)<br>
<hr color="black" size="2" noshade><br><br>
<center>
© 2000, <a href="index.htm">DREAMCAST VMU ICONS.</a> All Rights Reserved.<br>
<font="1"><a href="disclaimer.htm">legal disclaimer</a></font>
</center>
</td>
</tr>
</table>
</td>
<td valign="top" width="160">
<center>
</center>
</td></tr>
</table>
</body>
</html>