VIC Rally aka Chequered Flag (1984)

Discussion, Reviews & High-scores

Moderator: Moderators

User avatar
orion70
VICtalian
Posts: 4341
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: VIC Rally aka Chequered Flag (1984)

Post by orion70 »

Oh well, it was quite hidden in the blog text :oops:
Thanks!
User avatar
Noizer
Vic 20 Devotee
Posts: 297
Joined: Tue May 15, 2018 12:00 pm
Location: Europa

Re: VIC Rally aka Chequered Flag (1984)

Post by Noizer »

Hi Wim, very nice how you managed to shrink the original game size so much.
Anyway I think the executables for Wimbasic should be more user friendly.
IMHO: user mounts an d64 image you uploaded, types in load"boot",8 (or whatever) and the cool basic extension + your game loads without further interaction.
Last edited by Noizer on Wed Jun 17, 2020 10:41 am, edited 1 time in total.
Valid rule today as earlier: 1 Byte = 8 Bits
-._/classes instead of masses\_.-
User avatar
orion70
VICtalian
Posts: 4341
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: VIC Rally aka Chequered Flag (1984)

Post by orion70 »

Yep, I second that :)
wimoos
Vic 20 Afficionado
Posts: 348
Joined: Tue Apr 14, 2009 8:15 am
Website: http://wimbasic.webs.com
Location: Netherlands
Occupation: farmer

Re: VIC Rally aka Chequered Flag (1984)

Post by wimoos »

Ok,

Great idea ! I created a modified WimBasic to support this.

This attached zip file contains a D64. Attach this at #8.
It contains both the 3k+ and the 8k+ gamefiles.
It also contains the modified wimbasic.prg.
Make sure you have 8k RAM at BLK5 ($A000-$BFFF)
Load and run the file BOOT. This will load and run WimBasic
The modded wimbasic.prg loads and runs WBSTART at startup.

You are free to program BOOT and WBSTART as you please. All at your own risk of course :-).

Regards,

Wim.
rallydisk.zip
(11.77 KiB) Downloaded 49 times
Last edited by wimoos on Fri Jun 19, 2020 9:25 am, edited 1 time in total.
VICE; selfwritten 65asmgen; tasm; maintainer of WimBasic
User avatar
orion70
VICtalian
Posts: 4341
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: VIC Rally aka Chequered Flag (1984)

Post by orion70 »

Now THIS is easy to do (you should have put BOOT as a first file in the disk to allow drag and drop in VICE though :)). Thanks a lot. The game is faster and more fluid with WB.
wimoos
Vic 20 Afficionado
Posts: 348
Joined: Tue Apr 14, 2009 8:15 am
Website: http://wimbasic.webs.com
Location: Netherlands
Occupation: farmer

Re: VIC Rally aka Chequered Flag (1984)

Post by wimoos »

Hmm...

Code: Select all

xvic RALLY.d64:boot
works with me.
VICE; selfwritten 65asmgen; tasm; maintainer of WimBasic
User avatar
orion70
VICtalian
Posts: 4341
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: VIC Rally aka Chequered Flag (1984)

Post by orion70 »

Ok, I was talking about the most idiot proof action: drag and drop the d64 into the vice window. Never used command line.
Post Reply