| |
Comos
Registered: May 2004 Posts: 73 |
Games that use VSP
Firts of all, I wanted to start this thread as a small research,coz during the years I encountered few game titles,that keeps crashing for a not well reason to me,but regarding VSP and especially VSP bug,that few years back was discovered seems it might have an explanation.
Here are titles, that Im aware of,that might use this technique,because of in game random crashes.
Creatures 1,Mayhem in Monsterland, Fred's Back 4
Creatures 1
Crashes mostly during starting of the game,when the screen scrolled horizontaly from right to left.Usually when I pass this, the game runs okay.
Mayhem in Monsterland
Besides, that the use of VSP is well known here I guess, this game crashes rarely during the character movement,atleast in my case.
Fred's Back 4 (Fred's in Troubles)
Maybe it's also related to whole Fred's Back series,but mostly I had problem with the last one.20 years ago,when I played this game, the game crashed for me everytime at the same level at the same place so I considered it as a bad swapper's copy.20 years later,when I wanted to try to finish the game,I tried again the AVT crack,that I had from the beginning,but a copy from csdb,but this time, the game crashed allmost immediately when the first level got loaded.I tested several other cracks,but had the same result.WTF?
The possibilities like kill cart,remove cart, remove everything have been considered,but still no luck.
Does anyone had similar issues or knows more games,that might crash? |
|
... 13 posts hidden. Click here to view all posts.... |
| |
Hein
Registered: Apr 2004 Posts: 942 |
There are 3 frames available for updating the dubbel screen buffer, then 1 frame for updating the color ram. Quite doable, even rolled up, if the game screen isn't too high. Both Flimbo and Hawkeye don't have a multiplexer and sorting to do. H2 does have all that AND other cool features. So yeh, VSP is a good option to help with the fast 50fps scrolling. |
| |
White Flame
Registered: Sep 2002 Posts: 136 |
Quoting HeinAh, my bad. I mixed up two discussions with Mario then.
It could be that they discussed or attempted VSP internally, before the GTW version that was eventually distributed, so you might not be wrong. |
| |
Jammer
Registered: Nov 2002 Posts: 1335 |
Just for the record - VSP has to be updated every 8th line, right? :) |
| |
Digger
Registered: Mar 2005 Posts: 427 |
Quote: Just for the record - VSP has to be updated every 8th line, right? :)
Nope. You only need to trigger it once :) You basically trick the VIC with changing $d011 on the right cycle, depending on the desired offset. Check out LFT's thread New VSP discovery |
| |
Hein
Registered: Apr 2004 Posts: 942 |
Only the first badline if it's full-screen. Not each badline. |
| |
Scan
Registered: Dec 2015 Posts: 111 |
@Jammer: No, only at the beginning of where you want to trigger the VSP effect. Only drawback is that 3 weird blocks appear which you need to mask out (in Insert Name Here I did it using an invalid graphics mode, but sprites could be used as well, I guess). Here's a screenshot of a work in progress phase. The three blocks could be masked black (the lower 4 bits of the next instruction after VSP triggering determine the color, a cpx #$00 would have it turned black). Unfortunately I also triggered redrawing the last line. Since I didn't know how to cope with it I decided to mask it out using the invalid graphics mode described above.)
|
| |
Jammer
Registered: Nov 2002 Posts: 1335 |
Thx guys! I was curious being rather unsuccessful with oneshot triggering myself ;) |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
@scan: normally you'd line crunch away that first row of chars with a simple inc $d011 immediatly after the dec $d011 you did to start the vsp. Then mask the single line of pixels under the upper border |
| |
Count Zero
Registered: Jan 2003 Posts: 1920 |
Just to add to the examples above: Jim Slim +8FHP also uses VSP. |
| |
algorithm
Registered: May 2002 Posts: 705 |
Also Phobia by ratt used vsp. Great graphics, what a hard game it was however. |
Previous - 1 | 2 | 3 - Next |