Added input test rom
This commit is contained in:
+2
-1
@@ -25,7 +25,8 @@ main :: proc() {
|
|||||||
// load rom, hardcoded for now, will eventually be cli or gui
|
// 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/2-ibm-logo.ch8")
|
||||||
// err := chip.load_rom(&system, "./test_roms/1-chip8-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 {
|
if err != nil {
|
||||||
panic("failed to load rom!")
|
panic("failed to load rom!")
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user