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


Forums > CSDb Discussions > Green Beret - Is any interested in..
2010-07-31 17:06
Wile Coyote
Account closed

Registered: Mar 2004
Posts: 646
Green Beret - Is any interested in..

Is anyone interested in making a new version / conversion for the C64, as I am sure it can be done better than the original official Imagine release. The Imagine release was impressive especially the Audio which could be re-used, or conversed to use less raster time, although the graphics, and some of the playability could be much improved.

Ideas:
If the game were based on disk / cartridge, I thought it would make sense to load each level during the interlude screens.

With the extra memory, maybe it would be possible to use hires overlays on the sprites.

If the score were placed in the upper border, the playing area could be increased, to match that / be similar to that of the Arcade version.
 
... 60 posts hidden. Click here to view all posts....
 
2010-08-11 21:44
TNT
Account closed

Registered: Oct 2004
Posts: 189
If you are scrolling 8 pixels/frame maximum and your color memory doesn't have an awful lot of "spans" of colors it's faster to update only their edges. I think I got my routine down to 30-35 cycles per change + 30 cycles if the first visible span scrolled out of view and a new one was fetched - that can be during the next frame if you scroll at half speed. Data format was length,color byte pairs with separate span data for each row.
2010-08-11 22:03
STE'86

Registered: Jul 2009
Posts: 274
yep that would work, but alas not on GB. check out the missile trucks they have individual character square colour maps.they are not tiles and matching single block colours.

so in order just to retain parity with what DC did in '86 any coder now would have to do the same intricate colour map routine.

and to better it, you would have to go to Bitmap mode.

Steve

2010-08-12 01:37
TWW

Registered: Jul 2009
Posts: 543
Fullscreen Bitmapscrolling without VIC-Trix (Using speedcode / double buffer):

8000 bytes bitmap
1000 bytes char mem
1000 bytes collor mem (has to happen on frame before and after bufferchange)

9000 bytes to move x 6 cycles = 54000 cycles

54000 / 6 frames = 9000 cycles ; which rougly translates to 150 lines of r-time (depending on NTSC/PAL vs. Number of badlines encountered)

The really bad news is the memory needed to do a fully unrolled speedcode which require 6 bytes for each byte to move... 2 buffers... not good.... You could however loop over a few times and slice the RAM needed down to, say, a quarter which is almost doable (however a slight penalty to r-time would apply offcourse).

this ofcourse scrolling 1 pixel at the time. 2 pixels or more you can forget about without using VSP/VIC-TRICK.

But fuck it... doesen't everybody have a REU these days anyways? should be possible to do some serious DMA to make a nifty scroller right?
2010-08-12 08:34
Oswald

Registered: Apr 2002
Posts: 5078
moving a byte will take you 8 cycles unless your whole bitmap & color data is on the zp. using a loop will make it 9 cycles + loop overhead. anyway GB is perfect for vsp scrolling.
2010-08-12 11:33
TWW

Registered: Jul 2009
Posts: 543
*ehheemmm* Yes as I said... It will take 8 cycles a byte...


(nittpicker :D)

edit: To my defense I'm in another timezone ^^
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 - 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
Hairdog/BOOM!^Dream
Alakran_64
Exile/Anubis
Freeze/Blazon
Critikill (CK)/S16 ^..
Holy Moses/Role
The Human Co../Maste..
et1999cc/HF/MS
aegis/ascraeus/r3turn
REBEL 1/HF
Ax!s/Onslaught - TND
spider-j
Hagar/The Supply Team
zzarko
Guests online: 104
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.5)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Rainbow Connection  (9.5)
6 It's More Fun to Com..  (9.5)
7 Morph  (9.5)
8 Dawnfall V1.1  (9.5)
9 Onscreen 5k  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Performers  (9.3)
4 Nostalgia  (9.3)
5 Censor Design  (9.3)
Top Fullscreen Graphicians
1 Joe  (9.7)
2 Veto  (9.6)
3 Facet  (9.6)
4 The Sarge  (9.6)
5 Carrion  (9.5)

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