Archive of a start of a chip-8 emulator project in Common Lisp
Find a file
Juhani Krekelä faea86bc8c First commit
Status of the project as it was on 2025-03-07. The commit date is based
on the modification time of the files.
2025-03-07 23:56:06 +02:00
.gitignore First commit 2025-03-07 23:56:06 +02:00
chipgr8.asd First commit 2025-03-07 23:56:06 +02:00
chipgr8.lisp First commit 2025-03-07 23:56:06 +02:00
emulator.lisp First commit 2025-03-07 23:56:06 +02:00
graphics.lisp First commit 2025-03-07 23:56:06 +02:00
package.lisp First commit 2025-03-07 23:56:06 +02:00
README.txt First commit 2025-03-07 23:56:06 +02:00
run.lisp First commit 2025-03-07 23:56:06 +02:00
sdl.lisp First commit 2025-03-07 23:56:06 +02:00
UNLICENSE First commit 2025-03-07 23:56:06 +02:00

CHIP-8 emulator written in Common Lisp.
Uses lispbuilder-sdl
Under Unlicense