Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion chip8_core/target/.rustc_info.json

This file was deleted.

3 changes: 0 additions & 3 deletions chip8_core/target/CACHEDIR.TAG

This file was deleted.

Empty file.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions chip8_core/target/debug/deps/chip8_core-15e1a157af4ee71a.d

This file was deleted.

9 changes: 0 additions & 9 deletions chip8_core/target/debug/deps/chip8_core-ac9cf048fb9dccd0.d

This file was deleted.

Binary file not shown.
Empty file.
1 change: 0 additions & 1 deletion desktop/target/.rustc_info.json

This file was deleted.

3 changes: 0 additions & 3 deletions desktop/target/CACHEDIR.TAG

This file was deleted.

Empty file removed desktop/target/debug/.cargo-lock
Empty file.
Binary file removed desktop/target/debug/desktop
Binary file not shown.
1 change: 0 additions & 1 deletion desktop/target/debug/desktop.d

This file was deleted.

3 changes: 2 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ <h1>Chip-8 Emulator</h1>
<input type="checkbox" id="sound-toggle" checked>
<span>Enable Sound</span>
</label>
<small>Toggle the classic CHIP-8 beep sound</small>
<small>Toggle the classic CHIP-8 beep sound. <b>Note: No sound will play if your device is in
silent mode.</b></small>
</div>

<div id="gamedescription">
Expand Down
2 changes: 2 additions & 0 deletions website/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ async function run() {

initAudio()

descriptionBox.textContent = descriptions[evt.target.value] || "No description available."

// Stop previous game
if (anim_frame != 0) {
window.cancelAnimationFrame(anim_frame)
Expand Down
Loading