log clojure/com/aurellem/run/adv_choreo.clj

age author description
Sat, 01 Sep 2012 04:42:41 -0500 Robert McIntyre saving progress.
Sat, 01 Sep 2012 04:19:15 -0500 Robert McIntyre removed max-glyph-count handling code as it is unnecessary.
Sat, 01 Sep 2012 04:15:32 -0500 Robert McIntyre glyph display works partially, but does not write all glyphs.
Sat, 01 Sep 2012 04:05:51 -0500 Robert McIntyre implemented video-memory pointer logic.
Sat, 01 Sep 2012 03:56:30 -0500 Robert McIntyre implemented row and column increment logic.
Sat, 01 Sep 2012 03:42:16 -0500 Robert McIntyre minor formatting changes.
Sat, 01 Sep 2012 03:40:50 -0500 Robert McIntyre added row and column variables; clear-screen logic works now.
Sat, 01 Sep 2012 03:36:33 -0500 Robert McIntyre clear-screen complete
Sat, 01 Sep 2012 03:18:55 -0500 Robert McIntyre added code to save rows and columns to RAM.
Sat, 01 Sep 2012 03:15:13 -0500 Robert McIntyre added skeleton for clear-screen.
Sat, 01 Sep 2012 03:09:31 -0500 Robert McIntyre add code to load row and column into DE.
Sat, 01 Sep 2012 03:03:46 -0500 Robert McIntyre changed jump from relative to absolute to allow for display-glyph code greater than 128 numbers.
Fri, 31 Aug 2012 12:14:47 -0500 Robert McIntyre saving progress.
Fri, 31 Aug 2012 11:01:22 -0500 Robert McIntyre simplified return program.
Fri, 31 Aug 2012 09:37:18 -0500 Robert McIntyre added blank glyph.
Fri, 31 Aug 2012 09:22:52 -0500 Robert McIntyre new glyph rendering skeleton complete.
Fri, 31 Aug 2012 08:50:32 -0500 Robert McIntyre saving progress.
Fri, 31 Aug 2012 05:00:33 -0500 Robert McIntyre restored previous functionality of glyph-display program.
Fri, 31 Aug 2012 04:58:15 -0500 Robert McIntyre problem was improper value for starting position in memory for glyph-display-program.
Fri, 31 Aug 2012 04:22:08 -0500 Robert McIntyre trying to track down major problem with storing variables in RAM.
Fri, 31 Aug 2012 02:01:34 -0500 Robert McIntyre more cleanup code.
Fri, 31 Aug 2012 01:48:31 -0500 Robert McIntyre created scaffold for displaying terminal characters.
Fri, 31 Aug 2012 00:52:33 -0500 Robert McIntyre tightened up control transfer waiting period.
Fri, 31 Aug 2012 00:51:17 -0500 Robert McIntyre progress.
Thu, 30 Aug 2012 14:11:11 -0500 Robert McIntyre saving progress for the night.
Thu, 30 Aug 2012 12:09:15 -0500 Robert McIntyre moduralized main-bootstrap-program
Thu, 30 Aug 2012 11:19:52 -0500 Robert McIntyre condensed gameboy program into a contigous sequence of bytes.
Thu, 30 Aug 2012 09:32:57 -0500 Robert McIntyre going to explore a cool new idea for the final video.