Search found 4443 matches

by Dbug
Fri Dec 29, 2023 5:04 pm
Forum: Technical questions
Topic: Just checking IJK/PASE pinouts.
Replies: 7
Views: 1415

Re: Just checking IJK/PASE pinouts.

You may be interested in this article: https://osdk.org/index.php?page=articles&ref=ART17

Generally speaking, PASE should be avoided because it corrupts the sound when the joystick is used by the player, IJK is the only sane option really.
by Dbug
Wed Dec 27, 2023 4:07 pm
Forum: General Discussion
Topic: Forum connectivity
Replies: 16
Views: 3910

Re: Forum connectivity

kenneth wrote: Wed Dec 27, 2023 1:59 pm User 'defenceforceco01' has exceeded the 'max_queries_per_hour' resource (current value: 360000) [1226]
Whaou, no idea what could be triggering that, it's not like the forum was very active Oo
by Dbug
Wed Dec 27, 2023 11:05 am
Forum: General Discussion
Topic: Forum connectivity
Replies: 16
Views: 3910

Re: Forum connectivity

Looks like some of the pages started to get indexed, but it's like 20 out of a few thousands, will see how that goes over time
by Dbug
Sun Dec 24, 2023 6:50 pm
Forum: Technical questions
Topic: New Oric Project. The OriClone-1
Replies: 47
Views: 20455

Re: New Oric Project. The OriClone-1

JenniferGunn wrote: Sun Dec 24, 2023 6:35 pm Please forgive the surreptitious change of identity, I was expecting flack for it but the internet is a funny place and one knows not what would happen tomorrow.
You are not the first, and you will not be the last :)
by Dbug
Sun Dec 24, 2023 1:13 pm
Forum: General Discussion
Topic: Forum connectivity
Replies: 16
Views: 3910

Re: Forum connectivity

And I think I found the problem, a good old case of f**** you google: image_2023-12-24_131246520.png I've all the domains and subdomains registered on the google search console, and I regularly receive some "congratulations, SEO improved for domain blaaaa" but it NEVER tells you when there...
by Dbug
Sun Dec 24, 2023 12:55 pm
Forum: General Discussion
Topic: Forum connectivity
Replies: 16
Views: 3910

Re: Forum connectivity

Hmm, looks like indeed there is a problem. *sigh*
I don't use google anymore for normal search, so did not really realize there was a problem there.
Thanks for pointing out the issue.
image_2023-12-24_125508965.png
by Dbug
Sun Dec 24, 2023 11:03 am
Forum: General Discussion
Topic: Christmas
Replies: 20
Views: 4591

Re: Christmas

Merry Christmas indeed :)
by Dbug
Sun Dec 17, 2023 12:51 pm
Forum: Technical questions
Topic: Oric-1 Help Needed
Replies: 28
Views: 6437

Re: Oric-1 Help Needed

Great to hear :)
Now the question is: Do you know what actually was the things that fixed it :D
by Dbug
Thu Dec 14, 2023 8:05 am
Forum: Technical questions
Topic: Oric-1 Help Needed
Replies: 28
Views: 6437

Re: Oric-1 Help Needed

Well, if the issue is that some memory address location at regular offset is not returning the proper values, most probably that will impact at least some of the memory locations used by the BASIC interpreter/system ROM, so at that point anything can happen really.
by Dbug
Tue Dec 12, 2023 8:58 am
Forum: Technical questions
Topic: Oric-1 Help Needed
Replies: 28
Views: 6437

Re: Oric-1 Help Needed

Technically, it does not have to be the ram, could be anything involved in the chain between the ULA fetching the data to display it and the RAM itself, including tracks and multiplexers. I don't think it's a track, because then we would see more corrupted characters (and the machine would probably ...
by Dbug
Tue Dec 12, 2023 8:13 am
Forum: Technical questions
Topic: Oric-1 Help Needed
Replies: 28
Views: 6437

Re: Oric-1 Help Needed

Based on my scientific experimentation, I'd say the "4" characters appear to each be spaced by 256 bytes (0xBC34, 0xBD34, 0xBE34,0x3B34), so my theory would be that there's a problem accessing the row number 52 (#34 hex) on the memory.
image_2023-12-12_081020023.png
by Dbug
Fri Dec 01, 2023 6:36 pm
Forum: Games
Topic: MGV
Replies: 15
Views: 4111

Re: MGV

Nice graphics update :)
by Dbug
Fri Dec 01, 2023 1:26 pm
Forum: Technical questions
Topic: I got an Atmos, but it's not well
Replies: 25
Views: 5271

Re: I got an Atmos, but it's not well

Cool you got it running! So yeah, what we had was one of the two RAM initialization patterns (one is the IIIIIII vertical bands, the other one is the one you got with the shifted alternated blocks of black and white), and your 6502 was probably halted on the 6522 setup. Crazy keyboard issue could si...
by Dbug
Thu Nov 30, 2023 11:30 am
Forum: Technical questions
Topic: I got an Atmos, but it's not well
Replies: 25
Views: 5271

Re: I got an Atmos, but it's not well

At least we know the ULA is fine: If you count the number of small black ticks, you see there are 8 of them, and there are 5 "steps", 5*8 = 40, which is the expected number of characters per line in text mode, and we can count vertically 28 rows, which is the expected number as well. Also ...
by Dbug
Wed Nov 29, 2023 10:59 am
Forum: Technical questions
Topic: I got an Atmos, but it's not well
Replies: 25
Views: 5271

Re: I got an Atmos, but it's not well

Be careful with 6502 and 6522 replacements, if you install sockets some as tall enough to make it hard to close the machine case after.