string hosts in net.*

This commit is contained in:
2026-06-07 09:33:26 +02:00
parent a727a52ffb
commit a9bd4fe9f9
8 changed files with 109 additions and 71 deletions

View File

@@ -49,7 +49,7 @@ func CHIP8.free[c: CHIP8] : void
c->keyboard->free()
c->display->free()
c->keyboard_map->free()
(c as ptr)->free()
mem.free(c)
func CHIP8.disassemble[c: CHIP8, ins_count: i64] : void
for i in 0..ins_count