kbd and sound

This commit is contained in:
Zoe
2025-02-06 18:17:47 -06:00
parent 8a682699f6
commit b005ee2556
2 changed files with 181 additions and 79 deletions

View File

@@ -11,6 +11,8 @@ extern_roms=(
"https://github.com/Timendus/chip8-test-suite/raw/main/bin/2-ibm-logo.ch8"
"https://github.com/Timendus/chip8-test-suite/raw/main/bin/3-corax+.ch8"
"https://github.com/Timendus/chip8-test-suite/raw/main/bin/4-flags.ch8"
"https://github.com/Timendus/chip8-test-suite/raw/main/bin/6-keypad.ch8"
"https://github.com/Timendus/chip8-test-suite/raw/main/bin/7-beep.ch8"
)
for rom in "${extern_roms[@]}"; do