Reduce poll interval to 5 ms
This commit is contained in:
3
emu.js
3
emu.js
@@ -7,10 +7,11 @@ const RXTAIL = 0x10c;
|
|||||||
|
|
||||||
const SYSREADY = 0x110;
|
const SYSREADY = 0x110;
|
||||||
|
|
||||||
const POLL_INTERVAL_MS = 20;
|
|
||||||
const DOT_INTERVAL_MS = 120;
|
const DOT_INTERVAL_MS = 120;
|
||||||
const PERIPHS_SIZE = 0x200;
|
const PERIPHS_SIZE = 0x200;
|
||||||
|
|
||||||
|
const POLL_INTERVAL_MS = 5;
|
||||||
|
|
||||||
const COLS = 80;
|
const COLS = 80;
|
||||||
const TAB_WIDTH = 8;
|
const TAB_WIDTH = 8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user