Skip to content

Commit

Permalink
Release 5.4.4
Browse files Browse the repository at this point in the history
New parameters override by code.
New BOOSTED Machine Preset.
MSX2++ will be removed in future releases.
  • Loading branch information
ppeccin committed Jan 4, 2020
1 parent 8fba701 commit 8ca1315
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 38 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.3",
"version": "5.4.4",
"devDependencies": {
"grunt": "",
"grunt-contrib-clean": "",
Expand Down
16 changes: 10 additions & 6 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.3
# Version 5.4.4
# Stable

CACHE:
Expand Down
18 changes: 11 additions & 7 deletions release/stable/5.4/cbios/standalone/index.html

Large diffs are not rendered by default.

16 changes: 10 additions & 6 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.3
# Version 5.4.4
# Stable

CACHE:
Expand Down
18 changes: 11 additions & 7 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.3";
WMSX.VERSION = "5.4.4";

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

// Main Emulator parameters.
Expand Down Expand Up @@ -119,6 +119,7 @@ WMSX = {
};

WMSX.MACHINES_CONFIG = {
// MSX2++ WILL BE REMOVED in future releases
MSX2PP: { DESCX: "MSX2++ Auto Detect", AUTO_TYPE: 4 },
MSX2P: { DESCX: "MSX2+ Auto Detect", AUTO_TYPE: 3 },
MSX2: { DESCX: "MSX2 Auto Detect", AUTO_TYPE: 2 },
Expand Down Expand Up @@ -240,7 +241,7 @@ WMSX.PRESETS_CONFIG = {

BOOSTED: { CPU_TURBO_MODE: 3, VDP_TURBO_MODE: 3, BOOT_DURATION_AUTO: 165, _INCLUDE: "HARDDISK" },

// MSX2++ Machine Presets. Do not use directly
// MSX2++ Machine Presets. Do not use directly. WILL BE REMOVED in future releases

_MSX2PPA: {
_INCLUDE: "_MSX2PA, _MSX2PPBASE",
Expand Down
5 changes: 3 additions & 2 deletions src/main/WMSXCBios.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WebMSX C-BIOS version 5.4.3
// WebMSX C-BIOS version 5.4.4
// 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 Expand Up @@ -119,6 +119,7 @@ WMSX = {
};

WMSX.MACHINES_CONFIG = {
// MSX2++ WILL BE REMOVED in future releases
MSX2PP: { DESCX: "MSX2++ Auto Detect", AUTO_TYPE: 4 },
MSX2P: { DESCX: "MSX2+ Auto Detect", AUTO_TYPE: 3 },
MSX2: { DESCX: "MSX2 Auto Detect", AUTO_TYPE: 2 },
Expand Down Expand Up @@ -223,7 +224,7 @@ WMSX.PRESETS_CONFIG = {

BOOSTED: { CPU_TURBO_MODE: 3, VDP_TURBO_MODE: 3, BOOT_DURATION_AUTO: 165, _INCLUDE: "HARDDISK" },

// MSX2++ Machine Presets. Do not use directly
// MSX2++ Machine Presets. Do not use directly. WILL BE REMOVED in future releases

_MSX2PPA: {
_INCLUDE: "_MSX2PA, _MSX2PPBASE",
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.3
# Version 5.4.4
# Stable

CACHE:
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/index.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<p><span>v5.4.4 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/index.part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v5.4.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<p><span>v5.4.4 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>
Expand Down

0 comments on commit 8ca1315

Please sign in to comment.