From 4a620c89ed06f513fda327b36462114b51c505de Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 6 Jul 2005 13:38:07 +0000 Subject: [PATCH] Added more comments. --- zsnes/src/cpu/execute.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 397579d2..dd0e1e64 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -254,6 +254,8 @@ NEWSYM tempdh, db 0 SECTION .text + +; this wonderful mess starts up the CPU and initialized the emulation state NEWSYM start65816 call initvideo