Skip to content

Clownacy/clownmdemu-libretro

Repository files navigation

Overview

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

It is currently in the very early stages of development: it can run some games, but many standard features of the Mega Drive are unemulated (see clownmdemu-frontend-common/clownmdemu/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.