| |
Petey21 Account closed
Registered: Nov 2003 Posts: 49 |
Opening up borders
Here's a video (!) I found of a routine to open up the borders on a C64. No sound though, which would've been useful. Any comments on the code?
http://www.youtube.com/watch?v=Kh7xX1u3EME&NR |
|
... 11 posts hidden. Click here to view all posts.... |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
20 years but still a miracle for some people :D
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
HCL, hehe, well actually I have never opened the sideborders, except of a weak try which was a flickering one line opening. but that was when I had no idea of stable rasters, I didnt even knew why do rasters flicker :) |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: HCL, hehe, well actually I have never opened the sideborders, except of a weak try which was a flickering one line opening. but that was when I had no idea of stable rasters, I didnt even knew why do rasters flicker :)
Actually most early sideborder code didn't use stable rasters.
With 8 sprites it can easily be made self-stablizing, assuming you allow a few wasted lines of flickering border.
People mostly used it for scrollers, so those lines were usually wastable.
An additional feature is that below the sideborder routine, you are on a stable cycle. |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
that you also can have with a single line of fld
|
| |
Radiant
Registered: Sep 2004 Posts: 639 |
Quote: that you also can have with a single line of fld
FLD = Flexible Line Distance; delayed bad line, which doesn't affect timing.
Don't you mean FLI? |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
no
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
Anyone else who wanna look smart (mmmm or stupid?:) just post your stabilizing and opening tips here :) how about showing off your skills in a demo instead trying to look smart in something that everyone knows since 20 years ? :P |
| |
Radiant
Registered: Sep 2004 Posts: 639 |
Quote: no
I'd very much like to see code using one line of FLD to stabilize the raster, I can't see how it could be done. |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
Quote: I'd very much like to see code using one line of FLD to stabilize the raster, I can't see how it could be done.
I guess what Danzig means that it is possible to stabilize the rasters and open the sideborders by delaying the badlines too (just like in FLD).
Downside (ofcourse) is that you can't show gfx/text @ that area. Only sprites.
---
8Bit Mayhem - The C64 Scenemusic Podcast
http://8bitmayhem.untergrund.net |
| |
Radiant
Registered: Sep 2004 Posts: 639 |
Scout: How could the raster become stable by delaying badlines? Since BA (and AEC) will only go low if there are sprites on the line there's no way to get it stable that way, and the only other solutions I can see is using a timer, double irq, light pen or half variance, and those have got nothing to do with FLD. |
Previous - 1 | 2 | 3 - Next |