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
39
my_modules/c1pjs-client/lib/.jshintrc
Normal file
39
my_modules/c1pjs-client/lib/.jshintrc
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"evil": true,
|
||||
"loopfunc": true,
|
||||
"sub": true,
|
||||
"globalstrict": true,
|
||||
"globals": {
|
||||
"window": true,
|
||||
"APPNAME": false,
|
||||
"APPVERSION": false,
|
||||
"SITEHOST": false,
|
||||
"DEBUG": false,
|
||||
"MAXDEBUG": false,
|
||||
"C1PJSCLASS": true,
|
||||
"DEBUGGER": true,
|
||||
"Component": true,
|
||||
"State": true,
|
||||
"C1PComputer": true,
|
||||
"C1PCPU": true,
|
||||
"C1PDebugger": true,
|
||||
"C1PDiskController": true,
|
||||
"C1PKeyboard": true,
|
||||
"C1PPanel": true,
|
||||
"C1PRAM": true,
|
||||
"C1PROM": true,
|
||||
"C1PSerialPort": true,
|
||||
"C1PVideo": true,
|
||||
"str": true,
|
||||
"usr": true,
|
||||
"web": true,
|
||||
"global": true,
|
||||
"module": true,
|
||||
"require": true,
|
||||
"setTimeout": false,
|
||||
"clearTimeout": false,
|
||||
"Image": false
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue