jsbeeb 1.3.2 → 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 CHANGED
@@ -7,7 +7,7 @@
7
7
  "name": "jsbeeb",
8
8
  "description": "Emulate a BBC Micro",
9
9
  "repository": "git@github.com:mattgodbolt/jsbeeb.git",
10
- "version": "1.3.2",
10
+ "version": "1.3.3",
11
11
  "//": "If you change the version of Node, it must also be updated at the top of the Dockerfile.",
12
12
  "engines": {
13
13
  "node": "22"
@@ -22,7 +22,8 @@
22
22
  },
23
23
  "files": [
24
24
  "src/",
25
- "tests/test-machine.js"
25
+ "tests/test-machine.js",
26
+ "public/roms/"
26
27
  ],
27
28
  "dependencies": {
28
29
  "@popperjs/core": "^2.11.8",
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ The ROMs here are _NOT_ GPL. They are copyrighted still, but I think it's fair
2
+ use provided you actually own these ROMs. I would be happy to remove these if
3
+ anyone wishes me to, but they make it very much easier to enjoy emulation if
4
+ they're here.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file