Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ardean/jsgbc-core

jsGBC Core Emulator
https://github.com/ardean/jsgbc-core

emulator es6 gameboy gameboy-color gameboy-color-emulator gameboy-emulator gameboy-emulator-library javascript jsgbc jsgbc-web

Last synced: 4 days ago
JSON representation

jsGBC Core Emulator

Awesome Lists containing this project

README

        

# jsGBC-core

[![Build Status](https://travis-ci.org/ardean/jsGBC-core.svg?branch=master)](https://travis-ci.org/ardean/jsGBC)
[![Greenkeeper badge](https://badges.greenkeeper.io/ardean/jsGBC-core.svg)](https://greenkeeper.io/)
[![NPM Version][npm-image]][downloads-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![License][license-image]][license-url]

[Demo](https://ardean.github.io/jsGBC/)

**jsGBC Core Emulator**

This is just the core emulator. For a desktop emulator look at [jsGBC](https://github.com/ardean/jsGBC) or for an online emulator please check [jsGBC-web](https://github.com/ardean/jsGBC-web).

## Related Projects

- [jsGBC](https://github.com/ardean/jsGBC)
- [jsGBC-web](https://github.com/ardean/jsGBC-web)

## License

[MIT](LICENSE.md)

Z80 implementation borrowed from [GameBoy-Online](https://github.com/taisel/GameBoy-Online)

[downloads-image]: https://img.shields.io/npm/dm/jsgbc.svg
[downloads-url]: https://npmjs.org/package/jsgbc
[npm-image]: https://img.shields.io/npm/v/jsgbc.svg
[npm-url]: https://npmjs.org/package/jsgbc
[license-image]: https://img.shields.io/npm/l/jsgbc.svg
[license-url]: LICENSE.md