The Following 10 Users Say Thank You to ace1000 For This Useful Post: | ||
|
2014-01-10
, 22:59
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#2
|
The Following User Says Thank You to mr_pingu For This Useful Post: | ||
|
2014-01-18
, 12:35
|
Posts: 30 |
Thanked: 41 times |
Joined on Mar 2012
|
#3
|
|
2014-01-18
, 16:46
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#4
|
Ok I have now uploaded it to extra-devel. Please let me know if it works. If so I'll likely change the title to announce.
As part of this release I have added a simple file selector to start (ported from the Pandora and not really my own work). Also all user files (vmu's and bios files) have moved to /home/user/.reicast so you will need to move those files there. Keymap has also changed to match the game gripper and there is the ability for on screen display via the c key (shows speed and such) and to turn sound off via the s key (again all from the Pandora version).
#!/bin/bash
#!/bin/sh
The Following User Says Thank You to Sohil876 For This Useful Post: | ||
Reicast a dreamcast emulator has been release for android and the Pandora so I decided to port it to the n900. All real credit should go the original authors. It can be had from below.
http://users.tpg.com.au/jfk//reicast.zip
Instructions
unzip file to a new directory
create a data directory and place the dreamcast bios there (dc_bios.bin, and dc_flash.bin ).
Running
There is no menu at the current time so you need to run the following command
./reicast.elf -config config:image=<name of disk image>
Note: This will not run anything particularly fast (even at 1.15ghz) except really basic things.
original source files here
https://github.com/reicast/reicast-emulator
note The changes made to the source for the n900 is to retrieve the window handle correctly, setting the key map and porting sound to pulse audio. if anyone is interested in the exact changes made let me know.
Last edited by ace1000; 2014-01-10 at 12:43.