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

WDM support #721

Merged
merged 2 commits into from Aug 19, 2018
Merged

WDM support #721

merged 2 commits into from Aug 19, 2018

Conversation

polluks
Copy link
Contributor

@polluks polluks commented Aug 19, 2018

Fixes #715.

src/ca65/instr.c Outdated
@@ -659,7 +659,7 @@ static const struct {
{ "CLI", 0x0000001, 0x58, 0, PutAll },
{ "CLV", 0x0000001, 0xb8, 0, PutAll },
{ "CMP", 0x0b8f6fc, 0xc0, 0, PutAll },
{ "COP", 0x0000004, 0x02, 6, PutAll },
{ "COP", 0x0000004, 0x02, 0, PutAll },
Copy link
Contributor

Choose a reason for hiding this comment

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

That change will cause a bug that's similar to issue #716.

@oliverschmidt oliverschmidt added bug and removed bug labels Aug 19, 2018
@greg-king5 greg-king5 merged commit b93b882 into cc65:master Aug 19, 2018
@polluks polluks deleted the patch-13 branch December 11, 2018 16:10
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.

None yet

3 participants