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: 15 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T23:24:18.000Z (23 days ago)
- Last Synced: 2025-04-12T16:03:59.803Z (15 days ago)
- Topics: ansi-c, c89, c90, emulator, genesis, libretro, mega-drive, megadrive, retroarch
- Language: C
- Homepage: https://clownacy.wordpress.com/tag/clownmdemu/
- Size: 372 KB
- Stars: 4
- Watchers: 3
- 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`
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.