Working on v1.30.0, starting with cleaner separation of opcode function helpers from other (eg, control-flow) helpers
This commit is contained in:
parent
3d514e4d6b
commit
ba104d23b2
165 changed files with 1412 additions and 1332 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pcjs",
|
||||
"version": "1.20.9",
|
||||
"version": "1.30.0",
|
||||
"description": "Node-enabled version of PCjs",
|
||||
"engine": "node ^0.12.7",
|
||||
"main": "server.js",
|
||||
|
|
@ -109,6 +109,8 @@
|
|||
"./modules/pcjs/lib/x86cpu.js",
|
||||
"./modules/pcjs/lib/x86fpu.js",
|
||||
"./modules/pcjs/lib/x86func.js",
|
||||
"./modules/pcjs/lib/x86flow.js",
|
||||
"./modules/pcjs/lib/x86help.js",
|
||||
"./modules/pcjs/lib/x86ops.js",
|
||||
"./modules/pcjs/lib/x86op0f.js",
|
||||
"./modules/pcjs/lib/x86modb.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue