mdeguzis / 3doh

3Doh! emulator. Imported original code from code.google.com/p/3doh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D'oh! - A libre 3do emulator 
Author: Guaripolo - gabriel@arcadenea.com.ar
Updated by: Michael DeGuzis - mdeguzis@gmail.com
============================================

Notice
======

This is a work in progress fork/update to correct the Makefile/Project for use on Debian 8 / SteamOS. 
If you wish to work on the project to improve code, please submit a PR.


1. What's this: 
===============
A libre (GPL) 3do emulator for GNU/Linux, built around SDL for audio, video and input. It also includes an optional binding for OpenGL video output, that enables a nice video scaling/stretch.
3D'oh! uses FREEDO as the core emulator. It's a 3do emulation library made by Alexander Troosh, Maxim Grishin, Allen Wright, John Sammons and Felix Lazarev.



2. Usage
========
in command line run: 3doh -b biosfile -i isofile


3. Building from source
=======================
To build from source, in command line just type 'make'. You will need the SDL libraries installed in your system. To enable OpenGL support, the -USEGL flag must be set in CFLAGS. You will need also the GL libraries.



3. History:
===========
12/01/2014: 
	- Fixed some input code, now you can play with 5 more friends :)
	- Fixed audio code, it was WRONG, now it's playing 44100 hz STEREO.
	- Initial Dreamcast Port. Not tested yet in the real hardware, but it should work.
	- Fixed some code in Freedo, resulting in lower RAM usage and a little speed improvement.

- First Release: 
	- Alpha release: unfinished work in progress, keyboard and joystick support. 



4. License: 
===========
3D'oh! it's released under the GPLv2 license.

About

3Doh! emulator. Imported original code from code.google.com/p/3doh


Languages

Language:C++ 85.7%Language:C 13.8%Language:Makefile 0.5%Language:QMake 0.1%