hippydave / same_cdi

SAME_CDI is a libretro core to play CD-i games. This is a fork and modification of the MAME libretro core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAME_CDI

SAME_CDI

SAME_CDI is a Single Arcade/Machine Emulator for libretro, forked from MAME libretro, which is a fork of MAME (it's the SAME, get it?), and compiles only the Philips CD-I driver, and then sorts out the claptrap of loading the CD file for emulating. The name removes the name MAME altogether, as thats what I gather the MAME folks want for a fork like this - MAMEs license is below.

GAME FILES

Game files can be either CHD, ISO, or BIN/CUE. Game support/functionality is whatever the MAME version included supports.

BIOS

BIOS file (cdimono1.zip) is required, and can go either in the same directory as your CHD|ISO|CUE files or in the retroarch_system_dir/same_cdi/bios/ directory


Libretro notice

Before sending bug reports to the upstream bug tracker, make sure the bugs are reproducible in the latest standalone release.

To build libretro SAME_CDI core from source you need to use Makefile.libretro make file:

make -f Makefile.libretro

License

The MAME project as a whole is made available under the terms of the GNU General Public License, version 2 or later (GPL-2.0+), since it contains code made available under multiple GPL-compatible licenses. A great majority of the source files (over 90% including core files) are made available under the terms of the 3-clause BSD License, and we would encourage new contributors to make their contributions available under the terms of this license.

Please note that MAME is a registered trademark of Gregory Ember, and permission is required to use the "MAME" name, logo, or wordmark.

Copyright (C) 1997-2021  MAMEDev and contributors

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2, as provided in
docs/legal/GPL-2.0.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
more details.

Please see COPYING for more details.

About

SAME_CDI is a libretro core to play CD-i games. This is a fork and modification of the MAME libretro core

License:Other


Languages

Language:C++ 89.5%Language:Lua 4.0%Language:Python 2.7%Language:C 2.6%Language:Java 0.5%Language:JavaScript 0.3%Language:Makefile 0.3%Language:XSLT 0.0%Language:Roff 0.0%Language:CSS 0.0%Language:Perl 0.0%