exxos blog - random goings on

Blogs & guides and tales of woo by forum members.
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 2435
Joined: Tue Nov 19, 2019 12:09 pm

Re: exxos blog - random goings on

Post by Badwolf »

exxos wrote: Fri Nov 11, 2022 9:33 pm Maybe if it is simple you or @dml Could write me a routine to do just that.. No worries of his too much hassle as just about had enough of this chaos anyway :lol: :roll:
Reckon that's doable. Not too complicated. But might have to be a Sunday job, I'm afraid.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
exxos
Site Admin
Site Admin
Posts: 24471
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

Badwolf wrote: Fri Nov 11, 2022 10:29 pm Reckon that's doable. Not too complicated. But might have to be a Sunday job, I'm afraid.
There is no real rush. But like I say, I'm not at home on weekends anyway..

Of course relatively soon is always better because in a few days time, I will have totally forgotten what is going on with all this stuff anyway.. :lol:
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.
dml
Posts: 165
Joined: Wed Nov 15, 2017 10:11 pm

Re: exxos blog - random goings on

Post by dml »

Here ya go...

Up/down arrows to scroll through RAM (truecolour mode, so 640 bytes per scanline)

Reset to quit (!) didn't have time for that bit.

I recommend you set PRGFLAGS to not clear ram on startup (or do, if you think thats more helpful). I didn't check what its currently set to.
Attachments
rampan.zip
(539 Bytes) Downloaded 15 times
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 2435
Joined: Tue Nov 19, 2019 12:09 pm

Re: exxos blog - random goings on

Post by Badwolf »

exxos wrote: Fri Nov 11, 2022 10:32 pm
Badwolf wrote: Fri Nov 11, 2022 10:29 pm Reckon that's doable. Not too complicated. But might have to be a Sunday job, I'm afraid.
There is no real rush. But like I say, I'm not at home on weekends anyway..

Of course relatively soon is always better because in a few days time, I will have totally forgotten what is going on with all this stuff anyway.. :lol:
Yeah, I'm afraid I'm about to sling my hook tonight, but I'll have a think about the best way to do it. My thoughts would be switch to 2-colour mode. Set the video address to the area of interest. Write alternating aa/55 patterns into memory say once every few seconds. Observe. Perhaps provide feedback over serial.

BW

EDIT: Doug's done me! :P
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
dml
Posts: 165
Joined: Wed Nov 15, 2017 10:11 pm

Re: exxos blog - random goings on

Post by dml »

Badwolf wrote: Fri Nov 11, 2022 10:37 pm EDIT: Doug's done me! :P
Actually I don't think so - its just a very simple ram 'panning' tool. I think you were suggesting monitoring memory changes over serial and I can't manage that tonight :) but be my guest!
User avatar
exxos
Site Admin
Site Admin
Posts: 24471
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

dml wrote: Fri Nov 11, 2022 10:37 pm Here ya go...

Up/down arrows to scroll through RAM (truecolour mode, so 640 bytes per scanline)

Reset to quit (!) didn't have time for that bit.

I recommend you set PRGFLAGS to not clear ram on startup (or do, if you think thats more helpful). I didn't check what its currently set to.
Holy crap are you Superman or something :lol:

Okay will load that up running out of steam tonight myself as well...
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: 24471
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

dml wrote: Fri Nov 11, 2022 10:37 pm I recommend you set PRGFLAGS to not clear ram on startup (or do, if you think thats more helpful). I didn't check what its currently set to.
Lost me on that one as I don't see any related options to clearing RAM.. Only fast load, running TT RAM, use TT ram..

Also assume you mean it needs to be running in true colour mode ?
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.
dml
Posts: 165
Joined: Wed Nov 15, 2017 10:11 pm

Re: exxos blog - random goings on

Post by dml »

exxos wrote: Fri Nov 11, 2022 10:48 pm Lost me on that one as I don't see any related options to clearing RAM.. Only fast load, running TT RAM, use TT ram..
Ah I meant fast load - the fast load bit means 'dont waste time clearing ram'. I just forgot what it was called.

The PRG automatically enters TC mode you don't need to config anything.
User avatar
exxos
Site Admin
Site Admin
Posts: 24471
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos blog - random goings on

Post by exxos »

dml wrote: Fri Nov 11, 2022 10:49 pm Ah I meant fast load - the fast load bit means 'dont waste time clearing ram'. I just forgot what it was called.

The PRG automatically enters TC mode you don't need to config anything.
ack :)

So I can move garbage up and down the screen. Not sure what is going on now :lol: A couple of pixels are twinkling and whatever address its all at. :shrug:

EDIT: Why does this remind me of the ultimate ripper cartridge somehow :lol:
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.
dml
Posts: 165
Joined: Wed Nov 15, 2017 10:11 pm

Re: exxos blog - random goings on

Post by dml »

exxos wrote: Fri Nov 11, 2022 10:52 pm So I can move garbage up and down the screen. Not sure what is going on now :lol: A couple of pixels are twinkling and whatever address its all at. :shrug:
You are scrolling through ram. the garbage is TOS's stuff in RAM.

Twinkling in the very first page of garbage is maybe ok (some interrupts changing variables).

If you scroll past that (downwards to the empty areas, free ram) and see twinkling == bad news.

[EDIT]

I'll run it on my HW Falcon tomorrow (only tried it in Hatari) and see how it looks. I should be able to tell you exactly what to expect then, will maybe take a photo of the twinkly areas.
Post Reply

Return to “MEMBER BLOGS”