Skip to content

Commit

Permalink
Release 5.4.3
Browse files Browse the repository at this point in the history
Disabling more operations on MEDIA_CHANGE_DISABLE = true
  • Loading branch information
ppeccin committed Jan 3, 2020
1 parent 285de28 commit 11b9cc6
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WebMSX",
"title": "WebMSX - The online MSX emulator",
"version": "5.4.2",
"version": "5.4.3",
"devDependencies": {
"grunt": "",
"grunt-contrib-clean": "",
Expand Down
4 changes: 2 additions & 2 deletions release/stable/5.4/cbios/embedded/wmsx.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/stable/5.4/cbios/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 5.4.2
# Version 5.4.3
# Stable

CACHE:
Expand Down
25 changes: 15 additions & 10 deletions release/stable/5.4/cbios/standalone/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/stable/5.4/embedded/wmsx.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/stable/5.4/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 5.4.2
# Version 5.4.3
# Stable

CACHE:
Expand Down
25 changes: 15 additions & 10 deletions release/stable/5.4/standalone/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/Launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if (window.applicationCache) {
else window.applicationCache.addEventListener("updateready", onUpdateReady);
}

WMSX.VERSION = "5.4.2";
WMSX.VERSION = "5.4.3";

// Start pre-loading images right away
WMSX.preLoadImagesAndStart();
2 changes: 1 addition & 1 deletion src/main/WMSX.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WebMSX version 5.4.2
// WebMSX version 5.4.3
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.

// Main Emulator parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/main/WMSXCBios.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WebMSX C-BIOS version 5.4.2
// WebMSX C-BIOS version 5.4.3
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.

// Main Emulator parameters for C-BIOS variation. No FloppyDrive, Kanji and Moonsound support. Experimental HardDrive support.
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 5.4.2
# Version 5.4.3
# Stable

CACHE:
Expand Down

0 comments on commit 11b9cc6

Please sign in to comment.