Updated On: Tutorial updated and rechecked on 23rd of November 2023
Views: 5,576
Please Note:
If you are still having trouble installing the ROM after following these instructions, the other option is to install vice via snap package. Please visit https://snapcraft.io/vice-jz
Vice is a Commodore Emulator for Linux and other platforms. It emulates the commodore 64, Commodore 128, Vic 20, Plus 4, Pet, other Commodore machines and devices.
To install vice enter the following command
sudo apt-get install vice
After installation I decided to launch the Commodore 64 emulator, but it would not launch.
I then decided to launch the Commodore 64 emulator via the terminal
Looking at the error, it was pointing to a missing Kernal ROM. After a bit of searching I later found out you can obtain the roms by downloading the Windows version of Vice and copying these over to the C64 directory on your own distribution.
Make sure the version number of Vice you installed, matches up with Windows download.
Presuming you have already downloaded and extracted the package for Windows, copy the files over to the following directory. After this the emulator should launch
sudo cp -r * /usr/share/vice/C64/
I don't know where users stand legally as to running emulators, since the roms are already included in the Windows version of Vice, so I presumed it was OK to copy these over to the Linux version.