Newsgroups: comp.sys.cbm, alt.c64
From: "iAN CooG" <ianc...@despammed.com>
Date: Wed, 17 Dec 2003 23:46:11 GMT
Local: Wed, Dec 17 2003 6:46 pm
Subject: Re: Looking for Warpspeed source code
Me too ^_^
>> static unsigned char image[1 << 19]; 14, 16Kb are the right size of both versions. > Should change this ^^^ to 15 since I only have 16 bits? I made this modified version from Marko source, and it works fine! You have to specify input and output names as parameters (no redirection because in dos/windows redirected files are treated as text and not binary, without setting stdin/stdout to O_BINARY) /*--------------------*/ static unsigned char databus[256]; #define MVBIT(i,from,to) (((i) & 1 << (from)) ? 1 << (to) : 0) int main (int argc, char** argv) for (i = 255; i; i--) for (i = 0; i < sizeof image; i++) { return fwrite (image, 1, sizeof image, hout); } /*--------------------*/ Now these bytes sequences look familiar :) -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||