Release of v1.15.6
Some FDC tweaks, a CPU emulation fix, and some Debugger message improvements
This commit is contained in:
parent
0173492ef2
commit
326cfbb42c
146 changed files with 6798 additions and 859 deletions
10
my_modules/pcjs-client/bin/.jshintrc
Normal file
10
my_modules/pcjs-client/bin/.jshintrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"globalstrict": true,
|
||||
"sub": true,
|
||||
"globals": {
|
||||
"global": true,
|
||||
"console": true,
|
||||
"module": true,
|
||||
"require": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue