(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.
So DOS is great emulator that has been used by some video games companies and now Robo Hobo is going to port it to the ps3 like he did with Mednafen Emulator.
Originally posted by another user
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.
Originally posted by another user
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.
You must login or register to view this content.
You must login or register to view this content.
Guide to Build them:
How to build
First install sdcell (
You must login or register to view this content.).
Place the path to ‘ppu-lv2-g++’ in your path. Set the environment variable CELL_SDK to the path to your sdk. Set the environmnet variable SDCELL to the path where you build sdcell.
Use the following command to run the configure script:
SDL_CONFIG=./sdl-config-ps3 CC=ppu-lv2-gcc CXX=ppu-lv2-g++ ./configure --disable-dynamic-core --host=powerpc
Finally run make to build.
Source:
You must login or register to view this content.
Build Source:
You must login or register to view this content.