Page 1 of 2

Seems slow lately.

Posted: Wed Apr 19, 2023 3:56 pm
by kelli217
Hosting and/or database troubles keeping people from accessing the forum, or just a brief lull?

Re: Seems slow lately.

Posted: Wed Apr 19, 2023 4:21 pm
by StephenHorn
Probably just the lull that follows after the wave of interest from new update videos. Gen-1/developer boards aren't available for sale (yet), and the excitement has had time to die down since the supporter boards started going out.

Re: Seems slow lately.

Posted: Wed Apr 19, 2023 4:42 pm
by TomXP411
Yeah, there's just nothing happening right now. Developers are getting burned out, no hardware news, and no one has gotten new boards lately.

(Which isn't quite true.. we've had some news re the case, but that was a short lived burst of interest.)

Re: Seems slow lately.

Posted: Sat Apr 22, 2023 7:10 am
by Ed Minchau
I've been writing lots of code, but I really need a freeze on features and ROM. Every time the make breaking changes to the emulator, I have to get my editor working again, and write a patch for other programs. My video demos are really just tests to see if I've got my editor working correctly again. Now I've got to dig into earlier work and make changes to the way files are saved, among other things. And I've got to finish updating the META/L editor to my satisfaction, change documentation, and test test test. Then I'll start publishing stuff again.

Re: Seems slow lately.

Posted: Tue Apr 25, 2023 4:49 pm
by StephenHorn
Ed Minchau wrote: Sat Apr 22, 2023 7:10 am I've been writing lots of code, but I really need a freeze on features and ROM. Every time the make breaking changes to the emulator, I have to get my editor working again, and write a patch for other programs. My video demos are really just tests to see if I've got my editor working correctly again. Now I've got to dig into earlier work and make changes to the way files are saved, among other things. And I've got to finish updating the META/L editor to my satisfaction, change documentation, and test test test. Then I'll start publishing stuff again.
I was unaware of breaking changes going into either the emulators or the kernal... what changes have been creating problems?

Re: Seems slow lately.

Posted: Tue Apr 25, 2023 7:55 pm
by Johan Kårlin
One change in R42 is that the kernal routine SAVE won’t overwrite files without a leading ”@:” in the filename anymore. This is of course correct but this change made saving high scores in my games to stop working. I actually just noticed it, took me a while to find out what the problem was.

Re: Seems slow lately.

Posted: Tue Apr 25, 2023 8:25 pm
by TomXP411
Johan Kårlin wrote: Tue Apr 25, 2023 7:55 pm One change in R42 is that the kernal routine SAVE won’t overwrite files without a leading ”@:” in the filename anymore. This is of course correct but this change made saving high scores in my games to stop working. I actually just noticed it, took me a while to find out what the problem was.
It's actually good you caught that now, because that was an emulator "feature". The KERNAL already had overwrite protection, and your game would have failed to save the high scores on hardware. =)

Re: Seems slow lately.

Posted: Wed Apr 26, 2023 12:05 am
by Ed Minchau
Johan Kårlin wrote: Tue Apr 25, 2023 7:55 pm One change in R42 is that the kernal routine SAVE won’t overwrite files without a leading ”@:” in the filename anymore. This is of course correct but this change made saving high scores in my games to stop working. I actually just noticed it, took me a while to find out what the problem was.
Yeah, that one got me. There's other subtle differences between the host file system and CBM. It wasn't as bad as moving the bank pointers to zero page, but still requires going through my code and changing things.

Re: Seems slow lately.

Posted: Wed Apr 26, 2023 9:38 am
by Johan Kårlin
TomXP411 wrote: Tue Apr 25, 2023 8:25 pm It's actually good you caught that now, because that was an emulator "feature". The KERNAL already had overwrite protection, and your game would have failed to save the high scores on hardware. =)
You're absolutely right, I am just glad to have corrected the bug in my code.

Re: Seems slow lately.

Posted: Fri Apr 28, 2023 5:01 pm
by Andrew
StephenHorn wrote: Wed Apr 19, 2023 4:21 pm Probably just the lull that follows after the wave of interest from new update videos.
Yup, I gotta agree with this. As an end user who just wants to play other people's stuff on the system I don't really have much to say.

And as a programmer I know development is a slow process. I can disappear for months (if not years) on personal projects without having anything interesting to say.

I'm just quietly waiting for the board to start shipping to everyone.