Working - Perils Of Willy


vic20-ian

Member
Joined
Jul 17, 2003
Messages
303
Age
53
Website
Visit site
There were a couple of posters who mentioned wanting to play Perils of Willy on the Vic20. I have it working - if you can't wait for Snaff's Alpha4 have a compile yourself with notes below and some keyboard code mods.

I have struggled for a week to get code to compile on Devkitgp2x under Win XP (because I am a Linux newbie despite several installs on various partitions on my HD I still find it awkward).

With BBTroll's help I got Zlib and Libpng built and installed and then the code for Vice to compile.

I fixed the following key assignments in the Vic20 keyboard map in C:\devkitGP2X\vice-alpha3\src\arch\unix\gp2x\vkeyboard_gp2x.c

2,3, 0,2, // ctrl
3,3, 0,2, // ctrl
4,3, 0,2, // ctrl
5,3, 0,2, // ctrl

2, 5, 0,5, //c=
3, 5, 0,5, //c=

2, 4, 0,3, //run/stop
3, 4, 0,3, //run/stop
4, 4, 0,3, //run/stop


You can now recompile alpha3, copy the modified xvic to the Sd card and start Perils of Willy from the title screen with the Ctrl key.

Thanks to Snaff, BBTroll and all who help on these forums.
 
Back
Top