GithubHelp home page GithubHelp logo

kev-j / osmose Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lutris/osmose

0.0 2.0 0.0 511 KB

Master System / Game Gear emulator

Home Page: http://bcz.asterope.fr/

License: GNU General Public License v3.0

C++ 89.25% QMake 0.46% C 10.29%

osmose's Introduction

           _______                  _______
          |       |.-----.--------.|       |.-----.-----.
          |   -   ||__ --|        ||   -   ||__ --|  -__|
          |_______||_____|__|__|__||_______||_____|_____|
           _______                  __         __
          |    ___|.--------.--.--.|  |.---.-.|  |_.-----.----.
          |    ___||        |  |  ||  ||  _  ||   _|  _  |   _|
          |_______||__|__|__|_____||__||___._||____|_____|__|
       Version 0.9.98 - public release, written by Bruno Vedder.


Osmose means:
-------------

Object      Oriented
       S.m.s.         Emulator.

In brief it's an Sega Master System / Game Gear emulator encapsulated into C++
classes :-)


What's new:
-----------

Osmose now owns a clean graphical user interface based on Qt. Qt was the first
GUI lib powerful enough to refresh display at 60 Hz. So SDL is no longer used now.

- Switch sound system to use ALSA.
- GUI development using Qt.
- Rendering / Key mapping adapted to QtOpenGL.
- Configuration system rewritten.


Dependencies:
-------------
- Qt 5.x or >= 4.6
- Alsa

Development headers for these libraries are needed to compile from the source.

For Ubuntu/Debian (Qt5):
    sudo apt-get install qt5-qmake qtbase5-dev libqt5opengl5-dev libasound2-dev

For Fedora (Qt5):
    sudo yum install qt5-qtbase-devel alsa-lib-devel

For Mageia (Qt5), as root or with sudo:
    urpmi qt5-devel qt5opengl-devel libalsa-devel


Compilation:
------------

To build osmose, do from the source directory:
    qmake
    make

To build with the system's minizip library instead of the bundled unzip code,
configure the build with:
    qmake CONFIG+=system-minizip


Vertical synchronisation:
-------------------------

Osmose uses double buffering to avoid tearing image on the screen, but this does
not guarantee that the rendering will be synchronized with the screen rendering.

Keep in mind that Osmose uses OpenGL for rendering and filtering.

Synchronisation is a matter of choice: High frames per second or Synchronisation.
On my Ubuntu, the closed source driver provide an option in the tab performance:
"Sync to VBlank". When selected the rendering is stable, without flickering. The
CPU usage is a bit higher. Without this option, the Osmose rendering is sometime
teared but uses lower CPU. I suppose that this option is available on all the
drivers. Make your choice!


Sound:
------

Osmose uses ALSA for the sound system. It has been reported that concurrent
application using the sound channel can inhibit osmose sound rendering. So,
avoid watching videos while playing with Osmose!


Features:
--------

- SMS: Good compatibility. At this stage, the emulator can run* 96% of commercial
  games and public demos, except games that relies on codemaster mapper, which
  works but does not have proper video mode emulation.
- Game Gear: Good compatibility. At this stage, the emulator can run 98.0%* of
  Game Gear ROMs.
- SN76489 Sound is supported.
- Support for .zip, .sms and .gg format.
- Video filters: bilinear or nearest neighbour (default).
- Pad (keyboard or joystick mapped) emulation.
- PAL/NTSC Timing.
- Japanese/Export console.
- In-game screenshots, GFX rip, sound shot.
- Customisable keyboard configuration.
- Joystick support, congigurable button assignement.
- Drag and drop your ROMs into the emulator window to run games.

* Due to the huge number of Game Gear/SMS ROMs (around 1300), games have not been
deeply tested.

____________________________________________________________________________________


  |                                 |                                       _|
  __ \    __| _  /      _` |   __|  __|   _ \   __|  _ \   __ \    _ \     |     __|
  |   |  (      /      (   | \__ \  |     __/  |    (   |  |   |   __/     __|  |
 _.__/  \___| ___| _) \__,_| ____/ \__| \___| _|   \___/   .__/  \___| _) _|   _|
                                                          _|
____________________________________________________________________________________

            This file has been downloaded from: http://bcz.asterope.fr/
____________________________________________________________________________________

    Need more information or contact with author: See contact page on the site
    or send an email to [email protected]

osmose's People

Contributors

strycore avatar akien-mga avatar coringao avatar jameszaghini avatar

Watchers

James Cloos avatar  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.