jsbeeb 1.1.1 → 1.3.3
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.
- package/package.json +26 -12
- package/src/6502.js +51 -41
- package/src/app/app.js +99 -8
- package/src/app/electron.js +47 -5
- package/src/app/preload.js +11 -1
- package/src/config.js +9 -2
- package/src/disc.js +2 -2
- package/src/filestore.js +1 -4
- package/src/gamepad-source.js +1 -1
- package/src/machine-session.js +393 -0
- package/src/main.js +36 -7
- package/src/music5000-worklet.js +1 -0
- package/src/music5000.js +1 -9
- package/src/sth.js +3 -1
- package/src/utils.js +14 -2
- package/src/web/audio-renderer.js +1 -1
- package/src/web/debug.js +2 -2
- package/tests/test-machine.js +82 -1
- package/.editorconfig +0 -15
- package/.git-blame-ignore-revs +0 -3
- package/.github/copilot-instructions.md +0 -94
- package/.github/workflows/claude-issue-triage.yml +0 -105
- package/.github/workflows/claude.yml +0 -63
- package/.github/workflows/release-please.yml +0 -75
- package/.github/workflows/test-and-deploy.yml +0 -86
- package/.gitmodules +0 -6
- package/.husky/pre-commit +0 -1
- package/.idea/codeStyleSettings.xml +0 -9
- package/.idea/codeStyles/Project.xml +0 -62
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/compiler.xml +0 -22
- package/.idea/copyright/profiles_settings.xml +0 -3
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -7
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/jsLinters/jshint.xml +0 -85
- package/.idea/jsLinters/jslint.xml +0 -15
- package/.idea/jsbeeb.iml +0 -11
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -7
- package/.idea/runConfigurations/Debug.xml +0 -5
- package/.idea/scopes/scope_settings.xml +0 -5
- package/.idea/vcs.xml +0 -8
- package/.prettierignore +0 -4
- package/.prettierrc.json +0 -1
- package/.release-please-manifest.json +0 -3
- package/.vscode/launch.json +0 -14
- package/.vscode/settings.json +0 -6
- package/CHANGELOG.md +0 -32
- package/CLAUDE.md +0 -136
- package/Dockerfile +0 -22
- package/Makefile +0 -30
- package/docker/nginx-default.conf +0 -10
- package/docs/pal-comb-filter-research.md +0 -129
- package/docs/pal-simulation-design.md +0 -368
- package/eslint.config.js +0 -35
- package/index.html +0 -954
- package/jsconfig.json +0 -10
- package/public/discs/README.Irq-Timing +0 -3
- package/public/discs/README.bcdtest +0 -5
- package/public/discs/README.elite +0 -6
- package/public/discs/README.eng_test +0 -3
- package/public/discs/README.protection +0 -7
- package/public/favicon.ico +0 -0
- package/public/images/botbar.png +0 -0
- package/public/images/cub-monitor.png +0 -0
- package/public/images/jsbeeb-example.png +0 -0
- package/public/images/placeholder.png +0 -0
- package/public/images/red-off-16.png +0 -0
- package/public/images/red-on-16.png +0 -0
- package/public/images/sb/CD-left.jpg +0 -0
- package/public/images/sb/CD-right.jpg +0 -0
- package/public/images/sidebar.png +0 -0
- package/public/images/tv.png +0 -0
- package/public/images/yellow-off-16.png +0 -0
- package/public/images/yellow-on-16.png +0 -0
- package/public/jsbeeb-icon.png +0 -0
- package/public/robots.txt +0 -3
- package/public/sounds/disc525/motor.wav +0 -0
- package/public/sounds/disc525/motoroff.wav +0 -0
- package/public/sounds/disc525/motoron.wav +0 -0
- package/public/sounds/disc525/seek.wav +0 -0
- package/public/sounds/disc525/seek2.wav +0 -0
- package/public/sounds/disc525/seek3.wav +0 -0
- package/public/sounds/disc525/step.wav +0 -0
- package/public/teletext/txt0.dat +0 -0
- package/public/teletext/txt1.dat +0 -0
- package/public/teletext/txt2.dat +0 -0
- package/public/teletext/txt3.dat +0 -0
- package/release-please-config.json +0 -13
- package/run-container.sh +0 -92
- package/tests/integration/RmwX.asm +0 -47
- package/tests/integration/TestInstructionsSource +0 -27
- package/tests/integration/TestTimingsResults +0 -27
- package/tests/integration/TestTimingsSource +0 -61
- package/tests/integration/bcd.js +0 -23
- package/tests/integration/dormann.js +0 -101
- package/tests/integration/dp111timing.js +0 -42
- package/tests/integration/ensure-submodules.js +0 -25
- package/tests/integration/nops.bas +0 -119
- package/tests/integration/nops.js +0 -24
- package/tests/integration/protection.js +0 -26
- package/tests/integration/rmw.js +0 -69
- package/tests/integration/teletext/expected_bug_469.png +0 -0
- package/tests/integration/teletext/expected_flash_0.png +0 -0
- package/tests/integration/teletext/expected_flash_1.png +0 -0
- package/tests/integration/teletext/expected_hoglet_held_char.png +0 -0
- package/tests/integration/teletext/expected_reveal_flash_0.png +0 -0
- package/tests/integration/teletext/expected_reveal_flash_1.png +0 -0
- package/tests/integration/teletext.js +0 -126
- package/tests/integration/timings.js +0 -56
- package/tests/integration/via.js +0 -1125
- package/tests/suite/README.md +0 -7
- package/tests/suite/Test Suite 2.15.txt +0 -373
- package/tests/suite/bin/ start +0 -0
- package/tests/suite/bin/adca +0 -0
- package/tests/suite/bin/adcax +0 -0
- package/tests/suite/bin/adcay +0 -0
- package/tests/suite/bin/adcb +0 -0
- package/tests/suite/bin/adcix +0 -0
- package/tests/suite/bin/adciy +0 -0
- package/tests/suite/bin/adcz +0 -0
- package/tests/suite/bin/adczx +0 -0
- package/tests/suite/bin/alrb +0 -0
- package/tests/suite/bin/ancb +0 -0
- package/tests/suite/bin/anda +0 -0
- package/tests/suite/bin/andax +0 -0
- package/tests/suite/bin/anday +0 -0
- package/tests/suite/bin/andb +0 -0
- package/tests/suite/bin/andix +0 -0
- package/tests/suite/bin/andiy +0 -0
- package/tests/suite/bin/andz +0 -0
- package/tests/suite/bin/andzx +0 -0
- package/tests/suite/bin/aneb +0 -0
- package/tests/suite/bin/arrb +0 -0
- package/tests/suite/bin/asla +0 -0
- package/tests/suite/bin/aslax +0 -0
- package/tests/suite/bin/asln +0 -0
- package/tests/suite/bin/aslz +0 -0
- package/tests/suite/bin/aslzx +0 -0
- package/tests/suite/bin/asoa +0 -0
- package/tests/suite/bin/asoax +0 -0
- package/tests/suite/bin/asoay +0 -0
- package/tests/suite/bin/asoix +0 -0
- package/tests/suite/bin/asoiy +0 -0
- package/tests/suite/bin/asoz +0 -0
- package/tests/suite/bin/asozx +0 -0
- package/tests/suite/bin/axsa +0 -0
- package/tests/suite/bin/axsix +0 -0
- package/tests/suite/bin/axsz +0 -0
- package/tests/suite/bin/axszy +0 -0
- package/tests/suite/bin/bccr +0 -0
- package/tests/suite/bin/bcsr +0 -0
- package/tests/suite/bin/beqr +0 -0
- package/tests/suite/bin/bita +0 -0
- package/tests/suite/bin/bitz +0 -0
- package/tests/suite/bin/bmir +0 -0
- package/tests/suite/bin/bner +0 -0
- package/tests/suite/bin/bplr +0 -0
- package/tests/suite/bin/branchwrap +0 -0
- package/tests/suite/bin/brkn +0 -0
- package/tests/suite/bin/bvcr +0 -0
- package/tests/suite/bin/bvsr +0 -0
- package/tests/suite/bin/cia1pb6 +0 -0
- package/tests/suite/bin/cia1pb7 +0 -0
- package/tests/suite/bin/cia1ta +0 -0
- package/tests/suite/bin/cia1tab +0 -0
- package/tests/suite/bin/cia1tb +0 -0
- package/tests/suite/bin/cia1tb123 +0 -0
- package/tests/suite/bin/cia2pb6 +0 -0
- package/tests/suite/bin/cia2pb7 +0 -0
- package/tests/suite/bin/cia2ta +0 -0
- package/tests/suite/bin/cia2tb +0 -0
- package/tests/suite/bin/cia2tb123 +0 -0
- package/tests/suite/bin/clcn +0 -0
- package/tests/suite/bin/cldn +0 -0
- package/tests/suite/bin/clin +0 -0
- package/tests/suite/bin/clvn +0 -0
- package/tests/suite/bin/cmpa +0 -0
- package/tests/suite/bin/cmpax +0 -0
- package/tests/suite/bin/cmpay +0 -0
- package/tests/suite/bin/cmpb +0 -0
- package/tests/suite/bin/cmpix +0 -0
- package/tests/suite/bin/cmpiy +0 -0
- package/tests/suite/bin/cmpz +0 -0
- package/tests/suite/bin/cmpzx +0 -0
- package/tests/suite/bin/cntdef +0 -0
- package/tests/suite/bin/cnto2 +0 -0
- package/tests/suite/bin/cpuport +0 -0
- package/tests/suite/bin/cputiming +0 -0
- package/tests/suite/bin/cpxa +0 -0
- package/tests/suite/bin/cpxb +0 -0
- package/tests/suite/bin/cpxz +0 -0
- package/tests/suite/bin/cpya +0 -0
- package/tests/suite/bin/cpyb +0 -0
- package/tests/suite/bin/cpyz +0 -0
- package/tests/suite/bin/dcma +0 -0
- package/tests/suite/bin/dcmax +0 -0
- package/tests/suite/bin/dcmay +0 -0
- package/tests/suite/bin/dcmix +0 -0
- package/tests/suite/bin/dcmiy +0 -0
- package/tests/suite/bin/dcmz +0 -0
- package/tests/suite/bin/dcmzx +0 -0
- package/tests/suite/bin/deca +0 -0
- package/tests/suite/bin/decax +0 -0
- package/tests/suite/bin/decz +0 -0
- package/tests/suite/bin/deczx +0 -0
- package/tests/suite/bin/dexn +0 -0
- package/tests/suite/bin/deyn +0 -0
- package/tests/suite/bin/eora +0 -0
- package/tests/suite/bin/eorax +0 -0
- package/tests/suite/bin/eoray +0 -0
- package/tests/suite/bin/eorb +0 -0
- package/tests/suite/bin/eorix +0 -0
- package/tests/suite/bin/eoriy +0 -0
- package/tests/suite/bin/eorz +0 -0
- package/tests/suite/bin/eorzx +0 -0
- package/tests/suite/bin/finish +0 -0
- package/tests/suite/bin/flipos +0 -0
- package/tests/suite/bin/icr01 +0 -0
- package/tests/suite/bin/imr +0 -0
- package/tests/suite/bin/inca +0 -0
- package/tests/suite/bin/incax +0 -0
- package/tests/suite/bin/incz +0 -0
- package/tests/suite/bin/inczx +0 -0
- package/tests/suite/bin/insa +0 -0
- package/tests/suite/bin/insax +0 -0
- package/tests/suite/bin/insay +0 -0
- package/tests/suite/bin/insix +0 -0
- package/tests/suite/bin/insiy +0 -0
- package/tests/suite/bin/insz +0 -0
- package/tests/suite/bin/inszx +0 -0
- package/tests/suite/bin/inxn +0 -0
- package/tests/suite/bin/inyn +0 -0
- package/tests/suite/bin/irq +0 -0
- package/tests/suite/bin/jmpi +0 -0
- package/tests/suite/bin/jmpw +0 -0
- package/tests/suite/bin/jsrw +0 -0
- package/tests/suite/bin/lasay +0 -0
- package/tests/suite/bin/laxa +0 -0
- package/tests/suite/bin/laxay +0 -0
- package/tests/suite/bin/laxix +0 -0
- package/tests/suite/bin/laxiy +0 -0
- package/tests/suite/bin/laxz +0 -0
- package/tests/suite/bin/laxzy +0 -0
- package/tests/suite/bin/ldaa +0 -0
- package/tests/suite/bin/ldaax +0 -0
- package/tests/suite/bin/ldaay +0 -0
- package/tests/suite/bin/ldab +0 -0
- package/tests/suite/bin/ldaix +0 -0
- package/tests/suite/bin/ldaiy +0 -0
- package/tests/suite/bin/ldaz +0 -0
- package/tests/suite/bin/ldazx +0 -0
- package/tests/suite/bin/ldxa +0 -0
- package/tests/suite/bin/ldxay +0 -0
- package/tests/suite/bin/ldxb +0 -0
- package/tests/suite/bin/ldxz +0 -0
- package/tests/suite/bin/ldxzy +0 -0
- package/tests/suite/bin/ldya +0 -0
- package/tests/suite/bin/ldyax +0 -0
- package/tests/suite/bin/ldyb +0 -0
- package/tests/suite/bin/ldyz +0 -0
- package/tests/suite/bin/ldyzx +0 -0
- package/tests/suite/bin/loadth +0 -0
- package/tests/suite/bin/lsea +0 -0
- package/tests/suite/bin/lseax +0 -0
- package/tests/suite/bin/lseay +0 -0
- package/tests/suite/bin/lseix +0 -0
- package/tests/suite/bin/lseiy +0 -0
- package/tests/suite/bin/lsez +0 -0
- package/tests/suite/bin/lsezx +0 -0
- package/tests/suite/bin/lsra +0 -0
- package/tests/suite/bin/lsrax +0 -0
- package/tests/suite/bin/lsrn +0 -0
- package/tests/suite/bin/lsrz +0 -0
- package/tests/suite/bin/lsrzx +0 -0
- package/tests/suite/bin/lxab +0 -0
- package/tests/suite/bin/mmu +0 -0
- package/tests/suite/bin/mmufetch +0 -0
- package/tests/suite/bin/nmi +0 -0
- package/tests/suite/bin/nopa +0 -0
- package/tests/suite/bin/nopax +0 -0
- package/tests/suite/bin/nopb +0 -0
- package/tests/suite/bin/nopn +0 -0
- package/tests/suite/bin/nopz +0 -0
- package/tests/suite/bin/nopzx +0 -0
- package/tests/suite/bin/oneshot +0 -0
- package/tests/suite/bin/oraa +0 -0
- package/tests/suite/bin/oraax +0 -0
- package/tests/suite/bin/oraay +0 -0
- package/tests/suite/bin/orab +0 -0
- package/tests/suite/bin/oraix +0 -0
- package/tests/suite/bin/oraiy +0 -0
- package/tests/suite/bin/oraz +0 -0
- package/tests/suite/bin/orazx +0 -0
- package/tests/suite/bin/phan +0 -0
- package/tests/suite/bin/phpn +0 -0
- package/tests/suite/bin/plan +0 -0
- package/tests/suite/bin/plpn +0 -0
- package/tests/suite/bin/rlaa +0 -0
- package/tests/suite/bin/rlaax +0 -0
- package/tests/suite/bin/rlaay +0 -0
- package/tests/suite/bin/rlaix +0 -0
- package/tests/suite/bin/rlaiy +0 -0
- package/tests/suite/bin/rlaz +0 -0
- package/tests/suite/bin/rlazx +0 -0
- package/tests/suite/bin/rola +0 -0
- package/tests/suite/bin/rolax +0 -0
- package/tests/suite/bin/roln +0 -0
- package/tests/suite/bin/rolz +0 -0
- package/tests/suite/bin/rolzx +0 -0
- package/tests/suite/bin/rora +0 -0
- package/tests/suite/bin/rorax +0 -0
- package/tests/suite/bin/rorn +0 -0
- package/tests/suite/bin/rorz +0 -0
- package/tests/suite/bin/rorzx +0 -0
- package/tests/suite/bin/rraa +0 -0
- package/tests/suite/bin/rraax +0 -0
- package/tests/suite/bin/rraay +0 -0
- package/tests/suite/bin/rraix +0 -0
- package/tests/suite/bin/rraiy +0 -0
- package/tests/suite/bin/rraz +0 -0
- package/tests/suite/bin/rrazx +0 -0
- package/tests/suite/bin/rtin +0 -0
- package/tests/suite/bin/rtsn +0 -0
- package/tests/suite/bin/sbca +0 -0
- package/tests/suite/bin/sbcax +0 -0
- package/tests/suite/bin/sbcay +0 -0
- package/tests/suite/bin/sbcb +0 -0
- package/tests/suite/bin/sbcb(eb) +0 -0
- package/tests/suite/bin/sbcix +0 -0
- package/tests/suite/bin/sbciy +0 -0
- package/tests/suite/bin/sbcz +0 -0
- package/tests/suite/bin/sbczx +0 -0
- package/tests/suite/bin/sbxb +0 -0
- package/tests/suite/bin/secn +0 -0
- package/tests/suite/bin/sedn +0 -0
- package/tests/suite/bin/sein +0 -0
- package/tests/suite/bin/shaay +0 -0
- package/tests/suite/bin/shaiy +0 -0
- package/tests/suite/bin/shsay +0 -0
- package/tests/suite/bin/shxay +0 -0
- package/tests/suite/bin/shyax +0 -0
- package/tests/suite/bin/staa +0 -0
- package/tests/suite/bin/staax +0 -0
- package/tests/suite/bin/staay +0 -0
- package/tests/suite/bin/staix +0 -0
- package/tests/suite/bin/staiy +0 -0
- package/tests/suite/bin/staz +0 -0
- package/tests/suite/bin/stazx +0 -0
- package/tests/suite/bin/stxa +0 -0
- package/tests/suite/bin/stxz +0 -0
- package/tests/suite/bin/stxzy +0 -0
- package/tests/suite/bin/stya +0 -0
- package/tests/suite/bin/styz +0 -0
- package/tests/suite/bin/styzx +0 -0
- package/tests/suite/bin/taxn +0 -0
- package/tests/suite/bin/tayn +0 -0
- package/tests/suite/bin/trap1 +0 -0
- package/tests/suite/bin/trap10 +0 -0
- package/tests/suite/bin/trap11 +0 -0
- package/tests/suite/bin/trap12 +0 -0
- package/tests/suite/bin/trap13 +0 -0
- package/tests/suite/bin/trap14 +0 -0
- package/tests/suite/bin/trap15 +0 -0
- package/tests/suite/bin/trap16 +0 -0
- package/tests/suite/bin/trap17 +0 -0
- package/tests/suite/bin/trap2 +0 -0
- package/tests/suite/bin/trap3 +0 -0
- package/tests/suite/bin/trap4 +0 -0
- package/tests/suite/bin/trap5 +0 -0
- package/tests/suite/bin/trap6 +0 -0
- package/tests/suite/bin/trap7 +0 -0
- package/tests/suite/bin/trap8 +0 -0
- package/tests/suite/bin/trap9 +0 -0
- package/tests/suite/bin/tsxn +0 -0
- package/tests/suite/bin/txan +0 -0
- package/tests/suite/bin/txsn +0 -0
- package/tests/suite/bin/tyan +0 -0
- package/tests/suite/cbm-hackers-post.html +0 -178
- package/tests/suite/cbm-hackers-post.md +0 -78
- package/tests/test-suite.js +0 -147
- package/tests/test.css +0 -7
- package/tests/unit/gzip/test-1 +0 -0
- package/tests/unit/gzip/test-1.gz +0 -0
- package/tests/unit/gzip/test-2 +0 -0
- package/tests/unit/gzip/test-2.gz +0 -0
- package/tests/unit/gzip/test-3 +0 -0
- package/tests/unit/gzip/test-3.gz +0 -0
- package/tests/unit/gzip/test-4 +0 -0
- package/tests/unit/gzip/test-4.gz +0 -0
- package/tests/unit/test-adc.js +0 -307
- package/tests/unit/test-bcd.js +0 -30
- package/tests/unit/test-cmos.js +0 -266
- package/tests/unit/test-disc-drive.js +0 -85
- package/tests/unit/test-disc-hfe.js +0 -347
- package/tests/unit/test-disc.js +0 -232
- package/tests/unit/test-fifo.js +0 -35
- package/tests/unit/test-gamepad-source.js +0 -67
- package/tests/unit/test-gzip.js +0 -22
- package/tests/unit/test-intel-fdc.js +0 -93
- package/tests/unit/test-keyboard.js +0 -410
- package/tests/unit/test-mouse-joystick-source.js +0 -128
- package/tests/unit/test-scheduler.js +0 -190
- package/tests/unit/test-serial.js +0 -154
- package/tests/unit/test-teletext-adaptor.js +0 -359
- package/tests/unit/test-tokenise.js +0 -65
- package/tests/unit/test-url-params.js +0 -398
- package/tests/unit/test-utils.js +0 -276
- package/tests/unit/test-video.js +0 -498
- package/tests/unit/test-zip.js +0 -56
- package/tests/unit/zip/test-mixed.zip +0 -0
- package/tests/unit/zip/test-rom.zip +0 -0
- package/tests/unit/zip/test-ssd.zip +0 -0
- package/tools/fir-generator.js +0 -80
- package/tools/vite-plugin-fir-shader.js +0 -131
- package/vite.config.js +0 -34
package/tests/unit/test-utils.js
DELETED
|
@@ -1,276 +0,0 @@
|
|
|
1
|
-
import { describe, it, beforeAll, expect } from "vitest";
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
parseAddr,
|
|
5
|
-
hexbyte,
|
|
6
|
-
hexword,
|
|
7
|
-
signExtend,
|
|
8
|
-
readInt16,
|
|
9
|
-
readInt32,
|
|
10
|
-
stringToUint8Array,
|
|
11
|
-
uint8ArrayToString,
|
|
12
|
-
} from "../../src/utils.js";
|
|
13
|
-
|
|
14
|
-
describe("Utils tests", function () {
|
|
15
|
-
"use strict";
|
|
16
|
-
|
|
17
|
-
describe("parseAddr", function () {
|
|
18
|
-
it("parses hex values with $ prefix", function () {
|
|
19
|
-
expect(parseAddr("$1234")).toBe(0x1234);
|
|
20
|
-
expect(parseAddr("$0")).toBe(0);
|
|
21
|
-
expect(parseAddr("$FFFF")).toBe(0xffff);
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
it("parses hex values with & prefix", function () {
|
|
25
|
-
expect(parseAddr("&1234")).toBe(0x1234);
|
|
26
|
-
expect(parseAddr("&0")).toBe(0);
|
|
27
|
-
expect(parseAddr("&FFFF")).toBe(0xffff);
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
it("parses hex values with 0x prefix", function () {
|
|
31
|
-
expect(parseAddr("0x1234")).toBe(0x1234);
|
|
32
|
-
expect(parseAddr("0x0")).toBe(0);
|
|
33
|
-
expect(parseAddr("0xFFFF")).toBe(0xffff);
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
it("parses hex values with no prefix", function () {
|
|
37
|
-
expect(parseAddr("1234")).toBe(0x1234);
|
|
38
|
-
expect(parseAddr("0")).toBe(0);
|
|
39
|
-
expect(parseAddr("FFFF")).toBe(0xffff);
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
describe("hexbyte", function () {
|
|
44
|
-
it("formats single-digit values correctly", function () {
|
|
45
|
-
expect(hexbyte(0)).toBe("00");
|
|
46
|
-
expect(hexbyte(9)).toBe("09");
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
it("formats two-digit values correctly", function () {
|
|
50
|
-
expect(hexbyte(10)).toBe("0a");
|
|
51
|
-
expect(hexbyte(255)).toBe("ff");
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
it("truncates values greater than 255", function () {
|
|
55
|
-
expect(hexbyte(256)).toBe("00");
|
|
56
|
-
expect(hexbyte(257)).toBe("01");
|
|
57
|
-
});
|
|
58
|
-
});
|
|
59
|
-
|
|
60
|
-
describe("hexword", function () {
|
|
61
|
-
it("formats values as 4-digit hex", function () {
|
|
62
|
-
expect(hexword(0)).toBe("0000");
|
|
63
|
-
expect(hexword(0x1234)).toBe("1234");
|
|
64
|
-
expect(hexword(0xffff)).toBe("ffff");
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
it("truncates values greater than 0xFFFF", function () {
|
|
68
|
-
expect(hexword(0x10000)).toBe("0000");
|
|
69
|
-
expect(hexword(0x10001)).toBe("0001");
|
|
70
|
-
});
|
|
71
|
-
});
|
|
72
|
-
|
|
73
|
-
describe("signExtend", function () {
|
|
74
|
-
it("leaves values under 128 unchanged", function () {
|
|
75
|
-
expect(signExtend(0)).toBe(0);
|
|
76
|
-
expect(signExtend(127)).toBe(127);
|
|
77
|
-
});
|
|
78
|
-
|
|
79
|
-
it("converts values between 128 and 255 to negative", function () {
|
|
80
|
-
expect(signExtend(128)).toBe(-128);
|
|
81
|
-
expect(signExtend(255)).toBe(-1);
|
|
82
|
-
});
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
describe("uint8Array conversion", function () {
|
|
86
|
-
it("converts between string and Uint8Array", function () {
|
|
87
|
-
const str = "Hello, world!";
|
|
88
|
-
const arr = stringToUint8Array(str);
|
|
89
|
-
|
|
90
|
-
expect(arr).toBeInstanceOf(Uint8Array);
|
|
91
|
-
expect(arr.length).toBe(str.length);
|
|
92
|
-
expect(uint8ArrayToString(arr)).toBe(str);
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
it("handles empty string", function () {
|
|
96
|
-
const str = "";
|
|
97
|
-
const arr = stringToUint8Array(str);
|
|
98
|
-
|
|
99
|
-
expect(arr).toBeInstanceOf(Uint8Array);
|
|
100
|
-
expect(arr.length).toBe(0);
|
|
101
|
-
expect(uint8ArrayToString(arr)).toBe(str);
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
it("truncates characters to 8 bits", function () {
|
|
105
|
-
const arr = stringToUint8Array("\u1234"); // Character outside of 8-bit range
|
|
106
|
-
expect(arr[0]).toBe(0x34); // Should be truncated to the lower 8 bits
|
|
107
|
-
});
|
|
108
|
-
});
|
|
109
|
-
|
|
110
|
-
describe("readInt functions", function () {
|
|
111
|
-
it("reads 16-bit integers correctly", function () {
|
|
112
|
-
const data = new Uint8Array([0x34, 0x12, 0xff, 0xff]);
|
|
113
|
-
expect(readInt16(data, 0)).toBe(0x1234);
|
|
114
|
-
expect(readInt16(data, 2)).toBe(0xffff);
|
|
115
|
-
});
|
|
116
|
-
|
|
117
|
-
it("reads 32-bit integers correctly", function () {
|
|
118
|
-
const data = new Uint8Array([0x78, 0x56, 0x34, 0x12, 0xff, 0xff, 0xff, 0xff]);
|
|
119
|
-
expect(readInt32(data, 0)).toBe(0x12345678);
|
|
120
|
-
// In JavaScript, bitwise operations are performed on 32-bit integers
|
|
121
|
-
// 0xFFFFFFFF is treated as -1 when interpreted as a signed 32-bit integer
|
|
122
|
-
expect(readInt32(data, 4)).toBe(-1);
|
|
123
|
-
});
|
|
124
|
-
});
|
|
125
|
-
|
|
126
|
-
describe("DataStream", function () {
|
|
127
|
-
let DataStream;
|
|
128
|
-
|
|
129
|
-
beforeAll(async function () {
|
|
130
|
-
const utils = await import("../../src/utils.js");
|
|
131
|
-
DataStream = utils.DataStream;
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
it("creates from string data", function () {
|
|
135
|
-
const stream = new DataStream("test", "Hello");
|
|
136
|
-
expect(stream.name).toBe("test");
|
|
137
|
-
expect(stream.pos).toBe(0);
|
|
138
|
-
expect(stream.end).toBe(5);
|
|
139
|
-
expect(stream.bytesLeft()).toBe(5);
|
|
140
|
-
expect(stream.eof()).toBe(false);
|
|
141
|
-
});
|
|
142
|
-
|
|
143
|
-
it("creates from Uint8Array data", function () {
|
|
144
|
-
const data = new Uint8Array([1, 2, 3, 4, 5]);
|
|
145
|
-
const stream = new DataStream("test", data);
|
|
146
|
-
expect(stream.bytesLeft()).toBe(5);
|
|
147
|
-
expect(stream.data).toEqual(data);
|
|
148
|
-
});
|
|
149
|
-
|
|
150
|
-
it("handles advancing position correctly", function () {
|
|
151
|
-
const stream = new DataStream("test", "Hello");
|
|
152
|
-
|
|
153
|
-
// Advance and get position
|
|
154
|
-
const pos = stream.advance(2);
|
|
155
|
-
expect(pos).toBe(0);
|
|
156
|
-
expect(stream.pos).toBe(2);
|
|
157
|
-
expect(stream.bytesLeft()).toBe(3);
|
|
158
|
-
|
|
159
|
-
// Advance more
|
|
160
|
-
stream.advance(2);
|
|
161
|
-
expect(stream.pos).toBe(4);
|
|
162
|
-
expect(stream.bytesLeft()).toBe(1);
|
|
163
|
-
expect(stream.eof()).toBe(false);
|
|
164
|
-
|
|
165
|
-
// Advance to the end
|
|
166
|
-
stream.advance(1);
|
|
167
|
-
expect(stream.bytesLeft()).toBe(0);
|
|
168
|
-
expect(stream.eof()).toBe(true);
|
|
169
|
-
|
|
170
|
-
// Trying to advance past the end should throw
|
|
171
|
-
expect(() => {
|
|
172
|
-
stream.advance(1);
|
|
173
|
-
}).toThrow(RangeError);
|
|
174
|
-
});
|
|
175
|
-
|
|
176
|
-
it("reads bytes correctly", function () {
|
|
177
|
-
const data = new Uint8Array([0x12, 0x34, 0x56, 0x78]);
|
|
178
|
-
const stream = new DataStream("test", data);
|
|
179
|
-
|
|
180
|
-
expect(stream.readByte()).toBe(0x12);
|
|
181
|
-
expect(stream.pos).toBe(1);
|
|
182
|
-
|
|
183
|
-
expect(stream.readByte(2)).toBe(0x56);
|
|
184
|
-
expect(stream.pos).toBe(1); // Position shouldn't change when position is provided
|
|
185
|
-
|
|
186
|
-
stream.advance(2);
|
|
187
|
-
expect(stream.readByte()).toBe(0x78);
|
|
188
|
-
expect(stream.pos).toBe(4);
|
|
189
|
-
});
|
|
190
|
-
|
|
191
|
-
it("reads 16-bit and 32-bit values correctly", function () {
|
|
192
|
-
const data = new Uint8Array([0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0]);
|
|
193
|
-
const stream = new DataStream("test", data);
|
|
194
|
-
|
|
195
|
-
expect(stream.readInt16()).toBe(0x3412);
|
|
196
|
-
expect(stream.pos).toBe(2);
|
|
197
|
-
|
|
198
|
-
expect(stream.readInt16(4)).toBe(0xbc9a);
|
|
199
|
-
expect(stream.pos).toBe(2);
|
|
200
|
-
|
|
201
|
-
// In JavaScript bitwise operations, large 32-bit values can be interpreted as negative
|
|
202
|
-
// So we compare the actual value from readInt32 without using a literal
|
|
203
|
-
const expectedInt32 = readInt32(data, 2);
|
|
204
|
-
expect(stream.readInt32()).toBe(expectedInt32);
|
|
205
|
-
expect(stream.pos).toBe(6);
|
|
206
|
-
});
|
|
207
|
-
|
|
208
|
-
it("reads null-terminated strings correctly", function () {
|
|
209
|
-
const data = new Uint8Array([72, 101, 108, 108, 111, 0, 87, 111, 114, 108, 100, 0]);
|
|
210
|
-
const stream = new DataStream("test", data);
|
|
211
|
-
|
|
212
|
-
expect(stream.readNulString()).toBe("Hello");
|
|
213
|
-
expect(stream.pos).toBe(6);
|
|
214
|
-
|
|
215
|
-
expect(stream.readNulString(6)).toBe("World");
|
|
216
|
-
expect(stream.pos).toBe(6); // Position shouldn't change when position is provided
|
|
217
|
-
|
|
218
|
-
stream.advance(6);
|
|
219
|
-
expect(stream.readNulString()).toBe("");
|
|
220
|
-
expect(stream.pos).toBe(12);
|
|
221
|
-
});
|
|
222
|
-
|
|
223
|
-
it("creates substreams correctly", function () {
|
|
224
|
-
const data = new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8]);
|
|
225
|
-
const stream = new DataStream("test", data);
|
|
226
|
-
|
|
227
|
-
// Create substream from current position with length
|
|
228
|
-
const sub1 = stream.substream(3);
|
|
229
|
-
expect(sub1.name).toBe("test.sub");
|
|
230
|
-
expect(sub1.pos).toBe(0);
|
|
231
|
-
expect(sub1.end).toBe(3);
|
|
232
|
-
expect(Array.from(sub1.data)).toEqual([1, 2, 3]);
|
|
233
|
-
expect(stream.pos).toBe(3);
|
|
234
|
-
|
|
235
|
-
// Create substream from specific position with length
|
|
236
|
-
const sub2 = stream.substream(4, 2);
|
|
237
|
-
expect(sub2.pos).toBe(0);
|
|
238
|
-
expect(sub2.end).toBe(2);
|
|
239
|
-
expect(Array.from(sub2.data)).toEqual([5, 6]);
|
|
240
|
-
expect(stream.pos).toBe(3); // Original stream position unchanged
|
|
241
|
-
});
|
|
242
|
-
|
|
243
|
-
it("seeks to position correctly", function () {
|
|
244
|
-
const stream = new DataStream("test", "Hello World");
|
|
245
|
-
|
|
246
|
-
stream.seek(6);
|
|
247
|
-
expect(stream.pos).toBe(6);
|
|
248
|
-
expect(stream.bytesLeft()).toBe(5);
|
|
249
|
-
|
|
250
|
-
expect(() => {
|
|
251
|
-
stream.seek(20);
|
|
252
|
-
}).toThrow(RangeError);
|
|
253
|
-
});
|
|
254
|
-
});
|
|
255
|
-
|
|
256
|
-
describe("Keyboard mapping", function () {
|
|
257
|
-
it("maps simple strings to BBC keys correctly", async function () {
|
|
258
|
-
const { stringToBBCKeys, BBC } = await import("../../src/utils.js");
|
|
259
|
-
|
|
260
|
-
// Test special characters
|
|
261
|
-
const keys1 = stringToBBCKeys("\n\t ");
|
|
262
|
-
expect(keys1).toEqual([BBC.RETURN, BBC.TAB, BBC.SPACE]);
|
|
263
|
-
|
|
264
|
-
// Verify uppercase letters are mapped correctly
|
|
265
|
-
expect(stringToBBCKeys("ABC")).toEqual([BBC.A, BBC.B, BBC.C]);
|
|
266
|
-
|
|
267
|
-
// Verify numbers are mapped correctly
|
|
268
|
-
expect(stringToBBCKeys("123")).toEqual([BBC.K1, BBC.K2, BBC.K3]);
|
|
269
|
-
|
|
270
|
-
// Test that stringToBBCKeys returns expected length for simple inputs
|
|
271
|
-
expect(stringToBBCKeys("Q").length).toBe(1);
|
|
272
|
-
expect(stringToBBCKeys("a").length).toBe(3); // With CAPSLOCK toggles
|
|
273
|
-
expect(stringToBBCKeys("!").length).toBe(3); // With SHIFT
|
|
274
|
-
});
|
|
275
|
-
});
|
|
276
|
-
});
|