Split files to domains.

This commit is contained in:
2026-05-16 09:13:38 +02:00
parent 8ff22fac55
commit beb2faa1ed
5 changed files with 82 additions and 30 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ import "core:mem"
import chip "machine"
// false = release default
DEV :: #config(DEV, false)
main :: proc() {
@@ -30,7 +29,7 @@ main :: proc() {
}
// start the cycle
chip.run(&system)
chip.init_display_and_cycle(&system)
when DEV {
if len(track.allocation_map) > 0 {