1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-07-25 04:24:09 +00:00

Deploying to gh-pages from @ sehugg/8bitworkshop@a01cc6453a 🚀

This commit is contained in:
sehugg
2024-06-05 14:46:37 +00:00
parent 45729f86fe
commit 7093bb30ae
195 changed files with 2866 additions and 14951 deletions

View File

@@ -564,7 +564,7 @@ class HDLModuleWASM {
console.log('... Finished @', o); this.finished = true; },
$stop: (o) => { if (!this.stopped)
console.log('... Stopped @', o); this.stopped = true; },
$time: (o) => BigInt(new Date().getTime() - this.resetStartTimeMsec),
$time: (o) => BigInt(new Date().getTime() - this.resetStartTimeMsec), // TODO: timescale
$rand: (o) => (Math.random() * (65536 * 65536)) | 0,
$readmem: (o, a, b) => this.$readmem(a, b)
}