Coder Social home page Coder Social logo

benjaminsiskoo / kronos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fcare/kronos

0.0 1.0 0.0 83.67 MB

Kronos is a Sega Saturn emulator.

Home Page: http://fcare.github.io

CMake 0.35% C 74.79% Roff 0.20% C++ 11.96% Assembly 0.97% Shell 2.13% Makefile 5.76% Objective-C 0.01% Perl 0.04% Python 0.07% M4 0.45% DIGITAL Command Language 0.12% Faust 0.01% HTML 1.61% CSS 0.01% C# 0.75% Java 0.39% Batchfile 0.01% SAS 0.01% Ada 0.38%

kronos's Introduction

CMake Windows CMake Linux CMake Linux with QT Travis CI Build Status

Sega Saturn Emulated Hardware

You can read about the Sega Saturn Console and is components here.

Building

The CMake system has been refined to build the full Yabause stack. you have to download CMake and run it in the root of the first CMakeLists.txt. Currently in /yabause/CMakeLists.txt.

Platforms

Since CMake is a true cross platform build tool you can build on plenty of platforms and easily add new ones.

Currently used are:

  • Windows
  • Linux (Debian)
  • Android

QT Version

You can set the CMake flag YAB_USE_QT to build a Standalone version which requires you to have QT5 installed

LibRetro - RetroArch Version

For this you need to se the CMake flag KRONOS_LIBRETRO_CORE. This will build a version of the core consuming LibRetro and there fore can be used with LibRetro compatible front-ends like RetroArch (which is what i test against)

Old make build script (obsolete)

The old build script is still there for reference. It contains custom build code for various platforms and is the base reference for newer entries in the CMake code. It is still though considered obsolete.

For retroarch core:

  • mkdir build_retro; cd build_retro;
  • make -j4 -C ../yabause/src/libretro/ generate-files
  • make -j4 -C ../yabause/src/libretro/
  • then execute retroarch -L ../yabause/src/libretro/kronos_libretro.so path_to_your_iso

Pre-Build Versions

Older Builds

Older Windows builds can be found here!

Platform Notes

RetroArch

Is the Frontend which is used for manual tests

Windows

Works quite well on a modern Hardware.

Android

This library is considered to run on Android while newer version have not been Tested yet. It is excpected that the CMake system needs some work to build for android correctly. It is recommended to try to make a LibRetro build for Android. Ty to use the older make script for reference.

Raspberry Pi 4 Raspberian OS

Has currently various problems running and is not usable.

  • The Shaders are too complex and Mesa can not handle that. It will fail with a driver crash with Mesa 19.2
  • Code is to demanding on the CPU by now even with frameskip 5 there is no acceptable framerate even on 2d games.

Outdated Reference Documentation

Contributing

To generate a changelog, add in your commits the [ChangeLog] tag. Changelog will be extracted like this

git shortlog --grep=Changelog --since "01 Jan 2020"

kronos's People

Contributors

6lackmag3 avatar amon-x avatar barbudreadmon avatar benjaminsiskoo avatar d356 avatar devmiyax avatar esperknight avatar fcare avatar gitter-badger avatar guillaumito avatar inactive123 avatar lazybunny avatar mrstevns avatar rdanbrook avatar rob-ack avatar romeromalaquias avatar rtissera avatar substring avatar will-lwe avatar yvisherve avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.