From a0f6ce0b91877c6c26ca86ea282adbb791684736 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Oct 2014 11:49:27 -0400 Subject: remove inaccurate comment --- main.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.s b/main.s index 32194b2..a3e7221 100644 --- a/main.s +++ b/main.s @@ -33,9 +33,7 @@ frame_count 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