~kingcons/clones

Common Lisp NES Emulator
a2f7d84a — Brit Butler 6 years ago
Merge pull request #1 from kingcons/ground-floor
Update DESIGN and README a bit...
Add argument printing to the disassembler.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kingcons/clones
read/write
git@git.sr.ht:~kingcons/clones

You can also use your local clone with git send-email.

#Clones

Build Status

#Goals

See: Design

#Usage

Not just yet...

#Installation

Eventually, Clones will be installable through Quicklisp.

For now, you may clone this repo into ~/quicklisp/local-projects. Then run (ql:quickload :clones) and you should be ready to go!

#Tests

Clones is tested with Prove. Install clones and then run (asdf:test-system :clones).

If running tests in SLIME, you may want to disable color support since SLIME doesn't support ANSI color codes.

(ql:quickload :clones-test)
(let ((prove:*enable-colors* nil)) (asdf:test-system :clones))

There is also a helper for running individual test files.

(ql:quickload :clones-test)
(clones-test.helpers:run-file "cpu")

#Author

Copyright (c) 2018 Brit Butler (brit@kingcons.io)

#License

Licensed under the LLGPL License.