Added input test rom

This commit is contained in:
2026-05-28 07:02:45 +02:00
parent 3876eba050
commit b5d9811209
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ main :: proc() {
// load rom, hardcoded for now, will eventually be cli or gui
// err := chip.load_rom(&system, "./test_roms/2-ibm-logo.ch8")
// err := chip.load_rom(&system, "./test_roms/1-chip8-logo.ch8")
err := chip.load_rom(&system, "./test_roms/4-flags.ch8")
// err := chip.load_rom(&system, "./test_roms/4-flags.ch8")
err := chip.load_rom(&system, "./test_roms/6-keypad.ch8")
if err != nil {
panic("failed to load rom!")
}
Binary file not shown.