rk86 2.0.8 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/rk86.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rk86",
3
- "version": "2.0.8",
3
+ "version": "2.0.11",
4
4
  "description": "Эмулятор Радио-86РК (Intel 8080) для терминала",
5
5
  "bin": {
6
6
  "rk86": "rk86.js"
package/rk86.js CHANGED
@@ -3112,7 +3112,7 @@ class Runner {
3112
3112
 
3113
3113
  // src/lib/rk86_screen.ts
3114
3114
  class Screen {
3115
- static #update_rate = 25;
3115
+ static #update_rate = 40;
3116
3116
  machine;
3117
3117
  cursor_rate;
3118
3118
  scale_x;