We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8a5d13 + ee4d1c5 commit 4c5426eCopy full SHA for 4c5426e
website/index.html
@@ -196,18 +196,6 @@ <h1 class="retro-title">zc8</h1>
196
const value = event.target.value;
197
198
const game_function = get_game_function(value);
199
-
200
- if (value == "spaceinvaders") {
201
- enable_shiftquirk(true);
202
- document.getElementById('shift-quirk-checkbox').checked = 'checked';
203
- }
204
- else if (value == "blinky") {
205
206
- enable_loadstore_quirk(true);
207
208
- document.getElementById('loadstore-quirk-checkbox').checked = 'checked';
209
210
211
game_function();
212
213
});
0 commit comments