Created
October 15, 2016 14:07
-
-
Save tluyben/176281a23039f4b26b95ec63ddc1ac08 to your computer and use it in GitHub Desktop.
webmsx - stepping + slowing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var si = setInterval(function() {WMSX.room.machine.systemPause(false);WMSX.room.machine.videoClockPulse(); console.log(WMSX.room.machine.cpu.toString());WMSX.room.machine.systemPause(true);}, 200); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
var si = setInterval(function() {WMSX.room.machine.systemPause(false);WMSX.room.machine.videoClockPulse(); console.log(WMSX.room.machine.cpu.saveState().PC);WMSX.room.machine.systemPause(true);}, 100);