Skip to content

workhorsylegacy/dartnes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages