forked from BinBashBanana/webretro
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (171 loc) · 7.87 KB
/
index.html
File metadata and controls
171 lines (171 loc) · 7.87 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<title>Big Ideas Math</title>
<meta name="description" content="Big Ideas Math">
<link rel="stylesheet" href="assets/base.css?v=6.4">
<link rel="stylesheet" href="assets/jswindow.css">
<link rel="shortcut icon" href="assets/icon204.png">
<link rel="apple-touch-icon" href="assets/icon204.png">
</head>
<body>
<div class="main" id="mainarea">
<ul id="menu">
<div id="menuindicator">
<h1>↑</h1>
<h2>Menu</h2>
</div>
<li>Controls
<ul>
<li>Start: Enter</li>
<li>Select: Space</li>
<li>L/R Triggers: RO</li>
<li>L/R Shoulders: EP</li>
<li>ABXY Buttons: HGYT</li>
<li>DPad: Arrow keys</li>
<li>Left joy/thumb: WASDX</li>
<li>Right joy/thumb: IJKL,</li>
<li>Toggle Menu: F1</li>
<li>Save State: F2</li>
<li>Load State: F3</li>
<li>Take Screenshot: F4</li>
<li><a id="keybindsbutton" href="">Change Controls</a></li>
<li class="menu-long menu-nohover">Please note that these are just the bindings that are set, but actual keybindings may vary.</li>
<li><a href="" title="Opens in new tab" onclick="window.open(window.URL.createObjectURL(new Blob([decodeURIComponent(atob('JTNDIURPQ1RZUEUlMjBodG1sJTNFJTNDaHRtbCUzRSUzQ2hlYWQlM0UlM0NtZXRhJTIwaHR0cC1lcXVpdiUzRCUyMnJlZnJlc2glMjIlMjBjb250ZW50JTNEJTIyMSUzQlVSTCUzRGh0dHBzJTNBJTJGJTJGcmV0cm9waWUub3JnLnVrJTJGZG9jcyUyRlJldHJvQXJjaC1Db25maWd1cmF0aW9uJTJGJTIzZGVmYXVsdC1jb3JlLWNvbnRyb2xzLWZvci1hbGwtZW11bGF0b3JzJTIyJTNFJTNDdGl0bGUlM0VSZWRpcmVjdGluZyUzQyUyRnRpdGxlJTNFJTNDJTJGaGVhZCUzRSUzQ2JvZHklM0UlM0NoMiUzRVJlZGlyZWN0aW5nLi4uJTNDJTJGaDIlM0UlM0MlMkZib2R5JTNFJTNDJTJGaHRtbCUzRQ=='))], {type: 'text/html'})));return false;">System Specifics</a></li>
<!--<li><a target="_blank" title="Opens in new tab" href="assets/controller_layout.png">Default Controller Layout</a></li>-->
</ul>
</li>
<li>Saves
<ul>
<li class="pointer disabled" id="savegame">Save Game</li>
<li class="pointer disabled" id="exportsave">Export SRAM</li>
<li class="pointer disabled" id="importsave">Import SRAM</li>
<li class="disabled"><input type="checkbox" id="autosave" checked disabled>Autosave per 5 minutes</li>
<li class="menu-long menu-nohover" style="width: 200px;">Please note that in order for the game to be saved, you must use the save feature in-game (unless of course the game itself autosaves), then press the save button here (Or autosave must happen). <b>These saves are only for in-game save files. If you want to be able to save at any time, use save states.</b> Saves and states are saved in your browser's indexedDB and are automatically readied every time you visit the page. You only need to use export and import for backups.</li>
<li><a id="savesbutton" href="">Recover Saves</a></li>
</ul>
</li>
<li>States
<ul>
<li class="pointer disabled" id="savestate">Save State</li>
<li class="pointer disabled" id="loadstate">Load State</li>
<li class="pointer disabled" id="undosavestate">Undo Save State</li>
<li class="pointer disabled" id="undoloadstate">Undo Load State</li>
<li class="pointer disabled" id="exportstate">Export State</li>
<li class="pointer disabled" id="importstate">Import State</li>
<li class="menu-long menu-nohover" style="width: 200px;">If you want to export your current progress, you must save state before you export state; exported states are not states at the time of exporting.</li>
<li><a id="statesbutton" href="">Recover States</a></li>
</ul>
</li>
<li>Screenshots
<ul>
<li class="pointer disabled" id="takescreenshot">Take Screenshot</li>
<li class="pointer" id="screenshotsbutton">Screenshots</li>
</ul>
</li>
<li>Graphics
<ul>
<li class="disabled"><input type="checkbox" id="smooth" disabled>Smooth Scaling</li>
<li class="disabled" title="Warning: this will make the cursor position innacurate. You probably won't notice it unless you are using the menu."><input type="checkbox" id="doubleres" disabled>Double Resolution</li>
</ul>
</li>
<!--
<li>Cheats
<ul class="xlmenu">
<li>How to apply a cheat code</li>
<li>1. Open the Menu</li>
<li>2. Scroll down</li>
<li>3. Click "Cheats"</li>
<li>4. Click "Add new cheat to bottom/top"</li>
<li>5. Click the new cheat that you just created</li>
<li>6. Click "Code"</li>
<li>7. Enter/paste the cheat code</li>
<li>8. When you are done, press enter</li>
<li>9. Click "Enabled" (Set to ON)</li>
<li>10. Go back to Cheats by clicking the bar on the top</li>
<li>11. Click "Apply Changes"</li>
<li>12. Exit the menu</li>
</ul>
</li>-->
<li id="consolebutton">
Console
</li>
<li id="menubutton" class="disabled">
Menu
</li>
<li id="pause" class="disabled">
Pause
</li>
</ul>
<div id="ffd" style="display: none;">
<div id="ffdcontent">
<h2><span id="systemname"></span> Emulator</h2>
<input type="button" id="upload" value="Choose ROM File" class="uploadbutton">
<br>
<img id="googledriveupload" class="uploadbutton uploadimage" title="Google Drive Upload" src="assets/googledrive.png">
<img id="dropboxupload" class="uploadbutton uploadimage" title="Dropbox Upload" src="assets/dropbox.png">
<img id="onedriveupload" class="uploadbutton uploadimage" title="OneDrive Upload" src="assets/onedrive.png">
</div>
<div class="source">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">Source Code</a>
<a href="https://www.github.com/cerebralshape" target="_blank">Find the sussy baka dev</a>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">Find the other sussy baka dev</a>
<a href="info/" target="_blank">Info</a>
<span id="versionindicator"></span>
</div>
</div>
<p id="updatenotice"></p>
<canvas id="canvas" class="texturePixelated"></canvas>
<input type="button" id="startbutton" value="Start">
<div id="canvasmask">
<div id="resume">
<div>
<h1>Paused</h1>
<h3>Click to resume</h3>
</div>
</div>
<div id="sidealertholder"></div>
</div>
<div id="modals">
<div id="managers">
<div class="modaltop">
<h2 id="managertitle"></h2>
<span id="managerclose">✖</span>
</div>
<div id="keybindmanager">
<h4>Press save when you are finished!</h4>
<table class="managertableparent">
<tbody class="managertable" id="keybindtable"></tbody>
</table>
<input type="button" id="savekeybinds" class="specialblue" value="Save">
<input type="button" id="resetkeybinds" value="Reset to Default">
</div>
<div id="screenshotmanager">
<div id="screenshotsdiv"></div>
<div class="screenshotsbottom">
<h4>Screenshots do not persist through page reloads. Download now to prevent loss of the screenshots.</h4>
<input type="button" id="downloadallscreenshots" value="Download All (zip)">
</div>
</div>
<div id="savemanager">
<table class="managertableparent">
<tbody class="managertable" id="savetable"></tbody>
</table>
<h4>Download saves made on <i>this domain</i>.</h4>
<div class="savesbottom">
<span id="quotatext"></span>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="assets/zip-2.2.26.min.js"></script>
<script type="text/javascript" src="assets/md5.min.js"></script>
<script type="text/javascript" src="uauth/uauth.js"></script>
<script type="text/javascript" src="assets/jswindow.js"></script>
<script type="text/javascript" src="assets/charToCodeMap.js?v=6.4"></script>
<script type="text/javascript" src="assets/base.js?v=6.4"></script>
</body>
</html>