aboutsummaryrefslogtreecommitdiff
path: root/src/cpu.effekt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu.effekt')
-rw-r--r--src/cpu.effekt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu.effekt b/src/cpu.effekt
index c3cb9aa..1d9fcfa 100644
--- a/src/cpu.effekt
+++ b/src/cpu.effekt
@@ -36,6 +36,8 @@ namespace cpu {
// Main loop
// Fetch, Decode, Execute, Update Timers, Update Display
r.log("Starting the CPU...")
+ r.fill("black")
+ // TODO: Implement the main loop with effects
()
}
}