| |
Conrad
Registered: Nov 2006 Posts: 849 |
Working with bad lines
hi.
Could someone help me with how to detect the bad lines properly and how to avoid them for raster based routines such as side borders. Would adjusting $d011 at each bad line be the best way? |
|
... 14 posts hidden. Click here to view all posts.... |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
@crd: not exactly true iirc... you can use any 4 sprites but NOT sprite0 (f.e. $d015=$1e). and it is NOT necessary to use all 8 sprites for "escos"-like spriteroutines but makes sense ;)
and maybe you should f.e. take a look at this:
Spritemania
count the sprites and you will get 7 :D but ofcourse this is the good old "anti-badline" trick f.e. vision/crest used for his sideborder-dycp over sideborder-logo...
|
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Exilon/MDT used that trick in Bonanza aswell. |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
@tlr: not the same, this one is "just" opening the sideborder in the linecrunching-routine... it's NOT displaying any grafik in that area (bit 4,5 & 6 set in $d011)... that lc-sb-effect was done dozens of times (f.e. censor wonderland) |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: @tlr: not the same, this one is "just" opening the sideborder in the linecrunching-routine... it's NOT displaying any grafik in that area (bit 4,5 & 6 set in $d011)... that lc-sb-effect was done dozens of times (f.e. censor wonderland)
Wrong part. I mean in the one with the Tetris picture with sprite scroller over.
I think it was 7 sprites but maybe it's fewer, I don't remember exactly.
EDIT: just checked, it is 7 sprites (part 2). It has some bugs, but it is that same technique.
I guess he wanted to get it released before anyone else did it. :)
|
| |
Codey
Registered: Oct 2005 Posts: 79 |
Quote: HCL is right, you have to have the last 4 ($f0) sprites switched on for sideborder WITHOUT FLD (so you can make those nice sideborder DYCPs/pics/plasmas etc) and for side border with FLD (the 1001 crew way :) you have to have all 8 sprites switched on for it to work. I've never seen a demo with sideborder using SIX sprites before.
when i first saw escos i was absolutely baffled. i never knew they used fld to make the timing so simple. makes sense now. |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
Escos uses the escos trick, not FLD. With a little $d011 twiddling, you get open top/bottom borders, open screen, but no badlines (and no char/bitmap gfx) and sprites visible. All you need then is $d016 on every line for the sideborder, and a simple plex.
|
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Yes, escos simply open the top/bottom border and at the same time disable the display => all the screen becomes top/bottom border which you open, so you get classic $3fff everywhere + sprites visible. There is a thread about this aswell FYI. |
| |
Conrad
Registered: Nov 2006 Posts: 849 |
Ah... NOW I see how it works... I just didn't know what ESCOS actually was until now! It's pretty obvious! Oh how ashamed I am with what I discussed!! =(
Anyway, I've managed to work out how side border routines work now, so thanks very much for your advices! :) |
| |
Copyfault
Registered: Dec 2001 Posts: 478 |
@JA: it's the thread about a "screen with no badline"; ninja already pointed to it here in this thread.
@HCL: hmm, counting cycles gives me four and a half sprites ;p
CF |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
copy, including the cycles needed for the code ? |
Previous - 1 | 2 | 3 - Next |