Git Product home page Git Product logo

thalia's Introduction

Thalia Gameboy Emulator

Thalia is a Gameboy emulator written in C using GLib/GObject 2.0. The graphical user interface makes use of GTK+ 2.0 and uses Cairo for drawing. Thalia emulates the classic gameboy (DMG). The project is focused on emulator accuracy and readability of code, much less than it is on attaining speeds much faster than the machine itself.

For licensing information, please see the LICENSE file.

Current features

  • Graphics emulation (background, window and sprites).
  • Correct CPU emulation as tested by Blargg's cpu_instrs.gb.
  • Timer emulation and interrupts (vblank, lcd, timer).
  • ROM bank switching (MBC1).

To be implemented

  • Sound emulation.
  • Color support (CGB).
  • RAM bank switching (MBC1).
  • More memory bank controller types.
  • Serial I/O (link cable) support.
  • Emulation slowdown to match machine speed.

Instructions

Install SCons, for example on Debian/Ubuntu:

sudo apt-get install scons

You're need the development headers for GDK 2.0, GTK 2.0, GLib 2.0 and Cairo. On Ubuntu, these are all installed by typing:

sudo apt-get install libgtk2.0-dev

Run SCons to build the source code:

scons

Use the executable with the ROM file as argument, for instance:

./thalia tests/ttt.gb

thalia's People

Contributors

tobiaskappe avatar

Watchers

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