mborgbrant / c64js

A commodore 64 emulator written in vanilla JavaScript

Home Page:http://mborgbrant.github.io/c64js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c64js

This is an embryo of a commodore 64 emulator, written from scratch in javascript. A demo of the emulator is available at mborgbrant.github.io/c64js.

Roms

In order to run roms, drop them in .prg-format on the emulators canvas area. The VIC-II (GPU) chip isn't fully emulated yet, so there is a limited number of ROMS which actually will work.

Build for production

Install the npm packages:

> npm install

Build the distribution:

> gulp

Contributions

Contributions are always welcome! Please read the contribution guidelines first.

Copyright and license

Code and documentation copyright 2015-2016 Mikael Borgbrant. Code released under the MIT license.

About

A commodore 64 emulator written in vanilla JavaScript

http://mborgbrant.github.io/c64js/

License:MIT License


Languages

Language:Assembly 88.7%Language:JavaScript 11.0%Language:CSS 0.2%Language:HTML 0.1%Language:Perl 0.0%