550°
111w ago - Today PlayStation 3 developer
Robo Hobo has announced that a port of the DOSBox emulator for PS3 is currently in development.
To quote: I'm gonna go ahead and announce my intent to port this (along with SDL) to the PS3 cell SDK. There's still lots of clean up to be done, but I've got dosbox running, including games (I've only tested 'Eye of the Beholder'). The SDL port is still missing audio, mouse, and joystick support.
I'm curious if anyone has any ideas that can be used to allow this to be used to its fullest without hooking up a keyboard. Any ideas on how to mount and load the games, or handling kb input in the games would be appreciated.
Hopefully with an SDL port, other apps can be ported too (that SDL version of mame is looking pretty juicy).
I'll post again later with a link to a code repo. For the curious, here are the code repos for SDL and dosbox. It still needs quite a bit of work, so I wouldn't go too far out of my way to build them yet.
• http://code.google.com/p/sdcell
• http://code.google.com/p/dopsbox
For those who are interested to build them, this guide below which has been taken from the source code page wiki might help you.
How to build:
• First install sdcell (http://code.google.com/p/sdcell).