Small cleanup/refactor.

This commit is contained in:
2026-06-11 09:11:07 +02:00
parent 01abcfead0
commit 02ee850e82
2 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ main :: proc() {
// Init the emu 8 "cpu"
system := emu.init()
// TODO: move this into a gui component
// @TODO: move this into a gui component
// load rom, hardcoded for now, will eventually be cli or gui
err := emu.load_rom(&system, "./test_roms/7-beep.ch8")
if err != nil {