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


Forums > C64 Coding > Three pixel period pattern on upper/lower border
2010-04-10 16:24
Monte Carlos

Registered: Jun 2004
Posts: 351
Three pixel period pattern on upper/lower border

Any idea, how to create a hires pattern like this:

110110110110110110110110110110110110...

on the upper/lower border over the full width. Every trick allowed.

Btw: $3fff trick does not work, because then the pattern has a period of eight instead of three. Sprites cover only a width of 192 pixels!

Thank you Monte!
2010-04-10 19:58
JackAsser

Registered: Jun 2002
Posts: 1990
Possible with C128 or REU if "every" trick is allowed. :D
2010-04-10 20:21
Monte Carlos

Registered: Jun 2004
Posts: 351
Reu is really cool, but only C64 allowed.

Thanks Monte
2010-04-11 01:40
Skate

Registered: Jul 2003
Posts: 491
I didn't think on it so long but first trick come to my mind allows 248 pixels instead of 192. leave 8 pixel gaps between unexpanded sprites. you need to change $3fff like a split every four cycles which shoudn't be so hard. all you need is 3 different $3fff combinations. so the code should look like this.

lda #%11011011
ldx #%01101101
ldy #%10110110
sta $3fff
stx $3fff
sty $3fff
sta $3fff
stx $3fff
sty $3fff
sta $3fff

this should fill the 8 pixel gaps between sprites which extends the pattern to 248 pixels but still you will need 72 pixels I know...

edit: actually with one more stx $3fff it is possible to have 256 pixels wide pattern like that. why did I miss that? :)

edit2: if you start placing sprites with a 8 pixel gap already and put the correct value to $3fff on the right border, you will have 264 pixels of correct pattern. 56 to go. :)

edit3: I just noticed that sprites wouldn't cover $3fff pattern completely. so, this method may not work at all.
2010-04-11 08:02
Oswald

Registered: Apr 2002
Posts: 5023
put $3fff on zp, then it can be done :D
2010-04-11 08:57
Monte Carlos

Registered: Jun 2004
Posts: 351
@Skate:

$d021 = White
Background is visible, when both $3fff and sprite bits are 0
x = resulting Pixel in white

%11011011%11011011%11011011%11011011 $3fff = Black
%10010010%01001001%00100100 Sprite = White

%00x00x00%x0xx0xx0%0xx0xx0x%00x00x00

Good idea, but it doesn't seem to work for the two bytes in the middle.

@Oswald: How can i put $3fff into zeropage??? Do you mean
lda zp, sta $3fff = 5 cycles ?? Or is there a way to place
the ghostbyte below $0100 which i do not know?
2010-04-11 09:10
Street Tuff

Registered: Feb 2002
Posts: 88
putting $3fff to zp is only possible on c64 dtv.
2010-04-11 09:49
Mace

Registered: May 2002
Posts: 1799
You are now asking to think about a solution you have already chosen: a pattern in the border.

There might be another solution for your problem.
What exactly is the reason you want this pattern in the first place?
2010-04-11 11:40
Monte Carlos

Registered: Jun 2004
Posts: 351
The pattern mentioned above is part of a two color hires bitmap i want to extend into the upper and lower border.
I was experimenting with sprites over ghostbyte pattern and
didn't find a way to create the pixel combination 1101101100..., because of the three pixel period. I thought, maybe someone comes to another result and finds away to create this pixel combination.
Important is, that the pattern should not be made of double, but single pixels.

Monte
2010-04-11 11:51
Skate

Registered: Jul 2003
Posts: 491
@Monte Carlos: I hate to use that trick but I think it's your last chance.

"It's impossible to do something like that. Even Crossbow cannot do it."

;)
2010-04-11 12:33
Jetboy

Registered: Jul 2006
Posts: 221
Interesting puzzle! I need to go to the tolet so i mihght come up with idea when i get back...
 
... 16 posts hidden. Click here to view all posts....
 
Previous - 1 | 2 | 3 - 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
iAN CooG/HVSC
Mike
wil
rambo/Therapy/ Resou..
Laddh
skull
kbs/Pht/Lxt
Impetigo/Crescent
FABS/HF
Nordischsound/Hokuto..
Merman/People of Lib..
Bob/Censor Design
Vg Vox/Voxvideogame
stephan-a
Viti/Hokuto Force
fredrikr
Visage/Lethargy
Guests online: 190
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 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Dawnfall V1.1  (9.5)
8 Quadrants  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Swappers
1 Derbyshire Ram  (10)
2 Jerry  (9.8)
3 Violator  (9.8)
4 Acidchild  (9.7)
5 Starlight  (9.6)

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