This repository was archived by the owner on Jun 4, 2023. It is now read-only.
forked from floooh/tiny8bit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
52 lines (52 loc) · 1.74 KB
/
help.html
File metadata and controls
52 lines (52 loc) · 1.74 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset="UTF-8"/>
<title>Tiny Emulators</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/png" href="favicon.png"/>
</head>
<body>
<div class="title"><a class="main-menu-link" href="index.html">Tiny Emus Help</a>
<span class="main-menu-item"><a class="main-menu-link" href="index.html">Go Back</a></span>
</div>
<div class="help">
<h2>General:</h2>
<p>
In games, use <b>Arrow Keys</b> to control direction, and <b>Space</b>
to jump/fire.
</p>
<p>
In some browsers, audio output is disabled until the first click, key press
or touch.
</p>
<p>
Games usually require to press <b>Space</b> or <b>1</b> in the
intro screen to start the actual game.
</p>
<p>
To load you own files, start one of the system emulators and
drag'n'drop local files into the browser window. It's best to use the
UI versions of the emulators for this because this allows you to
enable and disable the joystick emulation as needed. See below for
system-specific loading- and starting instructions.
</p>
<p>
When files are successfully loaded, the border will flash green
for a short moment, or red when an error is encountered.
</p>
<h2>ZX Spectrum:</h2>
<p>
In games that require to select a joystick type, select <b>Kempston</b>.
</p>
<p>
The ZX Spectrum emulator supports the following file formats:
<ul>
<li>Z80 snapshot files </li>
<li>TXT files</li>
</ul>
</p>
</div>
<div class="gallery-bottom"></div>
</body>
</html>