Page 3 of 3

Re: some games don't work with VICE

Posted: Mon Jun 15, 2015 4:07 pm
by tokra
groepaz wrote:ok, so as for the rasterline 0 "delay"... i fixed it in r29805 - "capture the flag" works perfectly now (and also, as far as i can see, all the other games listed as "ntsc only" in megacart).
Yay! Great fix :) Been waiting for that for a long-time. I think I actually understand the fix in the VICE-repository as well :)
it would be great if you could also post the source to that test program, so i can include it in the VICE repo :)
as for the interlace thing... a test program would be really nice, too :)
Se attached to this post below. It's a simple-basic-program that utilizes a small machine-code-raster-routine. I fixed up the program in the last two days a little so that it can work with interlace as well. Strangely enough, value 0 in $9004 flickers in interlace between position 0 and 33 and does so even when I add an extra waiting loop that waits for raster-value 131 just beforehand (which only appears in every odd field). Really strange...
edit: just for fun, last nites hack: Capture the Flag for PAL
Great idea! But sadly when I drop this into a fully expanded VICE (latest r29805) it crashes after a second :?:

Re: some games don't work with VICE

Posted: Tue Jun 16, 2015 12:09 pm
by groepaz
But sadly when I drop this into a fully expanded VICE (latest r29805) it crashes after a second
thats weird, i can not reproduce this.... did you actually attach it as a a000 cartridge?

Re: some games don't work with VICE

Posted: Tue Jun 16, 2015 12:39 pm
by tokra
Hmm, attaching as cartridge-image works, so thanks :-)

I'm puzzled by this however. Both your PAL-version and the original NTSC-version are exactly the same length (8194 bytes) and include the starting address in the first two bytes (00,a0) - I can just drag and drop the NTSC-file into VICE (which loads the file ,8,1), then do a reset (CTRL+R) and it starts. However if I do the same with your PAL-file it crashes after a about a second...

Maybe some copy-protection that checks if the game runs im RAM instead of ROM? Which version did you base your PAL-hack on?

Re: some games don't work with VICE

Posted: Tue Jun 16, 2015 1:28 pm
by groepaz
i used the binary from zimmers.net if i recall correctly ... and indeed, there is a small (3 bytes) difference to the one you posted, which indeed seems to remove the protection against running it in RAM :) i've applied the same patch to that pal hack now, reload :)

Re: some games don't work with VICE

Posted: Tue Jun 16, 2015 2:51 pm
by tokra
\o/ Works now! Here's hoping your PAL-hacks find their way into the next MegaCart-revision.

Re: some games don't work with VICE

Posted: Thu Jun 18, 2015 2:41 pm
by groepaz
And another: Spidercity PAL "almost" works perfectly (centering the screen with the cursor keys is broken, i dont think this can be fixed easily with a patch). It however exposes a bug in VICE :) (guess what =P)

Re: some games don't work with VICE

Posted: Fri Jul 03, 2015 10:09 am
by nbla000
WOW, many thanks for your PAL Fixes ! and thanks to inform me via email !

Great work, I will update Mega-Cart rom with these new versions, many many thanks.


...and yes I'm still alive but just very busy with "real" life btw the vic-20 is always in my mind and my heart ;-)

A big greeting to all Denial friends.

Re: some games don't work with VICE

Posted: Tue Jul 16, 2019 2:47 pm
by Sid1968
beamrider wrote:I've played those games myself in VICE and they do work if you attach the cartridge images at the correct location.

The easiest way to play cartridge games in VICE is to attach a megacart dump image (one can be downloaded here: ftp://8bitfiles.net/serve-remote-file/m ... 1f0784.rom)

Attach the image in the following way..

Image

..and then play most cartridge (and other) games from the MegaCart menu.

This download do not work anymore. Do anyone knows where to download a Mega-Cart ROM DUMP?

Re: some games don't work with VICE

Posted: Thu Jul 18, 2019 2:22 am
by Sid1968
Helloooo..... anybody at home :?: :!: :?: :roll:

Re: some games don't work with VICE

Posted: Thu Jul 18, 2019 2:44 am
by tokra
Found this link on Lemon64-forum, seems to work still:

https://drive.google.com/file/d/0BypVxY ... BfQUk/view

Re: some games don't work with VICE

Posted: Thu Jul 18, 2019 9:43 am
by Sid1968
Thx Mate!
'That works great with the VIC-20 Core on my Turbo Chameleon 64 V1.

:D

Re: some games don't work with VICE

Posted: Sun Nov 22, 2020 9:10 am
by groepaz
necroing this thread... i have been working with nbla000 a bit to both fix some bug in VICE (megacart nvram) and i also looked at fixing some more games... so far i have done:

bandits, final orbit, mountain king, spider city, capture the flag, tooth invaders

one more on the todo list is squish em

if you know any others that need fixing, shoot :)

Re: some games don't work with VICE

Posted: Sun Nov 22, 2020 5:19 pm
by groepaz
here it is ... including squish em (proper fix with raster fx)

Re: some games don't work with VICE

Posted: Mon Nov 23, 2020 3:43 am
by nbla000
Many thanks for your PAL fixing work!
For what I know there are no more vic-20 cartridge to PAL fix, someone knows some other cartridge to PAL fix ?

It's fun that to understand how to play on Mountain King I had to watch a youtube video :oops:

Re: some games don't work with VICE

Posted: Mon Nov 23, 2020 9:46 am
by groepaz
updated the zip... bumper bash is also properly centered and raster timer fixed. ball still flickers, couldnt find out why