Skip to content

Commit 4c5426e

Browse files
Merge pull request #17 from gopi487krishna/setting-quriks
Prevent autosetting quirks by games
2 parents b8a5d13 + ee4d1c5 commit 4c5426e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

website/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,6 @@ <h1 class="retro-title">zc8</h1>
196196
const value = event.target.value;
197197

198198
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-
enable_shiftquirk(true);
206-
enable_loadstore_quirk(true);
207-
document.getElementById('shift-quirk-checkbox').checked = 'checked';
208-
document.getElementById('loadstore-quirk-checkbox').checked = 'checked';
209-
}
210-
211199
game_function();
212200

213201
});

0 commit comments

Comments
 (0)