Initial Project Setup

This commit is contained in:
2025-01-30 14:30:19 -07:00
parent a47ca7dcbf
commit 7e0b305d17
50 changed files with 3227 additions and 0 deletions

6
include/cpu.h Normal file
View File

@ -0,0 +1,6 @@
#pragma once
#include <common.h>
void cpu_init();
bool cpu_step();