Page 2 of 3
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:03 pm
by SlithyMatt
17 minutes ago, svenvandevelde said:
Just updated the demo version to 1.1.0,
It's not running. Check the capitalization on your PRG file.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:06 pm
by svenvandevelde
1 minute ago, SlithyMatt said:
It's not running. Check the capitalization on your PRG file.
You mean, in de web based emulator? I know. How to do... the files are on the scard.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:10 pm
by SlithyMatt
2 minutes ago, svenvandevelde said:
How to do...
Good question. Will your program work with the host file system? I don't know how well the SD card emulation works on the web emulator, if at all.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:14 pm
by svenvandevelde
1 minute ago, SlithyMatt said:
Good question. Will your program work with the host file system? I don't know how well the SD card emulation works on the web emulator, if at all.
They work with the host file system. I have created my own loader using direct cbm kernal calls. You'll notice the slow loading because it reads the files byte per byte as on the real x16...
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:15 pm
by SlithyMatt
Then don't package your download as an SD Card image. Put all your files in a ZIP and make sure all the filenames in it are capitalized.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:16 pm
by svenvandevelde
Just now, SlithyMatt said:
Then don't package your download as an SD Card image. Put all your files in a ZIP and make sure all the filenames in it are capitalized.
Ah. I'll try that.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:30 pm
by svenvandevelde
13 minutes ago, SlithyMatt said:
Then don't package your download as an SD Card image. Put all your files in a ZIP and make sure all the filenames in it are capitalized.
My graphics are not loaded using "loadfile", but using my own load routine. So I HAVE to use an SDCARD to be able to load the files ... I can only test using an SDCARD.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:32 pm
by SlithyMatt
Then it may not be compatible with the web emulator. You can disable the "Try It Now" button on the download page.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:38 pm
by svenvandevelde
3 minutes ago, SlithyMatt said:
Then it may not be compatible with the web emulator. You can disable the "Try It Now" button on the download page.
The reason for my own load routine is to have full control over banked memory. A000-BFFF... loadfile gives zero control and the two byte header is silly.
Vertical smooth scrolling with generated tiles ...
Posted: Thu Mar 18, 2021 9:40 pm
by svenvandevelde
7 minutes ago, SlithyMatt said:
Then it may not be compatible with the web emulator. You can disable the "Try It Now" button on the download page.
Done. Thanks for advice.