Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user maak ! (Registered 2024-04-18) You are not logged in - nap
CSDb User Forums


Forums > C64 Pixeling > HCB - what is it and what can we do with it?
2008-10-30 10:11
null
Account closed

Registered: Jun 2006
Posts: 645
HCB - what is it and what can we do with it?

okay, so.. I was (and possibly others are) wondering what HCB is exactly? what are the possibilities and limitations of this new GFX mode? and where can I get an editor for it? :_)

------------------------------------
http://zomgwtfbbq.info
2008-10-30 10:15
Frantic

Registered: Mar 2003
Posts: 1627
There was an editor on disk 0 of the demo?
2008-10-30 10:19
null
Account closed

Registered: Jun 2006
Posts: 645
was there? then I should look again when I get home! :_)

------------------------------------
http://zomgwtfbbq.info
2008-10-30 10:26
Shadow
Account closed

Registered: Apr 2002
Posts: 355
I'd like to know the technical details behind the format - how does it work?
2008-10-30 10:26
Ksubi
Account closed

Registered: Nov 2007
Posts: 87
Having played around quickly with the editor, I think you can have 4 colours per 4x8 block, that is 3 colours plus the background.
2008-10-30 10:48
Oswald

Registered: Apr 2002
Posts: 5017
Quote: I'd like to know the technical details behind the format - how does it work?

basically like 4x4 in other words like every 4th line fli. the trick is that the VIC only reads d800 information on badlines, so you have about 3 rasterlines to rewrite $d800 on the fly in the middle of the chars. then I think you would reset $d800 on the border area.

so hcb is basically every 4th line fli - but d800 is included in the new colors.
2008-10-30 10:49
null
Account closed

Registered: Jun 2006
Posts: 645
wait, so it still has that shitty FLI bug? lame..

------------------------------------
http://zomgwtfbbq.info
2008-10-30 10:56
Shadow
Account closed

Registered: Apr 2002
Posts: 355
Thanks Oswald, I think I get it now!

So in essence:

(Badline, $d800-$d827 is fetched by VIC)
Routine start LDA/STA new colors into $d800-$d827
(4 lines later we trigger a new badline, $d800-$d827 is fetched again, but this time we have new values!)
... repeat for next line etc.

If I count correctly the lda/sta for 40 colorram-values should take 240 cycles, which is just about doable in 4 rasterlines, so it all works out nicely.

-edit- and if we have the FLI-bug in effect, we can skip 3 of those, so we only need to update 37 colorram-values.



2008-10-30 11:16
WVL

Registered: Mar 2002
Posts: 885
dont forget that there are only 16 different colors -> there's no need for 40x lda # ;) so you can do it with 16* lda # ->

40 writes = 160 cycles + 16 lda # = 32 cycles = 192 cycles, almost there ;) and if you dont use the first 3 chars, you're in business!

BTW, now that i think of it, you only need 8* lda #, because if you load values 8-15, you can also write values 0-7 if you use SAX. profit!
2008-10-30 12:16
Cruzer

Registered: Dec 2001
Posts: 1048
And no one says all d800 values change for every line, so the # of sta's can probably be < 37 too. Unless you wanna make effects with it, like the fading in EoD. In that case it's probably better to keep all the sta's.
Quote:
wait, so it still has that shitty FLI bug? lame..
But there's rtime for 8 sprites that can cover the bug. You could also get rid of the bug, but that would limit the height of the gfx to 4 chars.
2008-10-30 13:08
algorithm

Registered: May 2002
Posts: 702
As the updating is dynamic, its probably a better idea to change all 40 cells. Its understandable that there will be less than 40 changes in each line but there would be no consistancy. Some char lines may have 12 changes, some 23 etc and having to modify before bad line and then change back to the previous after the bad line etc.

Its possible to feed the image data through some type of 'converter' which can ensure only a maximum of x amount of changes with less color error

 
... 32 posts hidden. Click here to view all posts....
 
Previous - 1 | 2 | 3 | 4 | 5 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Grue/Extend
Didi/Laxity
Martin Piper
Guests online: 68
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 The Ghost  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 Wafer Demo  (9.5)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Onscreen 5k  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Logo Graphicians
1 Sander  (10)
2 Facet  (9.7)
3 Mermaid  (9.4)
4 Pal  (9.4)
5 Shine  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.042 sec.