Small cleanup formatting and new rom locations.
This commit is contained in:
+3
-2
@@ -23,8 +23,9 @@ main :: proc() {
|
||||
system := chip.init()
|
||||
|
||||
// load rom, hardcoded for now, will eventually be cli or gui
|
||||
// err := chip.load_rom(&system, "./2-ibm-logo.ch8")
|
||||
err := chip.load_rom(&system, "./1-chip8-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/4-flags.ch8")
|
||||
if err != nil {
|
||||
panic("failed to load rom!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user