ac6502 1.1.0 → 1.1.1
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ const Machine_1 = require("./components/Machine");
|
|
|
18
18
|
const commander_1 = require("commander");
|
|
19
19
|
const serialport_1 = require("serialport");
|
|
20
20
|
const sdl_1 = __importDefault(require("@kmamal/sdl"));
|
|
21
|
-
const VERSION = '1.
|
|
21
|
+
const VERSION = '1.1.1';
|
|
22
22
|
const WIDTH = 320;
|
|
23
23
|
const HEIGHT = 240;
|
|
24
24
|
// Audio constants
|
package/package.json
CHANGED
package/src/index.ts
CHANGED