| |
spider-j
Registered: Oct 2004 Posts: 505 |
Searching a tool to compile a list of screen addresses
I thought before I code it myself I just ask if anyone did it already:
I need a simple tool where I can load a C64 screen (as png or whatever) and click character cells to get a group / list of memory addresses. In the best case with a configureable base variable.
So like: you click on char in top left corner, name your variable "vidmem" and it spits out:
vidmem+(0*40)+0
Then you also click the char next to it and it spits out:
vidmem+(0*40)+0
vidmem+(0*40)+1
... or something similar ... |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11499 |
making Censor style animations? :) IIRC there was a tool for this - but i have no idea how it was called or who made it. |
| |
spider-j
Registered: Oct 2004 Posts: 505 |
Quoting chatGPZmaking Censor style animations? :)
Yep, exactly that. Colorcycling bullshit ;-)
Anyway, I'm almost halfway done with my tool --- will share if no one is faster pointing out that such a thing already exists. |
| |
Fungus
Registered: Sep 2002 Posts: 736 |
Ask BoB, he coded that stuff and made a tool for it. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11499 |
Funny enough, such tool is also on my todo list :) Cant have enough of those :D |
| |
Oswald
Registered: Apr 2002 Posts: 5118 |
Censor has released their old native c64 tool for doing this, I have used it in still ready and party groove. for simple one screen stuff its usable. |
| |
spider-j
Registered: Oct 2004 Posts: 505 |
Ok. I just made one myself.
Nothing fancy, but it suits my needs for the moment.
https://screenpos.jesus-rocks.com/ |
| |
TWW
Registered: Jul 2009 Posts: 549 |
Fademaid V2.01 |
| |
ws
Registered: Apr 2012 Posts: 251 |
i see you already made your own tool, but Trajed does something like that. |