Seems slow lately.
Seems slow lately.
Hosting and/or database troubles keeping people from accessing the forum, or just a brief lull?
- StephenHorn
- Posts: 565
- Joined: Tue Apr 28, 2020 12:00 am
- Contact:
Re: Seems slow lately.
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.
Developer for Box16, the other X16 emulator. (Box16 on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
Re: Seems slow lately.
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.)
(Which isn't quite true.. we've had some news re the case, but that was a short lived burst of interest.)
-
- Posts: 503
- Joined: Sat Jul 11, 2020 3:30 pm
Re: Seems slow lately.
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.
- StephenHorn
- Posts: 565
- Joined: Tue Apr 28, 2020 12:00 am
- Contact:
Re: Seems slow lately.
I was unaware of breaking changes going into either the emulators or the kernal... what changes have been creating problems?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.
Developer for Box16, the other X16 emulator. (Box16 on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
-
- Posts: 292
- Joined: Wed Jun 03, 2020 11:33 am
- Location: Kalmar, Sweden
Re: Seems slow lately.
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.
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. =)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.
-
- Posts: 503
- Joined: Sat Jul 11, 2020 3:30 pm
Re: Seems slow lately.
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.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.
-
- Posts: 292
- Joined: Wed Jun 03, 2020 11:33 am
- Location: Kalmar, Sweden
Re: Seems slow lately.
You're absolutely right, I am just glad to have corrected the bug in my code.
Re: Seems slow lately.
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.StephenHorn wrote: ↑Wed Apr 19, 2023 4:21 pm Probably just the lull that follows after the wave of interest from new update videos.
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.