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: 4 months ago
JSON representation
Frontend for ClownMDEmu that exposes it as a libretro core.
- Host: GitHub
- URL: https://github.com/clownacy/clownmdemu-libretro
- Owner: Clownacy
- License: agpl-3.0
- Created: 2023-01-30T23:09:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T01:56:51.000Z (4 months ago)
- Last Synced: 2026-02-02T10:37:03.972Z (4 months ago)
- Topics: ansi-c, c89, c90, emulator, genesis, libretro, mega-drive, megadrive, retroarch
- Language: C
- Homepage: https://clownacy.wordpress.com/tag/clownmdemu/
- Size: 435 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --recursive` 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.