Fix the stupid tetris input bug
Apparently ADD Reg, Imm doesn't set the carry flag like all the
other ADD/SUB instructions.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 15 Dec 2016 19:45:03 -0500 |
parents |
cf5f62fff15b |
children |
2e803dec5d58 ee000116796f |
(defpackage :chip8
(:use
:cl
:losh
:iterate
:cl-arrows
:chip8.quickutils)
(:export))
(defpackage :chip8.gui
(:use :cl+qt :iterate :losh :cl-arrows
:chip8.quickutils))
(defpackage :chip8.debugger
(:use :cl+qt :iterate :losh :cl-arrows
:chip8.quickutils))