Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Jan Holthuis 446f2a4da7 README: Make the build section a table 2015-08-22 04:37:10 +02:00
WorkDir Initial webui code (that does nothing useful) 2014-04-23 00:04:22 +03:00
core Merge pull request #788 from reicast/holzhaus/evdev-raw-keycodes-in-mappings 2015-08-21 19:57:39 +02:00
docs mic notes, wip vmu swap 2014-02-05 01:00:09 -05:00
esinfo Move third-party to top level, sync with originals 2015-08-07 16:08:59 -04:00
gdtool hash support on gdtool 2014-08-26 00:53:14 +03:00
reprof project import 2013-12-19 19:10:14 +02:00
shell msvc: Update sln files to use "x86" instead of "win32" for appveyor 2015-08-21 18:40:30 +02:00
third-party/SwitchCompat Replace SlidingDrawer with compatibility DrawerLayout 2015-08-13 14:52:17 -04:00
.gitignore gitignore: Update .map and *.elf paths 2015-08-16 23:46:17 +02:00
.travis.yml travis: Add sudo: false to use docker stack 2015-05-16 01:01:09 +02:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md README: Make the build section a table 2015-08-22 04:37:10 +02:00
appveyor.yml windows/ci: Add appveyor.yml 2015-08-21 18:56:00 +02:00
debug.keystore.enc Static debug cert 2014-11-07 03:39:40 +02:00
wercker.yml [Wercker] Add preliminary wecker.yml for Linux_x64 building 2015-08-21 01:51:20 +02:00

README.md

reicast

reicast is a multi-platform Sega Dreamcast emulator.

This is a developer-oriented resource, if you just want bins head over to http://reicast.com/

Caution

The source is a mess, and I need sleep. We had to discover some interesting arm bugs on the cleaned/refactored branch right after the release. Expect a much improved changed folder/make structure soon.

Rebranding/forks

If you are interested into further porting/adapting/whatever, please don't fork off. I hate that. Really.

Let's try to keep everything under a single project :)

Building for Android

Tools required:

  • Latest Android SDK
  • NDK r8b or newer
  • Android 5.0.1 (API 21) & Android 2.3.1 (API 9)
  • Ant

From project root directory:

export ANDROID_NDK=/ # Type the full path to your NDK here

cd shell/android/

android update project -p . --target "android-21"

ant debug

Building for iOS

Tools required:

  • Latest Xcode
  • An iOS device (reicast will not compile for the iOS Simulator)
  • iOS 5.x ~ 7.x
  • iOSOpenDev if developing without an official Apple certificate

From project root directory:

cd shell/ios/

xcodebuild -configuration Release

Building for Linux

Requirements:

  • build-essential
  • libasound
  • libegl1-mesa-dev
  • libgles2-mesa-dev
  • libasound2-dev

From project root directory:

cd shell/linux

make

Translations

New and updated translations are always appreciated! All we ask is that you not use “regional” phrases that may not be generally understood.

Translations can be submitted as a pull request

Development/Beta versions

Platform Status
Android Android Build Status
iOS iOS Build Status
Windows Windows Build status
Linux Linux wercker status
OSX OSX TODO

Official android builds from the reicast ci service can be found at http://builds.reicast.com/

Additional builds (iOS & android) can be found at angelxwind's buildbot

Donations and stuff

Well, glad you liked the project so far!

We're currently short on hardware.

If you would like to donate some devices, get in touch at team@reicast.com. GLES3 capable stuff, some mainstream hardware and rarities would be extremely appreciated. Keep in mind we're located in Greece for the most part

This has been tested/developed on

  • Galaxy tab 7.0 Plus
  • LG P990
  • Archos 10G9
  • Some Chinese tablet
  • OUYA
  • Various development boards
  • GCW Zero

We had to buy all of these, except the GCW Zero and a BeagleBone which were donated (Thanks! You rock!)

Apart from that, we don't accept monetary donations right now. We also don't plan to be releasing a premium version at any store. Most of the project has been developed by drk||Raziel (aka, skmp, drk, Raz, etc) but it has been based on the works of multiple people. It would be extremely unfair to charge for it and get all the credit :)

We're planning for an indiegogo campaign later on to help with sustained development and running costs, so follow @reicastdc on twitter for updates

Other Testing

Devices tested by the reicast team:

  • Apple iPhone 4 GSM Rev0 (N90AP)
  • Apple iPhone 4 CDMA (N92AP)
  • Apple iPod touch 4 (N81AP)
  • Apple iPod touch 3G (N18AP)
  • Apple iPhone 3GS (N88AP)
  • Apple iPhone 5s
  • Apple iPad 3
  • Sony Xperia X10a (es209ra)
  • Amazon Kindle Fire HD 7 (tate-pvt-08)
  • Nvidia Shield portable
  • Nvidia Shield tablet
  • Samsung Galaxy Note 4
  • LG Nexus 5
  • Asus Nexus 7 (2013)

Team

You can check the currently active committers on the pretty graphs page

Our IRC channel is #reicast @ chat.freenode.net.

The original reicast team consisted of drk||Raziel (mostly just writing code), PsyMan (debugging/testing and everything else) and a little bit of gb_away

Special thanks

In previous iterations a lot of people have worked on this, notably David Miller (aka, ZeZu), the nullDC team, friends from #pcsx2 and all over the world :)

Bitdeli Badge