From afb9c56adda8c7b1ba3c3526e55a3bfa36c1dfc2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Oct 2014 03:55:48 -0400 Subject: correct a comment --- main.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.s b/main.s index 67dcb57..a7b6639 100644 --- a/main.s +++ b/main.s @@ -27,9 +27,7 @@ buttons_pressed DB ; set up cpu flags in the first frame and clear out system ram in the second ; frame (clearing out ram isn't at all necessary, but we can't do anything ; useful at this point anyway, so we may as well in order to make things more -; predictable). clearing out system ram actually takes quite a bit longer than -; a frame (a frame is ~2273 cycles, or ~324-1136 opcodes), but we may as well -; start the process while we wait. +; predictable). RESET: SEI ; disable IRQs CLD ; disable decimal mode -- cgit v1.2.3-54-g00ecf