The C64 Does have a Vic-20 Mode and it's great
Moderator: Moderators
- AndyH
- Vic 20 Afficionado
- Posts: 442
- Joined: Thu Jun 17, 2004 5:51 am
- Website: https://www.hewco.uk
- Location: UK
- Occupation: Developer
Re: The C64 Does have a Vic-20 Mode and it's great
There’s an online manual that is really good with much information about exactly what to do. PRG, Tap and disk images are fine. Here I’m talking about cartridge images. The two I tried ended in a0 and 60 if I remember correctly and I renamed both to use the crt extension instead, and changed the file name to indicate if it was memory address A000 or 6000.
- javierglez
- Vic 20 Hobbyist
- Posts: 120
- Joined: Sat Jun 03, 2017 3:33 pm
- Location: Spain
Re: The C64 Does have a Vic-20 Mode and it's great
I reckon Submarine Commander was released as a tape (Thorn EMI) - it's one of the few originals I own. I guess someone converted it to be included nto some multigames cartridge. I don't know if that's relevant for your issue.
- AndyH
- Vic 20 Afficionado
- Posts: 442
- Joined: Thu Jun 17, 2004 5:51 am
- Website: https://www.hewco.uk
- Location: UK
- Occupation: Developer
Re: The C64 Does have a Vic-20 Mode and it's great
I have it on tape also, and might be mistaken, but sure I saw it on a cartridge on eBay before. I haven’t retried it but it’s on my list to get working as I love that game. I’ll look for a tape version image.
- javierglez
- Vic 20 Hobbyist
- Posts: 120
- Joined: Sat Jun 03, 2017 3:33 pm
- Location: Spain
Re: The C64 Does have a Vic-20 Mode and it's great
There's a binary, you have to load,8,1 and then sys8192. There's the loader which does that, but for some reason it isn't getting to the sys. https://drive.google.com/file/d/1J8fGdK ... p=drivesdk
- eslapion
- ultimate expander
- Posts: 5037
- Joined: Fri Jun 23, 2006 7:50 pm
- Location: Canada
- Occupation: 8bit addict
Re: The C64 Does have a Vic-20 Mode and it's great
16k Cartridge images on Zimmer's... BLK3 and BLK5 and incidentally, also included on the Behr-Bonz multicart.javierglez wrote: ↑Fri Dec 20, 2019 8:27 amI reckon Submarine Commander was released as a tape (Thorn EMI) - it's one of the few originals I own. I guess someone converted it to be included nto some multigames cartridge. I don't know if that's relevant for your issue.
http://www.zimmers.net/anonftp/pub/cbm/ ... r-6000.prg
http://www.zimmers.net/anonftp/pub/cbm/ ... r-a000.prg
Be normal.
Re: The C64 Does have a Vic-20 Mode and it's great
Hi good afternoon.
I still have the c64 at the age of 70
bought in germany. just unpacked.
start tomorrow with the vic20 on the c64.
I'm looking forward to your help.
Thank you.
greeting
I still have the c64 at the age of 70
bought in germany. just unpacked.
start tomorrow with the vic20 on the c64.
I'm looking forward to your help.
Thank you.
greeting
Re: The C64 Does have a Vic-20 Mode and it's great
The 8-bit guy has a review up on Youtube!
https://www.youtube.com/watch?v=kxx2F4ffmeE
https://www.youtube.com/watch?v=kxx2F4ffmeE
- eslapion
- ultimate expander
- Posts: 5037
- Joined: Fri Jun 23, 2006 7:50 pm
- Location: Canada
- Occupation: 8bit addict
Re: The C64 Does have a Vic-20 Mode and it's great
The keyboard's insides is rather underwhelming!Witzo wrote: ↑Sun Dec 22, 2019 12:32 pm The 8-bit guy has a review up on Youtube!
https://www.youtube.com/watch?v=kxx2F4ffmeE
Added edit:
8-Bit Show And Tell says there is a way to enable the REU. https://www.youtube.com/watch?v=z2GACGEucTI
See at 31:36
Be normal.
Re: The C64 Does have a Vic-20 Mode and it's great
hello, thanks for the help.
greeting
greeting
Re: The C64 Does have a Vic-20 Mode and it's great
A longer look at the TheC64, thanks! An actual Commodore keyboard is a big reason for me to want one. Proper restore, control and commodore keys and an up arrow! Will make typing easier than on a mapped keyboard.eslapion wrote: ↑Sun Dec 22, 2019 2:27 pmThe keyboard's insides is rather underwhelming!Witzo wrote: ↑Sun Dec 22, 2019 12:32 pm The 8-bit guy has a review up on Youtube!
https://www.youtube.com/watch?v=kxx2F4ffmeE
Added edit:
8-Bit Show And Tell says there is a way to enable the REU. https://www.youtube.com/watch?v=z2GACGEucTI
See at 31:36
Re: The C64 Does have a Vic-20 Mode and it's great
Having learnt about these today, I've adopted all of the relevant ones in my Vic-20 emulator, Clock Signal. It otherwise tries to sniff out memory configuration based on loading address, and uses an NTSC machine if 'NTSC' is in the file name; now if TheC64-style file tags are found they'll be applied as a final step, overwriting any other guesses.IvorLoader wrote: ↑Wed Dec 11, 2019 9:12 am Extract from user guide:
---------------------------------------------------------------------------------
Use of 'Flags' or Flags for loading games and / or programs
...
Specifically: I support B0-B5 and TP/TN. If it emulated a C64 it'd support more, but it doesn't.
I would definitely implement support for this, as the current approach that sometimes leads to multiple files representing a single cartridge is problematic for users, especially under modern sandboxing — depending on platform, a modern piece of software isn't necessarily granted the right to open any old file it likes just because the user has done something to give it access to one, even if they're within the same folder.
Re: The C64 Does have a Vic-20 Mode and it's great
what kind of weird platform would that be?depending on platform, a modern piece of software isn't necessarily granted the right to open any old file it likes just because the user has done something to give it access to one, even if they're within the same folder.
I'm just a Software Guy who has no Idea how the Hardware works. Don't listen to me.
Re: The C64 Does have a Vic-20 Mode and it's great
Any in-browser emulator, most obviously, which are increasingly just regular C/C++/etc emulators cross-compiled into JavaScript; the macOS sandbox also has this feature*. If you're distributing outside the App Store, possibly because you're an emulator, then it's opt in but I opt in, in the pursuit of user trust.groepaz wrote: ↑Fri Dec 27, 2019 12:13 pmwhat kind of weird platform would that be?depending on platform, a modern piece of software isn't necessarily granted the right to open any old file it likes just because the user has done something to give it access to one, even if they're within the same folder.
Also, just occurring to me now, I guess the cloud is another case in which an emulator might have difficulty grabbing an associated file of its own volition, since some cloud services provide browsers that show all of your remote files, but download and cache only those you actually ask to open. Most applications don't just open files without the user being involved in explicitly pointing them out so that's not usually a defect.
* source: Apple's App Sandbox Design Guide; look for "If a user instead opens a specific file, or saves to a new file, the system makes the specified file, and that file alone, available to your app."; there's a special routecase "multiple related files with the same name and different extensions" but that's not quite what tends to happen here. It's also a bit of a hassle. Just having a single .crt-esque file representing an entire cartridge would be a lot easier.
- eslapion
- ultimate expander
- Posts: 5037
- Joined: Fri Jun 23, 2006 7:50 pm
- Location: Canada
- Occupation: 8bit addict
Re: The C64 Does have a Vic-20 Mode and it's great
Considering how almost all VIC-20 cartridges of the 1980s were turned into single filers by one man and how they are stored in the Behr-Bonz, I'd sure like to give my 2 cents worth on this... more to follow.
Added edit:
http://sleepingelephant.com/ipw-web/bul ... =14&t=9554
Somebody did it for you back in 1981... see above link.
Be normal.
Re: The C64 Does have a Vic-20 Mode and it's great
Hello,
I'm having some trouble loading the game Jet-Pac on this C64 /Vic20 console
Its the Prg file from Gamebase Vic20 and needs an 8k ram expansion.
It returns to the vic20 screen with some garbled characters and blinking cursor.
Does this game needs some poke/sys/different blocks in stead of the standard blocks needed for 8k ram expansion?
Regards
Sjakie43
Btw: the TAP version of this game works fine(3k ram expansion)
I'm having some trouble loading the game Jet-Pac on this C64 /Vic20 console

Its the Prg file from Gamebase Vic20 and needs an 8k ram expansion.
It returns to the vic20 screen with some garbled characters and blinking cursor.
Does this game needs some poke/sys/different blocks in stead of the standard blocks needed for 8k ram expansion?
Regards
Sjakie43
Btw: the TAP version of this game works fine(3k ram expansion)
Demobase Vic20,C64,Plus4,Amiga and more..
Gamebase Vic20V01
VIC20+Megacart+ Tapuino tape loader
Ultimate 64 in transparant case+blue led
The C64 and The VIC20
https://archive.org/details/DemobaseVic20
Gamebase Vic20V01
VIC20+Megacart+ Tapuino tape loader
Ultimate 64 in transparant case+blue led
The C64 and The VIC20
https://archive.org/details/DemobaseVic20