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

make TARGETS=cx16 doesn't work due to changed vpoke #3

Closed
mobluse opened this issue Nov 18, 2019 · 1 comment
Closed

make TARGETS=cx16 doesn't work due to changed vpoke #3

mobluse opened this issue Nov 18, 2019 · 1 comment

Comments

@mobluse
Copy link

mobluse commented Nov 18, 2019

make TARGETS=cx16 doesn't work due to changed vpoke().

I could fix the compilation by using this macro in src/cx16/platcx16.c and commenting out vpoke() declaration and definition:
#define vpoke(high,address,data) vpoke(data, ((unsigned long)(high) << 16) | (address))

See cc65/cc65#934 (comment).

@mobluse
Copy link
Author

mobluse commented Nov 18, 2019

It has been fixed now.

@mobluse mobluse closed this as completed Nov 18, 2019
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