LibretroAdmin 7ee1d8e9cb
Merge pull request #16 from warmenhoven/warmenhoven/pr/ios-link
iOS: plist should not be embedded in dylib
2025-01-31 01:39:36 +01:00
2023-02-28 17:33:36 +01:00
2022-01-27 20:39:57 -08:00
2022-06-15 17:13:01 +02:00
2022-01-27 20:39:57 -08:00
2022-01-27 22:22:55 -08:00
2022-01-27 20:39:57 -08:00
2025-01-28 19:23:55 -05:00
2023-02-28 19:16:04 +01:00
2022-12-09 15:28:49 -08:00
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.

Description
SAME_CDI is a libretro core to play CD-i games. This is a fork and modification of the MAME libretro core
Readme 180 MiB
Languages
C++ 89.5%
Lua 4%
Python 2.7%
C 2.6%
Java 0.5%
Other 0.6%