Status of the project as it was on 2025-03-07. The commit date is based on the modification time of the files.
7 lines
170 B
Common Lisp
7 lines
170 B
Common Lisp
(in-package :chipgr8)
|
|
|
|
(defvar *framebuffer* (make-array '(32 64) :initial-element nil)) ; 64x32 screen, nil black, t white
|
|
|
|
; (clear-screen)
|
|
|
|
; (draw-sprite x y sprite)
|