-
Notifications
You must be signed in to change notification settings - Fork 8
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
24 errors and 1 warnings generated. #7
Comments
Hi, It seems that in your case the compiler does not correctly execute a macro that is supposed to include the proper header for the C64 platform. Try to change the line Line 11 in ac0456e
as follows:
Of course, you will not be able to compile for platforms other than the C64. Let me know. |
Hi Thanks for the reply. That seemed to work. I am not sure if it was supposed to create an actual disk file or not but I can run "c64maze" in VICE.
|
Good, |
Yes it works, thanks |
Hi
I want to compile and test this for C64 but getting compile issues. Do you know a solution?
I have cc65 installed on Windows.
The text was updated successfully, but these errors were encountered: