-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
99 lines (83 loc) · 4.24 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>higan | multi-system emulator</title>
<meta property="og:title" content="higan | multi-system emulator" />
<meta property="og:image" content="https://higan-emu.com/logo.png"/>
<meta name="author" content="higan-emu development team" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="higan is a multi-system emulator that began development on October 14th, 2004. The purpose of higan is to serve as hardware documentation in source code form: it is meant to be as accurate and complete as possible, with code that is easy to read and understand." />
<meta property="og:description" content="higan is a multi-system emulator that began development on October 14th, 2004. The purpose of higan is to serve as hardware documentation in source code form: it is meant to be as accurate and complete as possible, with code that is easy to read and understand." />
<link rel="canonical" href="https://higan-emu.com/" />
<meta property="og:url" content="https://higan-emu.com/" />
<meta property="og:site_name" content="higan" />
<meta property="og:type" content="website" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel="stylesheet" type="text/css" href="/style.css" />
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
</head>
<body>
<div id="bar"></div>
<div class="wrapper-container">
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<nav>
<a href="/">Home</a>
<a href="/download.html">Download</a>
<a href="/docs/">Docs</a>
<a href="/contribute.html">Contribute</a>
</nav>
</header>
</div>
</div>
<div class="wrapper-main">
<div id="main" role="main" class="container">
<article class="post">
<h1><img src="logo.png" /></h1>
<div class="entry">
<p>higan is a multi-system emulator that began development on October 14th, 2004. The purpose of higan is to serve as hardware documentation in source code form: it is meant to be as accurate and complete as possible, with code that is easy to read and understand.</p>
<p>
<center><a href="/download.html" class="download-button"><i class="icon-download-alt"></i> Download higan</a></center>
</p>
<p>
<center><a href="/docs/" class="download-button"><i class="icon-book"></i> Read documentation</a></center>
</p>
<p>
<center><a href="https://github.com/higan-emu/higan" class="download-button"><i class="icon-github"></i> Contribute on Github</a></center>
</p>
<h2 id="overview">Overview</h2>
<p>
higan currently emulates the following systems:
<ul>
<li>Famicom + Famicom Disk System</li>
<li>Super Famicom + Super Game Boy</li>
<li>Game Boy + Game Boy Color</li>
<li>Game Boy Advance + Game Boy Player</li>
<li>SG-1000 + SC-3000</li>
<li>Master System + Game Gear</li>
<li>Mega Drive + Mega CD</li>
<li>PC Engine + SuperGrafx</li>
<li>MSX + MSX2</li>
<li>ColecoVision</li>
<li>Neo Geo Pocket + Neo Geo Pocket Color</li>
<li>WonderSwan + WonderSwan Color + SwanCrystal + Pocket Challenge V2</li>
</ul>
</p>
</div>
</article>
</div>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="https://github.com/higan-emu"><i class="icon-github"></i> higan-emu</a>
</footer>
</div>
</div>
</div>
</body>
</html>