The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.sys.cbm, alt.c64
From: RajW <r...@intelc64.net>
Date: Wed, 17 Dec 2003 11:18:42 -0500
Local: Wed, Dec 17 2003 11:18 am
Subject: Re: Looking for Warpspeed source code
On 17 Dec 2003 11:16:31 +0200, Marko Mäkelä <Marko.Mak...@HUT.FI>
wrote: >It's not that hard. Feel free to adapt the following C program I I LOVE the people in this newsgroup! :) >wrote for shuffling the address and data lines of a 512kB Flash >cartridge for the VIC-20. >static unsigned char image[1 << 19]; Should change this ^^^ to 15 since I only have 16 bits? > else And then reduce this 16 bits also? Would this be the correct syntax? > image[MVBIT (i, 0, 17) | > MVBIT (i, 1, 18) | > MVBIT (i, 2, 16) | > MVBIT (i, 3, 15) | > MVBIT (i, 4, 12) | > MVBIT (i, 5, 7) | > MVBIT (i, 6, 6) | > MVBIT (i, 7, 5) | > MVBIT (i, 8, 4) | > MVBIT (i, 9, 3) | > MVBIT (i, 10, 2) | > MVBIT (i, 11, 1) | > MVBIT (i, 12, 0) | > MVBIT (i, 13, 13) | > MVBIT (i, 14, 14) | > MVBIT (i, 15, 11) | > MVBIT (i, 16, 8) | > MVBIT (i, 17, 9) | > MVBIT (i, 18, 10)] = > databus[(unsigned char) c]; bitchanger < romfile.bin > fixed.bin Thanks, 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.
| ||||||||||||||