Skip to content

Commit 4feb3b6

Browse files
committed
CPU jammed javascript exception
1 parent dd0fff4 commit 4feb3b6

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js/vc64_ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function message_handler_queue_worker(msg, data1, data2)
521521
}
522522
else if(msg == "MSG_CPU_JAMMED")
523523
{
524-
alert("The 6502 CPU has got jammed. The emulator will now do a hard reset.");
524+
alert("The 6502 CPU has got jammed, e.g. because it executed an illegal opcode. The emulator will now do a hard reset.");
525525
_wasm_hard_reset();
526526
_wasm_run();
527527
}

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const url_root_path= self.location.pathname.replace("/sw.js","");
22
const core_version = '5.1.3'; //has to be the same as the version in Emulator/config.h
3-
const ui_version = '2026_03_03'+url_root_path.replace("/","_");
3+
const ui_version = '2026_03_11'+url_root_path.replace("/","_");
44
const needs_shared_array_buffer=false; //true when it runs in separat worker thread
55
const cache_name = `${core_version}@${ui_version}`;
66
const settings_cache = 'settings';

vc64.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vc64.wasm

240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)