• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Offtopic › Delfino Plaza v
« Previous 1 ... 22 23 24 25 26 ... 64 Next »

Raspberry Pi
View New Posts | View Today's Posts

Pages (7): 1 2 3 4 5 ... 7 Next »
Jump to page 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Raspberry Pi
07-25-2012, 04:41 AM
#1
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
So, I just bought myself a Model B board, should be here sometime next month. They finally started selling them again about a week ago. I'm actually pretty excited about getting it. It's dirt cheap; even with tax and shipping, still costs less than buying a new game.

I'm planning on making this into a custom emu-console, e.g. I'll be making the case by hand, customizing the OS, and more. Eventually, I want it to sit in the loft with the rest of my consoles (Wii, 360, PS3), and all I'll have to do is plug in a USB joystick and go.

Truth be told, I'm seriously considering trying to get Dolphin to run on this tiny ARM board (no, not really :p). I think I'm going to use Mednafen to handle all of the actual emulation. I'm only looking to enjoy NES, SNES, Genesis, Game Gear, GB, GBA, and hopefully PS1 games (and yes Mednafen handles all of them Big Grin). I'm not sure if Mednafen uses a recompiler for any of those systems, in which case I'd run into trouble, but I think most of them should be fine.

Additionally, I want to program something that will keep track of what I play, when, and for how long (like the 3DS's game log). The start and end times should be easy to do with some scripting. Any thoughts or suggestions on what I could add to make it even better/take it up a notch? Any one else out there interested in the Raspberry Pi, and what would you use it for?
Website Find
Reply
07-25-2012, 05:27 AM
#2
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,306
Threads: 273
Joined: Dec 2010
I want :3
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
07-25-2012, 05:32 AM
#3
YumiLovesMe Offline
Junior Member
**
Posts: 24
Threads: 3
Joined: Jul 2012
sounds cool but like with most technology it will become outdated within a week or two :/
[Image: 2143058f23_Mw_Za_Q.jpg]
Find
Reply
07-25-2012, 06:32 AM
#4
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
'numi Wrote:So, I just bought myself a Model B board, should be here sometime next month.
Awesome, I'm also interested in getting one, but seeing as you already ordered it, I'll wait a bit and see what it's actually capable of.
Please post your experience with the device as how -fast- it runs, emulates, etc.

'numi Wrote:It's dirt cheap; even with tax and shipping,
Where'd you purchase it from?
Are they shipping overseas?

'numi Wrote:I'm planning on making this into a custom emu-console, e.g. I'll be making the case by hand, customizing the OS, and more.
That sounds like a fun activity. I'd like to see how your creation ends up.

'numi Wrote:Additionally, I want to program something that will keep track of what I play, when, and for how long (like the 3DS's game log). The start and end times should be easy to do with some scripting.
That sounds perfect for what we'll do with it. What language are you going to be using?

'numi Wrote:Any thoughts or suggestions on what I could add to make it even better/take it up a notch?
Hmm... still thinking. I'll let you know when something pops out.

'numi Wrote:Any one else out there interested in the Raspberry Pi, and what would you use it for?
Yup! Basically everything you've mentioned. In a nutshell.
Find
Reply
07-25-2012, 06:44 AM
#5
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
Garteal Wrote:Awesome, I'm also interested in getting one, but seeing as you already ordered it, I'll wait a bit and see what it's actually capable of.
Please post your experience with the device as how -fast- it runs, emulates, etc.

I'll do that as soon as it comes. Been waiting for this forever. Big Grin

Quote:Where'd you purchase it from?
Are they shipping overseas?

I bought mine from Newark/Element14. I'm pretty sure they ship to just about anywhere.

Quote:That sounds perfect for what we'll do with it. What language are you going to be using?

I'll probably just use bash scripts to launch games from icons. The script will dump the timestamp to a plain text file (specific to a game of course), run Mednafen, and dump the next timestamp on exit. I'll probably make something with C++, SDL, and OpenGL that'll read the text files and display the statistics.

They said it should ship on the 6th of next month, and it's coming via Fedex Ground, so that'll be like 3 business days max (used to deal with Ground at my old job so I know), probably less than that, hopefully. For now, I'll get the software sorted and the case designed.
Website Find
Reply
07-26-2012, 03:07 AM
#6
delroth Offline
Making the world a better place through reverse engineered DSP firmwares
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,354
Threads: 63
Joined: Aug 2011
(07-25-2012, 05:32 AM)YumiLovesMe Wrote: sounds cool but like with most technology it will become outdated within a week or two :/

Nah, like most overhyped technology it's already been obsolete for 2 or 3 years.
Pierre "delroth" Bourdon - @delroth_ - Blog

<@neobrain> that looks sophisticated enough to not be a totally dumb thing to do
Website Find
Reply
07-26-2012, 03:33 AM
#7
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
It's not really overhyped. There've been other small computers ofcourse, like the Pandaboard, Cotton Candy, etc.
But the RaspBerry Pi is more accessible due to its low price and small size, which makes it interesting.
Find
Reply
07-26-2012, 03:43 AM (This post was last modified: 07-26-2012, 06:39 AM by Shonumi.)
#8
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
Depends on where you've been looking. It's definitely been hyped on the Linux scene and over in the UK. I was planning to get a BeagleBoard-xM, but luckily I waited for the RPi.

Done a bit of research. Seems that no distro for the RPi has X hardware acceleration yet, meaning things are slow if you doing software rasterizing. Some people have already tried Mednafen and it's still slow. However, you can still use the GPU for hardware acceleration, as long as you make use of OpenGL ES. SDL 1.2 doesn't support OpenGL ES, but 2.0 does. I might not even run an X server at all if it's not accelerated. I'll have to hack Mednafen into using SDL 2.0. At any rate, it'll be a fun learning experience.

EDIT: More research. Was able to run Mednafen headless on my laptop with SDL 1.2 (software rendering), so I imagine the same should be possible on the RPi. This is easier, and has less hacking. The RPi should be able to handle emulating stuff without X sapping away cycles. My Dingoo A320 runs Linux headless, has a CPU that's far weaker, and emulates most 2D games fine with SDL. It even does PSX games at 20 FPS (no sound though), so I'm confident the RPi will do just fine. Smile
Website Find
Reply
07-26-2012, 04:29 PM
#9
Anti-Ultimate Offline
Above and Beyond
*******
Posts: 1,957
Threads: 29
Joined: May 2010
Is one of these babys capable of playing full hd videos with surround sound? (Alias connecting a dvd-drive to it Tongue)

Find
Reply
07-26-2012, 04:44 PM (This post was last modified: 07-26-2012, 04:44 PM by Shonumi.)
#10
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
(07-26-2012, 04:29 PM)Anti-Ultimate Wrote: Is one of these babys capable of playing full hd videos with surround sound? (Alias connecting a dvd-drive to it Tongue)

Dunno if you can connect a DVD drive to it (through USB maybe) but it can do 1080p video with XBMC. At least, that's what I've heard (and seen in Linux Format magazine).
Website Find
Reply
« Next Oldest | Next Newest »
Pages (7): 1 2 3 4 5 ... 7 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode