SAME_CDI is a libretro core to play CD-i games. This is a fork and modification of the MAME libretro core
Go to file
2023-02-28 19:16:04 +01:00
3rdparty Remove unused wdlfft 2023-02-28 17:33:36 +01:00
android-project Initial Commit 2022-01-27 20:39:57 -08:00
hash Remove unused module files 2022-06-15 17:13:01 +02:00
projects Initial Commit 2022-01-27 20:39:57 -08:00
scripts Cleanup scripts 2023-02-28 19:16:04 +01:00
src Cleanup scripts 2023-02-28 19:16:04 +01:00
.gitattributes Updates 2022-01-27 22:22:55 -08:00
.gitignore Initial Commit 2022-01-27 20:39:57 -08:00
.gitlab-ci.yml Cleanups 2023-02-27 21:35:41 +01:00
COPYING Add missing files required for compilation 2022-02-15 11:05:27 +00:00
makefile Cleanup scripts 2023-02-28 19:16:04 +01:00
Makefile.libretro Remove unused portaudio 2023-02-28 15:51:53 +01:00
README.md Add Redump BIN/CUE format 2022-12-09 15:28:49 -08:00
same_cdi_libretro.info Add Redump BIN/CUE format 2022-12-09 15:28:49 -08:00
uismall.bdf Initial Commit 2022-01-27 20:39:57 -08:00

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.