std json parser
This commit is contained in:
@@ -52,7 +52,7 @@ func CHIP8.free[c: CHIP8] : void
|
||||
c->keyboard->free()
|
||||
c->display->free()
|
||||
c->keyboard_map->free()
|
||||
mem.free(c)
|
||||
(c as ptr)->free()
|
||||
|
||||
func CHIP8.disassemble[c: CHIP8, ins_count: i64] : void
|
||||
for i in 0..ins_count
|
||||
|
||||
Reference in New Issue
Block a user