a bunch of changes plus some more programs

This commit is contained in:
2026-01-30 21:35:07 -06:00
parent e9c83a37c4
commit 235c7759fc
8 changed files with 52 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ static MEMORY_LIMIT: i32 = 4096;
static STACK_LIMIT: i32 = 16;
static VARIABLE_REGISTER_COUNT: i32 = 16;
static TIMER_TICK_RATE: u32 = 60;
static DESIRED_FPS: u32 = 165;
static DESIRED_FPS: u32 = 60;
static CYCLES_PER_FRAME: u32 = 10;
#[derive(Clone)]