Welcome
Welcome to a320

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

VICE - C64 Emulator [Dingux]

Only for posting new Dingux software releases.

Moderator: Moderators

Re: VICE - C64 Emulator [Dingux]

Postby spn-x on Wed Sep 09, 2009 8:41 pm

didn't work for me .. where did u copy the roms ?
User avatar
spn-x
 
Posts: 60
Joined: Sat Aug 22, 2009 12:42 pm

Re: VICE - C64 Emulator [Dingux]

Postby rutjoni on Wed Sep 09, 2009 9:40 pm

madog wrote:the file you have to edit in order to add a menu item on dmenu is dmenu.cfg and it's located in local/dmenu/

I haven't yet installed Xmb on my dingoo so I cannot help about it.

Also, for those who get the "jzfb_get_parx64: applet not found"... you probably didn't extracted vice files in the right directories... try using exactly the same directories I used in my example.
I really didn't use any other trick, so (at least in theory) if you do exactly the same things I did, it should work...

I repost what I did:

assuming you extracted the files in your sd card at local/emulators/vice

you have to add:
MenuItem vice
{
Name = " vice"
Executable = "./x64.dge"
WorkDir = "/usr/local/emulators/vice"
}
to your dmenu.cfg file (you can find it in local/dmenu)

then into your local/emulators/vice you should find a file called vicerc, edit it and add the lines

ChargenName="data/C64/chargen"
KernalName="data/C64/kernal"
BasicName="data/C64/basic"

to edit both files use windows wordpad.

if you manage to run vice
the keys are
SELECT: opens menu
L: virtual keyboard
R: Fps info & so on...
A: Joystick fire

hope this is helpful!
Cheers
Mad


Hi, I work, do not need to put the icono.png do I have to replace or where to add this

ChargenName="data/C64/chargen"
KernalName="data/C64/kernal"
BasicName="data/C64/basic"

sorry me ingles
rutjoni
 
Posts: 1
Joined: Wed Sep 02, 2009 7:20 pm

Re: VICE - C64 Emulator [Dingux]

Postby Sjakie43 on Wed Sep 09, 2009 9:49 pm

Hi again,

The vicerc file is correct now after changing the 3 lines.

The thing i have a prob with is this:


I assume its the Dmenu/main.cfg i have to add the menu item?

This is whats in it:

Theme = "Hellsing"
SearchPath = "usr/local"
AllowDynamicThemeChange = true


So i just have to put the next lines in?

MenuItem vice
{
Name = " vice"
Executable = "./x64.dge"
WorkDir = "/usr/local/emulators/vice"
}


Literally,so it would be like this?


Theme = "Hellsing"
SearchPath = "usr/local"
AllowDynamicThemeChange = true
MenuItem vice
{
Name = " vice"
Executable = "./x64.dge"
WorkDir = "/usr/local/emulators/vice"
}

Let me know if im correct plz?

Regards
Sjakie43
 
Posts: 19
Joined: Sun Aug 23, 2009 6:03 pm

Re: VICE - C64 Emulator [Dingux]

Postby Sjakie43 on Wed Sep 09, 2009 10:00 pm

I think i know where to put it.....

its the (menu_emulators.cfg file) in /themes/>Base Toddler or hellsing?


Regards
Sjakie43
 
Posts: 19
Joined: Sun Aug 23, 2009 6:03 pm

Re: VICE - C64 Emulator [Dingux]

Postby Sjakie43 on Wed Sep 09, 2009 10:11 pm

When i change the emulator config in /Base i still get no
entry in dmenu,when change it in /Hellsing then my dingux wont boot.
When i change it in Toddler i get no entry in Dmenu.


Cmon people,help me out plz

Regards
Sjakie43
 
Posts: 19
Joined: Sun Aug 23, 2009 6:03 pm

Re: VICE - C64 Emulator [Dingux]

Postby athlon4011 on Wed Sep 09, 2009 10:39 pm

On your example i see no icon in the menuitem whatsoever, that could possibly be a big problem
User avatar
athlon4011
 
Posts: 50
Joined: Thu Jul 23, 2009 7:39 pm
Highscores: 4

Re: VICE - C64 Emulator [Dingux]

Postby mrdrilleraddict on Wed Sep 09, 2009 11:01 pm

I got it to work by doing this.

Edit both vicerc and vicerc~ and add

ChargenName="data/C64/chargen"
KernalName="data/C64/kernal"
BasicName="data/C64/basic"

if using dmenu do not use x64.dge just use ./x64
MenuItem Vice
{
Icon = "/usr/local/emulators/stella/stella.png"
Name = "C64"
Executable = "./x64"
WorkDir = "/usr/local/emulators/vice"


}

Note I just have a path to a generic icon edit your entry accordingly



browse to the data dir and copy all the folders to the root of vice which is usually

/usr/local/emulators/vice

you could probably get away with copying just the c64 to the root but I copied all the dirs from the data dir

Vice runs for me now!
mrdrilleraddict
 
Posts: 18
Joined: Thu Jun 25, 2009 10:20 am

Re: VICE - C64 Emulator [Dingux]

Postby Chris23235 on Thu Sep 10, 2009 12:12 am

Thanks, copying the contents of the Data Folder to the vice directory does the trick. It isn't necessary to edit the vicerc and vicerc~ at all.
If you have Frodo installed you can take the icon from there, the demu config sample should look like this

MenuItem Vice
{
Icon = "/usr/local/emulators/FrodoDingoo/commodore.png"
Name = "C64"
Executable = "./x64"
WorkDir = "/usr/local/emulators/vice"


}
Chris23235
 
Posts: 32
Joined: Tue Aug 25, 2009 9:10 pm

Re: VICE - C64 Emulator [Dingux]

Postby toddler on Thu Sep 10, 2009 12:29 am

I'm set, but this gives the error in the image.

Image
toddler
 
Posts: 11
Joined: Tue Jul 21, 2009 12:17 am

Re: VICE - C64 Emulator [Dingux]

Postby mrdrilleraddict on Thu Sep 10, 2009 1:48 am

toddler did you copy the contents of the data folder to the root of your vice directory? That was the error I was getting before I copied the dirs over.
mrdrilleraddict
 
Posts: 18
Joined: Thu Jun 25, 2009 10:20 am

PreviousNext

Return to Dingux Releases

Who is online

Users browsing this forum: No registered users and 1 guest