exxos blog - random goings on

Blogs & guides and tales of woo by forum members.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

DECODER & BOOSTER


IMG_6087.JPG
IMG_6087.JPG (387.19 KiB) Viewed 3132 times
IMG_6088.JPG
IMG_6088.JPG (326.58 KiB) Viewed 3132 times
IMG_6089.JPG
IMG_6089.JPG (374.21 KiB) Viewed 3132 times

The scores are a tiny bit slower than the V2.2 booster. Part of it was the clock switching logic was glitching because of a faster PLD :roll: So I had to add a small delay in the logic to prevent it.. the side effect is a few % slower speeds.. But still, its still not far off anyway..

16CPUROM_result.png
16CPUROM_result.png (14.87 KiB) Viewed 3132 times

EDIT:

Saying that I changed the compiler to "slow" outputs and while there is a small glitch, with the original code its still a few % slower :shrug:
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

Bit more progress...

IMG_6095.JPG
IMG_6095.JPG (512.3 KiB) Viewed 3101 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

Built up 4 boosters, just testing out the second one now.. I had a issue of crashing after its been on a bit, thought it was the CPU, but seems theres more noise on the clock than I would have liked. So a small mod and the first one has been running for the past few hours..

IMG_6100.JPG
IMG_6100.JPG (416.77 KiB) Viewed 3047 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

Been trying to get the TF536 working with EMUTOS 1.0.. There is odd stuff going on all over the place. Without the blitter I cant even access the floppy.. But when I do put the blitter in, things are better, but when running GB6 from alt-ram, I get this error ? @czietz @thorsten.otto ?

IMG_6111.JPG
IMG_6111.JPG (370.03 KiB) Viewed 3014 times


Running in STram works fine..

IMG_6102.JPG
IMG_6102.JPG (383.68 KiB) Viewed 3013 times

EMUTOS finds the 64MB atl-ram as well..

IMG_6108.JPG
IMG_6108.JPG (323.99 KiB) Viewed 3012 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
czietz
Posts: 550
Joined: Sun Jan 14, 2018 1:02 pm

Re: exxos blog - random goings on

Post by czietz »

What the error message means: An illegal ("line F") CPU instruction was executed within GEM Bench. Since I assume that there are no illegal instructions in GEM Bench: This can happen when (for whatever reason: faulty RAM, wrong timing of RAM reads) 0xFFFF is read by the CPU instead of the correct instruction.
User avatar
stephen_usher
Posts: 5668
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: exxos blog - random goings on

Post by stephen_usher »

Looking at the timings, are you sure you don't have a load of ground bounce going on?

That's the sort of nonsense my system was doing without the ground plane on my board. Those 99%s look suspiciously like lost clock cycles.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

stephen_usher wrote: Tue Jan 19, 2021 4:59 pm Looking at the timings, are you sure you don't have a load of ground bounce going on?

That's the sort of nonsense my system was doing without the ground plane on my board. Those 99%s look suspiciously like lost clock cycles.
All the boosters I have ever seen with 020, 030 always seem to have slightly slower speeds than expected.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
JezC
Posts: 2117
Joined: Mon Aug 28, 2017 11:44 pm

Re: exxos blog - random goings on

Post by JezC »

@exxos I have seen a similar issue with the floppy on my H4 with TF536 fitted and EmuTOS v1.0...but the same setup seems to work fine with a slightly older EmuTOS.
I'm on the phone at present but the earlier version that agranlund posted still works fine.

I boot EmuTOS from floppy with his special EmuTOS boot ROM image & with the v0.9x it all works fine...but change to loading v1.0 from floppy & it boots ok but then the floppy stops working. :shrug:

May not be the same...but maybe it is...?
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

@JezC Its all to confusing with all the various softwares , firmwares and patches about. Its hard to work out whats what with it all. Things mostly seem to start going nuts when alt-ram is enabled.. but it still isn't stable with it off.. Its gone back "on the shelf" for a bit, as its not going to be simple to work it all out.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23780
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

I have gone back to my SEC booster on my H4.. Took a bit of working out as there seemed to be a bad connection on the CPU preventing it from booting :roll:

I'm going to try and hook up the fast-ram boards I got made over a year ago.. So I can just run GB6 from my own alt-ram and see where it all ends up.

IMG_6113.JPG
IMG_6113.JPG (381.77 KiB) Viewed 2973 times
IMG_6114.JPG
IMG_6114.JPG (359.19 KiB) Viewed 2973 times
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
Post Reply

Return to “MEMBER BLOGS”