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

EightBallVM not working on VIC20 #30

Open
bobbimanners opened this issue May 21, 2018 · 1 comment
Open

EightBallVM not working on VIC20 #30

bobbimanners opened this issue May 21, 2018 · 1 comment

Comments

@bobbimanners
Copy link
Owner

For some reason EightBallVM is not working on VIC20. Seems to be memory corruption.

@bobbimanners
Copy link
Owner Author

Problem is caused by the call to getln() to have the user enter the filename of the bytecode file. It is not clear why this is failing so catastrophically. For now I have added some conditional compilation to turn off this broken feature for VIC20. I need to revisit this and get to the bottom of it. Seems to work fine on Apple II and C64, so maybe this is an issue with cc65's read() call?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant