Reduce load time #2

Merged
cdo merged 8 commits from reduce-load-time into main 2026-03-20 13:13:22 +00:00
Showing only changes of commit d202157a58 - Show all commits

2
emu.js
View File

@@ -8,10 +8,10 @@ const RXTAIL = 0x10c;
const SYSREADY = 0x110;
const SYSINTER = 0x114;
const DOT_INTERVAL_MS = 120;
const PERIPHS_SIZE = 0x200;
const POLL_INTERVAL_MS = 5;
const DOT_INTERVAL_MS = 25;
const COLS = 80;
const TAB_WIDTH = 8;