jeff-1amstudios / c64-smooth-scrolling

An implementation of smoothly scrolling a character-based screen on a Commodore 64
42 stars 6 forks source link

Unable to make it work property #1

Open fstarred opened 5 years ago

fstarred commented 5 years ago

Guess it's an acme source because I haven't found any information about the cross assembler used, however the program crashes with a syntax error. If I try to start it manually by typing "sys 49152" the program behaves in an odd way.

w-A-L-L-e commented 5 years ago

Yep same here, tried this last night. It first crashes then a list + sys49152 does start it but garbage lines appear at top and it's not smooth scrolling...

Screenshot 2019-03-26 at 15 02 05 Screenshot 2019-03-26 at 15 02 21 Screenshot 2019-03-26 at 15 02 28 Screenshot 2019-03-26 at 15 02 36
climbus commented 2 years ago

I have fixed this bug. There was a wrong subroutine name. I created a pull request with fix.

https://github.com/jeff-1amstudios/c64-smooth-scrolling/pull/4

I have a working version in kick assembler, and I'll do my best to publish it.