Page 225 of 336

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:29
by Badwolf
exxos wrote: 11 Nov 2022 21:33 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

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:32
by exxos
Badwolf wrote: 11 Nov 2022 22:29 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:

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:37
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.

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:37
by Badwolf
exxos wrote: 11 Nov 2022 22:32
Badwolf wrote: 11 Nov 2022 22:29 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

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:39
by dml
Badwolf wrote: 11 Nov 2022 22:37 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!

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:41
by exxos
dml wrote: 11 Nov 2022 22:37 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...

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:48
by exxos
dml wrote: 11 Nov 2022 22:37 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 ?

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:49
by dml
exxos wrote: 11 Nov 2022 22:48 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.

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:52
by exxos
dml wrote: 11 Nov 2022 22:49 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:

Re: exxos blog - random goings on

Posted: 11 Nov 2022 22:54
by dml
exxos wrote: 11 Nov 2022 22:52 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.