changeset 586:af3ca2f51bad

can now remove hack to regenerate D and E from render-glyph b/c of fixing bug in clear-screen.
author Robert McIntyre <rlm@mit.edu>
date Sat, 01 Sep 2012 10:05:55 -0500
parents 9159187bbf26
children e180f52b2079
files clojure/com/aurellem/run/adv_choreo.clj
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/adv_choreo.clj	Sat Sep 01 10:04:19 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/adv_choreo.clj	Sat Sep 01 10:05:55 2012 -0500
     1.3 @@ -279,13 +279,6 @@
     1.4                 [;; Render each nybble of A as a character
     1.5                  ;; there are two characters to a glyph.
     1.6  
     1.7 -                0x21
     1.8 -                (reverse (disect-bytes-2 data-start))
     1.9 -                ;; load row and column into DE
    1.10 -                0x2A 0x57 ;; row -> D
    1.11 -                0x2A 0x5F ;; column -> E
    1.12 -
    1.13 -                
    1.14                  set-HL-from-row-and-column
    1.15  
    1.16                  0xF1 ;; pop A, now A is equal to key input