Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

michelinus/redcast

Repository files navigation

Redcast

Redcast is a SEGA Dreamcast emulator written in C++ and C. Screenshot

Version: 1.0.7a

Code Status: Build status

Tasks list

  • Add a button for the boot of the Dreamcast BIOS in the System tab.)
  • Enable disabled mouse in full screen GUI and disable it in-game only.
  • Reorganize the vital files of the application to allow the output in the folder of the EXE file.
  • Changing the interface from blue to red color.
  • Insert a "break" function to change game (in this state you need to reopen the software).
  • Adding more languages, prioritizing Italian.

Building

  • Clone this repository and create a build directory

    • Generate a makefile for your OS
    # Makefile Linux
    cmake -DCMAKE_BUILD_TYPE=RELEASE ..
    # Xcode project
    cmake -G "Xcode" ..
    # Visual Studio project
    cmake -G "Visual Studio 15 Win64" ..
    
    • Run make from the command line if you've generated a Makefile
      • Or load up the project file and compile the code from inside of your IDE.

Credits

Basically all the work was done by redream by inolen.

License

Redcast is licensed under the GPLv3 license. It uses third party libraries that are each distributed under their own terms (see each library's license in deps).

About

SEGA Dreamcast Emulator

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages