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

Difference in behaviour with the graphics cursor #13

Open
suborb opened this issue Jul 29, 2023 · 0 comments
Open

Difference in behaviour with the graphics cursor #13

suborb opened this issue Jul 29, 2023 · 0 comments

Comments

@suborb
Copy link

suborb commented Jul 29, 2023

There's a subtle difference in behaviour of the graphics cursor between the hardware and the emulated VDP:

  • setPixel on the hardware doesn't update the graphics cursor location
  • setPixel on the emulated VDP does update the graphics cursor location
  • MoveTo() is a noop on the emulator, but does update the graphics cursor on the hardware

I've worked around it now, but ideally the emulator should match the behaviour of the hardware.

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

No branches or pull requests

1 participant