Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delay input #1134

Closed
wants to merge 4 commits into from
Closed

Add delay input #1134

wants to merge 4 commits into from

Conversation

donno2048
Copy link
Contributor

solves #1133

@@ -55,7 +58,7 @@ v86.prototype.do_tick = function()
this.idle = false;
const t = this.cpu.main_loop();

this.next_tick(t);
this.next_tick(this.delay || t);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this.delay + t is better?

@donno2048 donno2048 changed the title Add delay slider Add delay input Aug 26, 2024
@copy
Copy link
Owner

copy commented Aug 27, 2024

Let's close this, as it doesn't really achieve single stepping. See #1133 (comment)

@copy copy closed this Aug 27, 2024
@donno2048
Copy link
Contributor Author

I think it's useful not just to emulate single stepping, but okay (sorry if it sounds passive aggressive 😅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants