bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

EightBallVM not working on VIC20 #30

Open bobbimanners opened 6 years ago

bobbimanners commented 6 years ago

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

bobbimanners commented 6 years ago

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?