# HG changeset patch # User Robert McIntyre # Date 1346511955 18000 # Node ID af3ca2f51baded78e6728081de5f6e7732bd648d # Parent 9159187bbf268d86112099633be8ba25a8e65f50 can now remove hack to regenerate D and E from render-glyph b/c of fixing bug in clear-screen. diff -r 9159187bbf26 -r af3ca2f51bad clojure/com/aurellem/run/adv_choreo.clj --- a/clojure/com/aurellem/run/adv_choreo.clj Sat Sep 01 10:04:19 2012 -0500 +++ b/clojure/com/aurellem/run/adv_choreo.clj Sat Sep 01 10:05:55 2012 -0500 @@ -279,13 +279,6 @@ [;; Render each nybble of A as a character ;; there are two characters to a glyph. - 0x21 - (reverse (disect-bytes-2 data-start)) - ;; load row and column into DE - 0x2A 0x57 ;; row -> D - 0x2A 0x5F ;; column -> E - - set-HL-from-row-and-column 0xF1 ;; pop A, now A is equal to key input