kingcons / clones

A WIP NES emulator, most dev happening on git.sr.ht/~kingcons once-more-with-feeling branch

Home Page:https://clones.kingcons.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License

Licensed under the LLGPL License.

About

A WIP NES emulator, most dev happening on git.sr.ht/~kingcons once-more-with-feeling branch

https://clones.kingcons.io/


Languages

Language:Common Lisp 100.0%