Skip to content

workhorsylegacy/dartnes

Repository files navigation

DartNES

A Dart NES emulator.

Prereq

You will need to install Dart from http://dartlang.org. Dart is a new JavaScript like language from Google. It can run faster in a special Dart VM, or slower in any browser using JavaScript.

Run in Dart mode

Only supported by the Dartium browser so far.

make dart
http://127.0.0.1:8000/dartnes.html

Run in JavaScript mode

All other browsers Chrome, Chromium, Firefox, Safari, Opera, Internet Explorer 10, et cetera.

make js
http://127.0.0.1:8000/dartnes.html

About

⚠️ Deprecated. Dartnes is a port of JSNES to Dart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages