LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-08-2015, 12:03 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
How to run x64 Commodore 64 emulator?


Hello,

I run but nothing.
Code:
x64 -autostart "GOLDENAXE.D64:run me"
It states : reset - hard reset,...

https://packages.debian.org/wheezy/otherosfs/vice

You must create your .vice/C64 to get it into x11 at least.

Regards
 
Old 02-09-2015, 06:09 AM   #2
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
The VICE version in the Debian repositories comes without the Kernal rom files due to copyright distribution issues.
The source code has the rom files though.

Download the source code from Sourceforge and extract it to a suitable location on your hard drive. (for example, your home directory.)

Open a terminal window and navigate to the directory that contains the rom files. If you've downloaded the vice-2.4 package and extracted it to your home folder, the path should be;
Code:
cd ~/vice-2.4/data/
N.B: vice-2.4 is the latest package at the time of writing this.

Now, copy the contents of that directory to /usr/lib/vice/
This must be done as root so use sudo.
Code:
sudo cp -vrn * /usr/lib/vice/
the options in that cp command are as follows, v means verbose, r means recursively and n is no-clobber. (i.e: don't overwrite a file that already exists.)


After this, VICE should work properly.
 
Old 02-10-2015, 07:31 AM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by qlue View Post
The VICE version in the Debian repositories comes without the Kernal rom files due to copyright distribution issues.
The source code has the rom files though.

Download the source code from Sourceforge and extract it to a suitable location on your hard drive. (for example, your home directory.)

Open a terminal window and navigate to the directory that contains the rom files. If you've downloaded the vice-2.4 package and extracted it to your home folder, the path should be;
Code:
cd ~/vice-2.4/data/
N.B: vice-2.4 is the latest package at the time of writing this.

Now, copy the contents of that directory to /usr/lib/vice/
This must be done as root so use sudo.
Code:
sudo cp -vrn * /usr/lib/vice/
the options in that cp command are as follows, v means verbose, r means recursively and n is no-clobber. (i.e: don't overwrite a file that already exists.)


After this, VICE should work properly.

thank you!

And how do you launch an D64 file from the commamnd line ?
eg. "GOLDENAXE.D64"

Regards
 
Old 02-11-2015, 02:12 AM   #4
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Current versions of VICE just need you to add the filepath as an argument.
Navigate to the directory where the file GOLDENAXE.D64 resides and type;
Code:
x64 GOLDENAXE.D64
or type;
Code:
x64 <path-to-filename>
Where <path-to-filename> is the full directory path to where the file is currently resident.

Note that this assumes that you are using a terminal emulator from a working GUI. If you're running headless, you must first run startx (assuming it's configured) and then use a terminal emulator to launch x64.


An easier way is to right click on the D64 file and set the default application to x64 with the, "use a custom command" option.
Then x64 will behave as a runtime environment and run automagically when you click on a .D64 file from the file manager.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) Punctual Programming 3 08-07-2013 05:20 PM
Commodore 64 emulator? MheAd Linux - Games 1 06-26-2007 05:00 PM
Black screen on vice Commodore emulator Tomermory Linux - Software 1 05-07-2007 05:49 AM
can i run linux mandriver x64 with windows x64 bit if so wich one should i install fi malmac2000 Linux - Software 2 04-26-2006 07:04 AM
Commodore 64 emulator jaakkop Linux - Games 1 03-15-2005 07:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration