Linux emulator and roms to try

The Uzebox now have a fully functional emulator! Download and discuss it here.

Linux emulator and roms to try

Postby nitrofurano » Sun May 31, 2009 10:25 pm

Hi!
I'm very new about Uzebox, and before trying the real one, i would like to try emulators and roms - and even how can i code my own rom files
I'm Linux Ubuntu user, where can i get .deb or tarball files of Uzebox emulator, open-source rom files, and their development tools ?
Would be a good idea the Uzebox emulator and all development tools being also available at Debian/Ubuntu repositories - this would help an increasing of Uzebox popularity as well.
thanks!
nitrofurano
 
Posts: 8
Joined: Wed Apr 15, 2009 11:10 pm

Re: Linux emulator and roms to try

Postby Jhysaun » Sun May 31, 2009 10:31 pm

You are going to need to build it yourself. But it is easy, so don't worry. (Famous last words :lol: )

First you need the sdl-dev libs if you don't have them.
In a terminal do:

sudo apt-get install libsdl1.2-dev

now that that is done go download the emulator code from google code.It's in the development version.

http://code.google.com/p/uzebox/downloads/list (I know it says its the kernel but the emulator is in there too)

After you download and extracted it, navigate to the emulator folder, and edit avr8.cpp line 41 from
Code: Select all
#include "SDL.h"
to
Code: Select all
#include "SDL/SDL.h"


Then if you are running 64-bit linux follow the instructions at viewtopic.php?f=9&t=335#p2987.

Finally you can build it.

In a terminal, navigate to the emulator folder. Run:

g++ -O3 -lSDL avr8.cpp -o uzem
sudo cp uzem /bin/

Now go download a .hex file from the games section of the forums. (the hex files are like roms)

In a terminal navigate to the hex file and run

uzem filename.hex (where filename.hex is the name of the hex you downloaded)

If all goes well the emulator should run.

>J
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
User avatar
Jhysaun
 
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: Linux emulator and roms to try

Postby uze6666 » Mon Jun 01, 2009 4:28 am

Hey Jhysaun, that's great info for Linux users, don't forget to add it to the wiki!

-uze

ps: when is Void Fighter due??? Please don't tell us it's gonna be the next Duke Nuken Whenever! ;)
User avatar
uze6666
Site Admin
 
Posts: 1547
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada

Re: Linux emulator and roms to try

Postby Jhysaun » Mon Jun 01, 2009 4:37 am

when is Void Fighter due???


2.5 weeks after school gets out + however long it takes to figure out sound.

Currently im swamped with teachers say things like "Well you never learned this, but its on the final, so here's a 200 page packet about it."

It's 11:36 here and im in the middle of an English paper >>_>>
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
User avatar
Jhysaun
 
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: Linux emulator and roms to try

Postby Jhysaun » Mon Jun 01, 2009 4:43 am

uze6666 wrote:Hey Jhysaun, that's great info for Linux users, don't forget to add it to the wiki!


I won't. I just want to make sure I didn't forget any steps. Im going to wait for nitrofurano to respond to make sure there are no problems.
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
User avatar
Jhysaun
 
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: Linux emulator and roms to try

Postby nitrofurano » Mon Jun 01, 2009 12:17 pm

thanks!
besides a message error

Code: Select all
guest@p4:~/Desktop/uzebox/UzeboxTrunk/emulator$ g++ -O3 -lSDL avr8.cpp -o uzem
avr8.cpp: In member function ‘u8 avr8::exec(bool, bool)’:
avr8.cpp:1398: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’
guest@p4:~/Desktop/uzebox/UzeboxTrunk/emulator$


the emulator runs fine with the .hex found at http://uzebox.org/wiki/index.php?title=Games_and_Demos

thank you! =)
nitrofurano
 
Posts: 8
Joined: Wed Apr 15, 2009 11:10 pm

Re: Linux emulator and roms to try

Postby nitrofurano » Mon Jun 01, 2009 12:34 pm

also posted the link of this forum thread at http://identi.ca/group/uzebox
nitrofurano
 
Posts: 8
Joined: Wed Apr 15, 2009 11:10 pm

Re: Linux emulator and roms to try

Postby Jhysaun » Mon Jun 01, 2009 2:23 pm

I think this message simply means that since we changed the variable type, the function expects the old variable type. It should work fine.

>J
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
User avatar
Jhysaun
 
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: Linux emulator and roms to try

Postby uze6666 » Wed Nov 04, 2009 7:16 pm

How do you change the first boot sector from the cdrom drive to the dvd rom drive? My windows wont start up even in the safe mode (it just hangs)... thereby,I need to reformat my computer. However, the cdrom drive cant read...but the dvd rom drive can. I need to know how to change the first boot sector from the cd rom to dvd rom drive....for me to reinstall the os installer disk from the dvd rom drive. How will I change it? Thanks!

Wow, great off-topic nonsense. Please do not post this kind of stuff in this forum, at worst use the off-topic forum for this. Thanks.

-Uze
User avatar
uze6666
Site Admin
 
Posts: 1547
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada

Re: Linux emulator and roms to try

Postby nabaraski » Fri Dec 04, 2009 7:52 am

Will tapes and DVD's manufactured now still work after the digital conversion of next February? I've been told all tapes and DVD's bought now or any time before the conversion won't be playable. I have many DVD's and some tapes as well but am leary of buying any more now if this rumor is true.
____________________
market samurai ~ marketsamurai ~ marketsamurai.com
Last edited by nabaraski on Sun Dec 06, 2009 7:46 am, edited 1 time in total.
nabaraski
 
Posts: 1
Joined: Wed Dec 02, 2009 12:27 pm

Next

Return to Uzebox Emulator

Who is online

Users browsing this forum: No registered users and 1 guest

cron