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

Correct CPU emulation of illegal opcodes #3

Open
3 of 4 tasks
x93bd0 opened this issue Jan 7, 2025 · 0 comments
Open
3 of 4 tasks

Correct CPU emulation of illegal opcodes #3

x93bd0 opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@x93bd0
Copy link
Owner

x93bd0 commented Jan 7, 2025

Checklist

  • I believe this feature/suggestion would be benefitial and/or necessary to this project.
  • I have searched for the same request on the issue tracker.

What's your idea?

Right now, the CPU is lacking support for instructions like RRA, SHA, SHY, JAM...
Those are not necessary for every game, but it is better to have them implemented, as they right now halt the processor.

Tasks

  • Implement every opcode.
  • Test every opcode.

Why would this be necessary?

It is necessary to have a correct emulation of the CPU.

@x93bd0 x93bd0 added the enhancement New feature or request label Jan 7, 2025
@x93bd0 x93bd0 self-assigned this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant