Added support for DRn and TRn instructions (although they're effectively NOPs for now)

This commit is contained in:
Jeff Parsons 2015-07-27 11:29:57 -07:00
commit 2150744668
167 changed files with 9213 additions and 2029 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pcjs",
"version": "1.18.5",
"version": "1.18.6",
"description": "Node-enabled version of PCjs",
"engine": "node ^0.12.7",
"main": "server.js",