Skip to content

Commit

Permalink
ドキュメントを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsuki105 committed Jan 24, 2020
1 parent e9f027f commit ec41a25
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Go言語で書かれたゲームボーイカラーエミュレータです。
- [x] ウィンドウの縮小拡大が可能
- [x] ゲームボーイモードでパレットカラーの変更をサポート
- [x] ポケモンクリスタルの日本語ROMをサポート
- [x] 起動時のアニメーションの実装
- [x] ローカルネットワーク内のゲームボーイの通信機能をサポート(未対応のROMもあります テトリス、ポケモン赤などが動作します)
- [ ] ローカルネットワーク内のゲームボーイカラーの通信機能をサポート
- [ ] ネットワークをまたいだ通信機能のサポート
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ Almost all ROMs work without problems, and have a wide range of functions, inclu
- [x] MBC3
- [x] MBC5
- [x] RTC
- [x] Save game data
- [x] Quicksave
- [x] System save
- [x] Quick save
- [x] Resizable window
- [x] Pallete color change in DMG
- [x] Pokemon Crystal JPN version
- [x] Startup animation
- [x] Serial DMG communication in local network
- [ ] Serial CGB communication in local network
- [ ] Serial communication with remote network
Expand Down
14 changes: 9 additions & 5 deletions docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ header > .container > .social-button {
margin-right: 1rem;
}
.nav-brand > a {
color: #212529;
color: #000000;
text-decoration: none;
}

Expand Down Expand Up @@ -78,7 +78,7 @@ footer {
margin-bottom: 2rem;
}
footer a {
color: #333;
color: #000000;
text-decoration: none;
}

Expand All @@ -98,7 +98,7 @@ h2 > a {
z-index: 999;
display: flex;
height: 100px;
color: #333;
color: #000000;
text-decoration: none;
transition: all 0.3s ease;
}
Expand All @@ -112,7 +112,7 @@ h2 > a {
align-self: flex-start;
padding: 0.2rem 0.5rem;
font-size: 0.8rem;
color: #333;
color: #000000;
}
.github-link > i.nes-octocat {
align-self: flex-end;
Expand Down Expand Up @@ -265,7 +265,7 @@ h3.topic-title > i {

/* Articles */
.article-link > .title a {
color: #333;
color: #000000;
}
.article-link > .title span {
margin-left: 1rem;
Expand Down Expand Up @@ -320,4 +320,8 @@ img.lazy {
#nescss > .container {
margin-top: 190px;
}
}

body {
color: #000000;
}
33 changes: 25 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<meta property="og:title" content="Worldwide" />
<meta property="og:description" content="GameBoyColor Emulator written in golang." />
<meta property="og:image" content="https://akatsuki-py.github.io/Worldwide/gbc.jpg" />

<title>Worldwide</title>
</head>

<body>
Expand All @@ -26,7 +28,7 @@
<a href="./index.html">
<h1>Worldwide</h1>
</a>
<p>GameBoy Emulator written in golang.</p>
<p>GameBoyColor Emulator written in golang.</p>
</div>

<div class="social-buttons">
Expand Down Expand Up @@ -78,26 +80,41 @@ <h1>Worldwide</h1>

<section class="topic">
<h2 id="about"><a href="#about">#</a>About</h2>
<p>Worldwide is GameBoy Emulator that can play almost any ROM.</p>
<p>Worldwide is GameBoyColor emulator written in golang.</p>
<p>Almost all ROMs work without problems, and have a wide range of functions, including sound, save, and some communication functions.</p>
</section>

<section class="topic">
<h2 id="features"><a href="#features">#</a>Features</h2>
<p>Worldwide has the following features:</p>
<ul>
<li>60fps</li>
<li>Written in golang, this emu works on Multi-platform.</li>
<li>GameBoyColor ROM can be played.</li>
<li>APU is implemented.</li>
<li>Low CPU consumption.</li>
<li>cpu_instrs is clear</li>
<li>Low CPU consumption</li>
<li>Sound(thank to goboy)</li>
<li>GameBoy Color ROM support</li>
<li>Multi-platform support</li>
<li>Xbox 360 Controller support</li>
<li>WebAssembly partial support</li>
<li>MBC1</li>
<li>MBC2</li>
<li>MBC3</li>
<li>MBC5</li>
<li>RTC</li>
<li>System save</li>
<li>Quick save</li>
<li>Resizable window</li>
<li>Pallete color change in DMG</li>
<li>Pokemon Crystal JPN version</li>
<li>Startup animation</li>
<li>Serial DMG communication in local network</li>
</ul>
</section>

<section class="topic">
<h2 id="download"><a href="#download">#</a>Download</h2>
<p>You can download my emulator at this link.</p>
<p><a href="https://github.com/Akatsuki-py/Worldwide/releases/download/v0.0.1/gbc.zip">Windows download</a></p>
<p><a href="https://github.com/Akatsuki-py/Worldwide/releases/download/v0.0.1/gbc-linux.zip">Linux download</a></p>
<p><a href="https://github.com/Akatsuki-py/Worldwide/releases">Download</a></p>
<p><a href="https://github.com/Akatsuki-py/Worldwide" target="_blank" rel="noopener noreferrer">Source code</a></p>
</section>

Expand Down
5 changes: 4 additions & 1 deletion docs/wasm.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.ico">
<link href="./index.css" rel="stylesheet" />
<link href="./gameboy.css" rel="stylesheet" />

Expand All @@ -18,6 +19,8 @@

<script src="./wasm_exec.js"></script>
<script src="./wasm.js" type="text/javascript"></script>

<title>Worldwide</title>
</head>

<body>
Expand All @@ -28,7 +31,7 @@
<a href="./index.html">
<h1>Worldwide</h1>
</a>
<p>GameBoy Emulator written in golang.</p>
<p>GameBoyColor Emulator written in golang.</p>
</div>

<div class="social-buttons">
Expand Down

0 comments on commit ec41a25

Please sign in to comment.