Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clownacy/clownmdemu-libretro

Frontend for clownmdemu that exposes it as a libretro core.
https://github.com/clownacy/clownmdemu-libretro

ansi-c c89 c90 emulator genesis libretro mega-drive megadrive retroarch

Last synced: 1 day ago
JSON representation

Frontend for clownmdemu that exposes it as a libretro core.

Awesome Lists containing this project

README

        

# Overview

This is ClownMDEmu, a Sega Mega Drive (a.k.a. Sega Genesis) emulator.

Some standard features of the Mega Drive are currently unemulated (see
`common/core/TODO.md` for more information).

This repository contains a frontend that exposes ClownMDEmu as a libretro core.
It is written in C89 and should provide all of the same features as the
standalone frontend aside from the debug menus.

# Compiling

As well as a CMake script, a standard libretro Makefile is provided too.

Be aware that this repo uses Git submodules: use `git submodule update --init`
to pull in these submodules before compiling.

# Licence

ClownMDEmu is free software, licensed under the AGPLv3 (or any later version).
See `LICENCE.txt` for more information.